diff --git a/srcpkgs/python3-url-normalize/template b/srcpkgs/python3-url-normalize/template new file mode 100644 index 00000000000..bc67ec661c6 --- /dev/null +++ b/srcpkgs/python3-url-normalize/template @@ -0,0 +1,17 @@ +# Template file for 'python3-url-normalize' +pkgname=python3-url-normalize +version=2.2.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core python3-setuptools_scm python3-wheel" +depends="python3-idna" +short_desc="Library for standardizing and normalizing URLs with support for IDN" +maintainer="Mateusz Sylwestrzak " +license="MIT" +homepage="https://github.com/niksite/url-normalize" +distfiles="${PYPI_SITE}/u/url-normalize/url_normalize-${version}.tar.gz" +checksum=74a540a3b6eba1d95bdc610c24f2c0141639f3ba903501e61a52a8730247ff37 + +post_install() { + vlicense LICENSE +}