python-dnspython: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-28 22:43:42 +07:00
parent 081975069c
commit 4f14176a7c
6 changed files with 18 additions and 32 deletions

View file

@ -1,2 +0,0 @@
In order to perform DNSSEC validation install python-pycryptodome.
To do elliptic curves install also python-ecdsa.

View file

@ -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 <al3hex@gmail.com>"
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
}
}

View file

@ -1 +0,0 @@
python-dnspython

View file

@ -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 <orphan@voidlinux.org>"
license="ISC"
homepage="http://www.dnspython.org/"
distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip"
checksum=36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
post_install() {
vlicense LICENSE
}