python/click-default-group: Updated for v 1.2.2. New maintainer.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-05-17 20:44:22 +01:00 committed by Willy Sudiarto Raharjo
parent 540a723de4
commit 04c617c399
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 11 additions and 6 deletions

View file

@ -2,6 +2,7 @@
# Slackware build script for click-default-group
# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
@ -22,10 +23,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20220512 46and2: Updated version, added python3
# 20220515 46and2: New maintainer.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=click-default-group
VERSION=${VERSION:-1.2}
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -80,6 +84,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python2 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 \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,10 +1,10 @@
PRGNAM="click-default-group"
VERSION="1.2"
VERSION="1.2.2"
HOMEPAGE="https://github.com/click-contrib/click-default-group"
DOWNLOAD="https://pypi.python.org/packages/86/3e/389d8bbe3033613b17ce4136dbcf3e69c785c9c54d08f3adb95336b52040/click-default-group-1.2.tar.gz"
MD5SUM="4ac834c6b2fc605bedca21bdf2d02aa3"
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/click-default-group/click-default-group-1.2.2.tar.gz"
MD5SUM="4f0f38b1105d032a19f24c2661b0a82a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"