summaryrefslogtreecommitdiff
path: root/python3-dnspython/Pkgfile
blob: 63a7b49c96d8659b58aaaf61e73622a6f0a302fd (plain)
    1 # Description: dnspython is a DNS toolkit for Python
    2 # URL: https://www.dnspython.org/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-build python3-install python3-poetry
    5 
    6 name=python3-dnspython
    7 version=2.2.1
    8 release=1
    9 source=(https://pypi.python.org/packages/source/d/dnspython/dnspython-$version.tar.gz)
   10 
   11 build() {
   12   cd dnspython-$version
   13   /usr/bin/python3 -m build \
   14     --wheel \
   15     --skip-dependency-check \
   16     --no-isolation
   17   /usr/bin/python3 -m install \
   18     --optimize=1 \
   19     --destdir=$PKG dist/*.whl
   20 }

Generated by cgit