New package: python3-url-normalize-2.2.1

This commit is contained in:
Mateusz Sylwestrzak 2025-08-09 11:22:03 +02:00 committed by Duncan Overbruck
parent 7d6eb45b7a
commit 7875d9e711

View file

@ -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 <slymattz@gmail.com>"
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
}