mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
New package: python3-url-normalize-2.2.1
This commit is contained in:
parent
7d6eb45b7a
commit
7875d9e711
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-url-normalize/template
Normal file
17
srcpkgs/python3-url-normalize/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue