From f3cef8564cb02cb334dfec170ec178b50e76c46b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 2 Feb 2018 21:53:48 -0200 Subject: [PATCH] New package: python3-idna-ssl-1.0.0. --- srcpkgs/python3-idna-ssl/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-idna-ssl/template diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template new file mode 100644 index 00000000000..7525dcdd7ee --- /dev/null +++ b/srcpkgs/python3-idna-ssl/template @@ -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 " +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 +}