summaryrefslogtreecommitdiff
path: root/python3-dnspython/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-01-22 12:16:10 +0100
committerTim Biermann <tbier@posteo.de>2022-01-22 13:26:53 +0100
commitd6cc78e75c3c8e6f8d83062b95ed0babc81c0d15 (patch)
tree66055effa43800ad0fbc97ac38bc547905b7e798 /python3-dnspython/Pkgfile
parent84bb46627ac56690f88c1f09054610c91ee8f1b8 (diff)
downloadcontrib-d6cc78e75c3c8e6f8d83062b95ed0babc81c0d15.tar.gz
contrib-d6cc78e75c3c8e6f8d83062b95ed0babc81c0d15.tar.xz
[notify] python3-dnspython: 2.1.0 -> 2.2.0; new dependencies: python3-build, python3-install, python3-poetry
Diffstat (limited to 'python3-dnspython/Pkgfile')
-rw-r--r--python3-dnspython/Pkgfile16
1 files changed, 9 insertions, 7 deletions
diff --git a/python3-dnspython/Pkgfile b/python3-dnspython/Pkgfile
index c503fec9e..de0f2ea03 100644
--- a/python3-dnspython/Pkgfile
+++ b/python3-dnspython/Pkgfile
@@ -1,18 +1,20 @@
# Description: dnspython is a DNS toolkit for Python
# URL: https://www.dnspython.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: python3-setuptools
+# Depends on: python3-build python3-install python3-poetry
name=python3-dnspython
-version=2.1.0
+version=2.2.0
release=1
-source=(https://pypi.python.org/packages/source/d/dnspython/dnspython-$version.zip)
+source=(https://pypi.python.org/packages/source/d/dnspython/dnspython-$version.tar.gz)
build() {
cd dnspython-$version
- /usr/bin/python3 setup.py build
- /usr/bin/python3 setup.py install \
- --root=$PKG \
+ /usr/bin/python3 -m build \
+ --wheel \
+ --skip-dependency-check \
+ --no-isolation
+ /usr/bin/python3 -m install \
--optimize=1 \
- --skip-build
+ --destdir=$PKG dist/*.whl
}

Generated by cgit