python/python3-dnspython: updated for version 2.4.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-07-16 17:36:08 +02:00 committed by Willy Sudiarto Raharjo
parent e3f97268d0
commit 6e77ca45ff
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View File

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-dnspython
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2.3.0}
VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -64,7 +64,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
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

View File

@ -1,10 +1,10 @@
PRGNAM="python3-dnspython"
VERSION="2.3.0"
VERSION="2.4.0"
HOMEPAGE="http://www.dnspython.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.3.0.tar.gz"
MD5SUM="203a77c823563229ba96c3e7ea7cfb02"
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.4.0.tar.gz"
MD5SUM="6d56aa5ef4e80e226c48d870c9733d0c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-poetry-core python3-exceptiongroup python3-httpcore"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"