From 4f14176a7c53b83fd250293eeb812898fb4012bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 28 Sep 2020 22:43:42 +0700 Subject: [PATCH] python-dnspython: drop package --- srcpkgs/python-dnspython/INSTALL.msg | 2 -- srcpkgs/python-dnspython/template | 29 ------------------- srcpkgs/python3-dnspython | 1 - .../INSTALL.msg} | 0 .../patches/gh-345.patch | 0 srcpkgs/python3-dnspython/template | 18 ++++++++++++ 6 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-dnspython/INSTALL.msg delete mode 100644 srcpkgs/python-dnspython/template delete mode 120000 srcpkgs/python3-dnspython rename srcpkgs/{python-dnspython/python3-dnspython.INSTALL.msg => python3-dnspython/INSTALL.msg} (100%) rename srcpkgs/{python-dnspython => python3-dnspython}/patches/gh-345.patch (100%) create mode 100644 srcpkgs/python3-dnspython/template 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 +}