mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-idna-ssl: update to 1.1.0.
This commit is contained in:
parent
57434b4392
commit
4b9e749835
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-idna-ssl'
|
# Template file for 'python3-idna-ssl'
|
||||||
pkgname=python3-idna-ssl
|
pkgname=python3-idna-ssl
|
||||||
version=1.0.1
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="idna-ssl-${version}"
|
wrksrc="idna-ssl-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -9,11 +9,11 @@ pycompile_module="idna_ssl.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-idna"
|
depends="python3-idna"
|
||||||
short_desc="Patch ssl.match_hostname for Unicode(idna) domains support"
|
short_desc="Patch ssl.match_hostname for Unicode(idna) domains support"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/aio-libs/idna-ssl"
|
homepage="https://github.com/aio-libs/idna-ssl"
|
||||||
distfiles="https://github.com/aio-libs/idna-ssl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/aio-libs/idna-ssl/archive/v${version}.tar.gz"
|
||||||
checksum=07ddaa341248aaf26b13be9af11b57f026a76867bb9b36cb2c7f9b7389791eaa
|
checksum=cdbefa2429a6a2fa5cbe8d2a47c677ca671e84531618d3460fc0bcfc840684c5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue