20 lines
606 B
Bash
20 lines
606 B
Bash
# Template file for 'python3-idna-ssl'
|
|
pkgname=python3-idna-ssl
|
|
version=1.0.1
|
|
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=07ddaa341248aaf26b13be9af11b57f026a76867bb9b36cb2c7f9b7389791eaa
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|