New package: python3-idna-ssl-1.0.0.
This commit is contained in:
parent
0f20de948c
commit
f3cef8564c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-idna-ssl/template
Normal file
19
srcpkgs/python3-idna-ssl/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue