diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-05-09 23:11:19 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 08:12:24 +0700 |
commit | 45e16158efabb86b5db6c19b5be42adf55c7ced4 (patch) | |
tree | 340d9573e4bbe974b410b279486d22113b091639 /python | |
parent | a7ed4c6a16e0a9481e96b38d85d3ab3ab3b22182 (diff) |
python/python3-blinker: Updated for version 1.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-blinker/python3-blinker.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-blinker/python3-blinker.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-blinker/python3-blinker.SlackBuild b/python/python3-blinker/python3-blinker.SlackBuild index e0d2b5e41515a..fc553a7f331bb 100644 --- a/python/python3-blinker/python3-blinker.SlackBuild +++ b/python/python3-blinker/python3-blinker.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-blinker SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-1.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,7 +76,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 docs/ PKG-INFO CHANGES.rst README.rst LICENSE.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a docs/ PKG-INFO CHANGES.rst README.md LICENSE.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/python3-blinker/python3-blinker.info b/python/python3-blinker/python3-blinker.info index c9af2f652e75e..3c5b1cbc92323 100644 --- a/python/python3-blinker/python3-blinker.info +++ b/python/python3-blinker/python3-blinker.info @@ -1,8 +1,8 @@ PRGNAM="python3-blinker" -VERSION="1.7.0" +VERSION="1.8.2" HOMEPAGE="https://pypi.python.org/pypi/blinker/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/b/blinker/blinker-1.7.0.tar.gz" -MD5SUM="0306b831281e9918ffb0ac6e3e18b47f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/b/blinker/blinker-1.8.2.tar.gz" +MD5SUM="ce2f9fb3bc0c0000db11f012f5f5afda" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |