diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-01 11:44:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:03 +0700 |
commit | 0c458bed262f4f5f2dc3505cfb2d94baef2578d6 (patch) | |
tree | 986965c9a3abfb8720f3633005b7faa319a74775 /python/py | |
parent | f060dc0203027e1d86a0189f5389685043871b27 (diff) |
python/py: Updated for version 1.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py')
-rw-r--r-- | python/py/py.SlackBuild | 5 | ||||
-rw-r--r-- | python/py/py.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/python/py/py.SlackBuild b/python/py/py.SlackBuild index 1ccc1ffeca2d..c0c258564e17 100644 --- a/python/py/py.SlackBuild +++ b/python/py/py.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for py # Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=py -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS README.rst LICENSE CHANGELOG doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS README.rst LICENSE CHANGELOG.rst doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/py/py.info b/python/py/py.info index 3fb65b17dbc3..0c9b8ae66f72 100644 --- a/python/py/py.info +++ b/python/py/py.info @@ -1,10 +1,10 @@ PRGNAM="py" -VERSION="1.6.0" +VERSION="1.11.0" HOMEPAGE="http://pylib.readthedocs.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/4f/38/5f427d1eedae73063ce4da680d2bae72014995f9fdeaa57809df61c968cd/py-1.6.0.tar.gz" -MD5SUM="5ccd0cd5373c55171cf9fd61b9f19a1b" +DOWNLOAD="https://files.pythonhosted.org/packages/98/ff/fec109ceb715d2a6b4c4a85a61af3b40c723a961e8828319fbcb15b868dc/py-1.11.0.tar.gz" +MD5SUM="bde7dcc1cb452a1e10206ef2f811ba88" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python2-setuptools-scm" -MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |