summaryrefslogtreecommitdiff
path: root/python3-dnspython/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'python3-dnspython/Pkgfile')
-rw-r--r--python3-dnspython/Pkgfile12
1 files changed, 4 insertions, 8 deletions
diff --git a/python3-dnspython/Pkgfile b/python3-dnspython/Pkgfile
index 63a7b49c9..7e559e8c6 100644
--- a/python3-dnspython/Pkgfile
+++ b/python3-dnspython/Pkgfile
@@ -1,7 +1,7 @@
# Description: dnspython is a DNS toolkit for Python
# URL: https://www.dnspython.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: python3-build python3-install python3-poetry
+# Depends on: python3-build python3-installer python3-poetry
name=python3-dnspython
version=2.2.1
@@ -10,11 +10,7 @@ source=(https://pypi.python.org/packages/source/d/dnspython/dnspython-$version.t
build() {
cd dnspython-$version
- /usr/bin/python3 -m build \
- --wheel \
- --skip-dependency-check \
- --no-isolation
- /usr/bin/python3 -m install \
- --optimize=1 \
- --destdir=$PKG dist/*.whl
+
+ /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
+ /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}

Generated by cgit