From 7875d9e711ff2cb4f65b7cf3a6b5d622b2db3db1 Mon Sep 17 00:00:00 2001 From: Mateusz Sylwestrzak Date: Sat, 9 Aug 2025 11:22:03 +0200 Subject: [PATCH] New package: python3-url-normalize-2.2.1 --- srcpkgs/python3-url-normalize/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-url-normalize/template 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 +}