Browse Source
python/python3-treq: updated for version 25.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/308/head
Arn0
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
5 deletions
-
python/python3-treq/python3-treq.SlackBuild
-
python/python3-treq/python3-treq.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-treq |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-24.9.1} |
|
|
|
VERSION=${VERSION:-25.5.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -62,7 +62,8 @@ find -L . \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o |
|
|
|
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') |
|
|
|
export PYTHONPATH=/opt/python$PYVER/site-packages |
|
|
|
|
|
|
|
python3 setup.py install --root=$PKG |
|
|
|
python3 -m build --no-isolation |
|
|
|
python3 -m installer -d "$PKG" dist/*.whl |
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-treq" |
|
|
|
VERSION="24.9.1" |
|
|
|
VERSION="25.5.0" |
|
|
|
HOMEPAGE="https://pypi.org/project/treq/" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/t/treq/treq-24.9.1.tar.gz" |
|
|
|
MD5SUM="a48996ff540651deded304b638ba54ea" |
|
|
|
DOWNLOAD="https://pypi.python.org/packages/source/t/treq/treq-25.5.0.tar.gz" |
|
|
|
MD5SUM="b0a3c2e315375388e820019afc59919d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="pyOpenSSL python3-twisted" |
|
|
|