New package: python3-idna-ssl-1.0.0.

This commit is contained in:
maxice8 2018-02-02 21:53:48 -02:00 committed by Michael Aldridge
parent 0f20de948c
commit f3cef8564c

View file

@ -0,0 +1,19 @@
# Template file for 'python3-idna-ssl'
pkgname=python3-idna-ssl
version=1.0.0
revision=1
wrksrc="idna-ssl-${version}"
build_style=python3-module
pycompile_module="idna_ssl.py"
hostmakedepends="python3-setuptools"
depends="python3-idna"
short_desc="Patch ssl.match_hostname for Unicode(idna) domains support"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/aio-libs/idna-ssl"
distfiles="https://github.com/aio-libs/idna-ssl/archive/v${version}.tar.gz"
checksum=7caa946d5b0643da981082d5dc4ee04142307474b00f87954228d1276d684962
post_install() {
vlicense LICENSE
}