python-service_identity: update to 17.0.0
This commit is contained in:
parent
664514840a
commit
28f809c9d0
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-service_identity'
|
# Template file for 'python-service_identity'
|
||||||
pkgname=python-service_identity
|
pkgname=python-service_identity
|
||||||
version=16.0.0
|
version=17.0.0
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="service_identity-${version}"
|
wrksrc="service_identity-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="service_identity"
|
pycompile_module="service_identity"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-attrs python-idna python-pyasn1-modules"
|
depends="python-attrs python-pyasn1-modules python-openssl"
|
||||||
short_desc="Service identity verification for pyOpenSSL (Python2)"
|
short_desc="Service identity verification for pyOpenSSL (Python2)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://service-identity.readthedocs.org/"
|
homepage="https://service-identity.readthedocs.org/"
|
||||||
distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz"
|
||||||
checksum=0630e222f59f91f3db498be46b1d879ff220955d7bbad719a5cb9ad14e3c3036
|
checksum=4001fbb3da19e0df22c47a06d29681a398473af4aa9d745eca525b3b2c2302ab
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,7 +21,7 @@ post_install() {
|
||||||
|
|
||||||
python3-service_identity_package() {
|
python3-service_identity_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-attrs python3-idna python3-pyasn1-modules"
|
depends="python3-attrs python3-pyasn1-modules python3-openssl"
|
||||||
pycompile_module="service_identity"
|
pycompile_module="service_identity"
|
||||||
replaces="python3.4-service_identity>=0"
|
replaces="python3.4-service_identity>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Reference in New Issue