diff --git a/srcpkgs/python3-publicsuffix2/template b/srcpkgs/python3-publicsuffix2/template new file mode 100644 index 00000000000..1b5f2368a13 --- /dev/null +++ b/srcpkgs/python3-publicsuffix2/template @@ -0,0 +1,19 @@ +# Template file for 'python3-publicsuffix2' +pkgname=python3-publicsuffix2 +version=2019.12.21 +revision=1 +wrksrc="python-publicsuffix2-release-2.${version//./-}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-requests python3-wheel" +depends="python3" +short_desc="Get a public suffix for a domain name using the Public Suffix List" +maintainer="Evgeny Ermakov " +license="MIT, MPL-2.0" +homepage="https://github.com/nexB/python-publicsuffix2" +changelog="https://raw.githubusercontent.com/nexB/python-publicsuffix2/develop/CHANGELOG.rst" +distfiles="https://github.com/nexB/python-publicsuffix2/archive/release-2.${version//./-}.tar.gz" +checksum=b4ef022fccd7b4968151af208b0f890e55c00b24892a1a826b2b7a381215bafa + +post_install() { + vlicense publicsuffix2.LICENSE +}