diff options
author | Arn0 <yth@ythogtha.org> | 2023-06-15 22:19:03 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-16 19:07:06 +0700 |
commit | 08b9b5b2927f64980762460ab7be3d91b0c0a577 (patch) | |
tree | 35b2b8fe225f0cd50cbbf094cd469b0b69d783e3 /python/python3-celery/python3-celery.SlackBuild | |
parent | 50193d1a5691d9f246a094211dd6aee36188fa8a (diff) |
python/python3-celery: updated for version 5.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-celery/python3-celery.SlackBuild')
-rw-r--r-- | python/python3-celery/python3-celery.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/python3-celery/python3-celery.SlackBuild b/python/python3-celery/python3-celery.SlackBuild index d92f1b0642b3..007e76bf85ec 100644 --- a/python/python3-celery/python3-celery.SlackBuild +++ b/python/python3-celery/python3-celery.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-celery SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.2.7} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,8 +64,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -cat $CWD/versions.patch | patch -p1 || exit 1 - python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |