diff options
author | Tim Biermann <tbier@posteo.de> | 2019-11-02 23:09:02 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-11-02 23:09:02 +0100 |
commit | f189e1518c1dd0354e7b1097e3a998a92852c136 (patch) | |
tree | 5124608eac5377915331e0a0dc89dc0ca466db77 /python3-dnspython/Pkgfile | |
parent | 22d5e08bc8e8c381874f8b2c8a989aeee3138cff (diff) | |
download | contrib-f189e1518c1dd0354e7b1097e3a998a92852c136.tar.gz contrib-f189e1518c1dd0354e7b1097e3a998a92852c136.tar.xz |
python3-dnspython: initial commit, version 1.16.0
Diffstat (limited to 'python3-dnspython/Pkgfile')
-rw-r--r-- | python3-dnspython/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/python3-dnspython/Pkgfile b/python3-dnspython/Pkgfile new file mode 100644 index 000000000..1795b479f --- /dev/null +++ b/python3-dnspython/Pkgfile @@ -0,0 +1,18 @@ +# Description: dnspython is a DNS toolkit for Python +# URL: http://www.dnspython.org/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-setuptools + +name=python3-dnspython +version=1.16.0 +release=1 +source=(http://www.dnspython.org/kits/$version/dnspython-$version.tar.gz) + +build() { + cd dnspython-$version + python3 setup.py build + python3 setup.py install \ + --root=$PKG \ + --optimize=1 \ + --skip-build +} |