contrib/python3-dnspython/Pkgfile

17 lines
526 B
Plaintext
Raw Normal View History

# Description: dnspython is a DNS toolkit for Python
2020-07-14 21:48:09 +02:00
# URL: https://www.dnspython.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-installer python3-poetry
name=python3-dnspython
2022-03-08 22:25:21 +01:00
version=2.2.1
release=1
source=(https://pypi.python.org/packages/source/d/dnspython/dnspython-$version.tar.gz)
build() {
cd dnspython-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}