summaryrefslogtreecommitdiff
path: root/python3-dnspython/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'python3-dnspython/Pkgfile')
-rw-r--r--python3-dnspython/Pkgfile18
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
+}

Generated by cgit