# Template file for 'python3-url-normalize'
pkgname=python3-url-normalize
version=3.0.0
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=0552cbf2831a32a28994a13d29bca58a60e10ff6c0380e343ec6d1c2a0d232d8

post_install() {
	vlicense LICENSE
}
