diff --git a/programming/language/python3/python3-dnspython/actions.py b/programming/language/python3/python3-dnspython/actions.py new file mode 100644 index 0000000000..222b976b3d --- /dev/null +++ b/programming/language/python3/python3-dnspython/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + + pisitools.dodoc("LICENSE", "README*") diff --git a/programming/language/python3/python3-dnspython/pspec.xml b/programming/language/python3/python3-dnspython/pspec.xml new file mode 100644 index 0000000000..c8d0033404 --- /dev/null +++ b/programming/language/python3/python3-dnspython/pspec.xml @@ -0,0 +1,55 @@ + + + + + python3-dnspython + https://pypi.org/project/dnspython/ + + Pisi Linux Admins + admin@pisilinux.org + + ISC + app + A DNS toolkit for Python + A DNS toolkit for Python + https://files.pythonhosted.org/packages/13/27/5277de856f605f3429d752a39af3588e29d10181a3aa2e2ee471d817485a/dnspython-2.1.0.zip + + python3-devel + python3-setuptools + python3-ecdsa + python3-idna + python3-pycryptodome + + + + + + python3-dnspython + + python3 + python3-setuptools + python3-ecdsa + python3-idna + python3-pycryptodome + + + /usr/lib + /usr/share/doc + + + + + + 2021-06-20 + 2.1.0 + First release + Pisi Linux Admins + admin@pisilinux.org + + + diff --git a/programming/language/python3/python3-dnspython/translations.xml b/programming/language/python3/python3-dnspython/translations.xml new file mode 100644 index 0000000000..183b618e7b --- /dev/null +++ b/programming/language/python3/python3-dnspython/translations.xml @@ -0,0 +1,8 @@ + + + + python3-dnspython + A DNS toolkit for Python + A DNS toolkit for Python + +