python/python-argopt: Updated for version 0.8.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
406abd6841
commit
a7c1892bdf
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for python-argopt
|
# Slackware build script for python-argopt
|
||||||
|
|
||||||
# Copyright 2018-2021 Andrew Clemons, Wellington New Zealand
|
# Copyright 2018-2021 Andrew Clemons, Wellington New Zealand
|
||||||
# Copyright 2022 Andrew Clemons, Tokyo Japan
|
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python-argopt
|
PRGNAM=python-argopt
|
||||||
SRCNAM="$(echo "$PRGNAM" | cut -d- -f2)"
|
SRCNAM="$(echo "$PRGNAM" | cut -d- -f2)"
|
||||||
VERSION=${VERSION:-0.7.1}
|
VERSION=${VERSION:-0.8.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -78,7 +78,6 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
python setup.py install --root=$PKG
|
|
||||||
python3 setup.py install --root=$PKG
|
python3 setup.py install --root=$PKG
|
||||||
|
|
||||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="python-argopt"
|
PRGNAM="python-argopt"
|
||||||
VERSION="0.7.1"
|
VERSION="0.8.2"
|
||||||
HOMEPAGE="https://github.com/casperdcl/argopt"
|
HOMEPAGE="https://github.com/casperdcl/argopt"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/84/2d/a4f512fc9f150f1cc2ac335fcbbe6071fcd99f8528df71fd35f9171860a4/argopt-0.7.1.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/88/1e/4dd20f0ad39f81dd815b6fa4fea53be370d2ca0eeef9f8dc8e05b81c4284/argopt-0.8.2.tar.gz"
|
||||||
MD5SUM="0a4ed9da6bfc06652d5caa31cf4df67a"
|
MD5SUM="8b9aa425069fa50f7570681e13dc3474"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python2-setuptools-scm python-toml"
|
REQUIRES="python-toml"
|
||||||
MAINTAINER="Andrew Clemons"
|
MAINTAINER="Andrew Clemons"
|
||||||
EMAIL="andrew.clemons@gmail.com"
|
EMAIL="andrew.clemons@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue