diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-02-08 17:15:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-09 10:30:02 +0700 |
commit | a38dc59d29d801279f37bf19947ab697d29389ce (patch) | |
tree | 102543a39c34de56df5dc6c40f1f8382a1e45cb2 /python/python-distro | |
parent | cd622c471ba8cbde609e6ece4e8804b1da7abff8 (diff) | |
download | slackbuilds-a38dc59d29d801279f37bf19947ab697d29389ce.tar.gz |
python/python-distro: Updated for version 1.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-distro')
-rw-r--r-- | python/python-distro/python-distro.SlackBuild | 6 | ||||
-rw-r--r-- | python/python-distro/python-distro.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python-distro/python-distro.SlackBuild b/python/python-distro/python-distro.SlackBuild index b20e420da9..d6b4b23504 100644 --- a/python/python-distro/python-distro.SlackBuild +++ b/python/python-distro/python-distro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-distro -# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-distro SRCNAM=$(printf $PRGNAM | cut -c8-13) -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,7 +81,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 README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.md CONTRIBUT*.md CHANGELOG.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python-distro/python-distro.info b/python/python-distro/python-distro.info index f97d420bfa..9b381121eb 100644 --- a/python/python-distro/python-distro.info +++ b/python/python-distro/python-distro.info @@ -1,8 +1,8 @@ PRGNAM="python-distro" -VERSION="1.1.0" +VERSION="1.4.0" HOMEPAGE="https://github.com/nir0s/distro" -DOWNLOAD="https://pypi.python.org/packages/21/7b/14198029b49abdf80c6b8aadd9862f863b683dc4d3c2418f01bc6fad9fa3/distro-1.1.0.tar.gz" -MD5SUM="fc4c60a102271446a23ab20069a3453c" +DOWNLOAD="https://files.pythonhosted.org/packages/ca/e3/78443d739d7efeea86cbbe0216511d29b2f5ca8dbf51a6f2898432738987/distro-1.4.0.tar.gz" +MD5SUM="f2406d8efdb872c64a79e28967eff71a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |