python-dnspython: drop package
This commit is contained in:
parent
081975069c
commit
4f14176a7c
6 changed files with 18 additions and 32 deletions
|
@ -1,2 +0,0 @@
|
||||||
In order to perform DNSSEC validation install python-pycryptodome.
|
|
||||||
To do elliptic curves install also python-ecdsa.
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-dnspython
|
|
18
srcpkgs/python3-dnspython/template
Normal file
18
srcpkgs/python3-dnspython/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue