diff --git a/srcpkgs/python-dnspython/INSTALL.msg b/srcpkgs/python-dnspython/INSTALL.msg deleted file mode 100644 index cee7c25b931..00000000000 --- a/srcpkgs/python-dnspython/INSTALL.msg +++ /dev/null @@ -1,2 +0,0 @@ -In order to perform DNSSEC validation install python-pycryptodome. -To do elliptic curves install also python-ecdsa. diff --git a/srcpkgs/python-dnspython/template b/srcpkgs/python-dnspython/template deleted file mode 100644 index 76f1f538401..00000000000 --- a/srcpkgs/python-dnspython/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'python-dnspython' -pkgname=python-dnspython -version=1.16.0 -revision=3 -wrksrc="dnspython-${version}" -build_style=python-module -pycompile_module="dns" -hostmakedepends="python-setuptools python3-setuptools unzip" -depends="python" -short_desc="DNS toolkit for Python2" -maintainer="Alessio Sergi " -license="ISC" -homepage="http://www.dnspython.org/" -distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip" -checksum=36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01 - -post_install() { - vlicense LICENSE -} - -python3-dnspython_package() { - pycompile_module="dns" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-dnspython b/srcpkgs/python3-dnspython deleted file mode 120000 index 9c4b0ce7792..00000000000 --- a/srcpkgs/python3-dnspython +++ /dev/null @@ -1 +0,0 @@ -python-dnspython \ No newline at end of file diff --git a/srcpkgs/python-dnspython/python3-dnspython.INSTALL.msg b/srcpkgs/python3-dnspython/INSTALL.msg similarity index 100% rename from srcpkgs/python-dnspython/python3-dnspython.INSTALL.msg rename to srcpkgs/python3-dnspython/INSTALL.msg diff --git a/srcpkgs/python-dnspython/patches/gh-345.patch b/srcpkgs/python3-dnspython/patches/gh-345.patch similarity index 100% rename from srcpkgs/python-dnspython/patches/gh-345.patch rename to srcpkgs/python3-dnspython/patches/gh-345.patch diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template new file mode 100644 index 00000000000..152cee924da --- /dev/null +++ b/srcpkgs/python3-dnspython/template @@ -0,0 +1,18 @@ +# Template file for 'python3-dnspython' +pkgname=python3-dnspython +version=1.16.0 +revision=4 +wrksrc="dnspython-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools unzip" +depends="python3" +short_desc="DNS toolkit for Python3" +maintainer="Orphaned " +license="ISC" +homepage="http://www.dnspython.org/" +distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip" +checksum=36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01 + +post_install() { + vlicense LICENSE +}