New package: python3-uritools-3.0.0

This commit is contained in:
Nick Hahn 2020-01-22 15:16:48 +01:00 committed by Helmut Pozimski
parent f8e65c8101
commit 6fa5603339

View file

@ -0,0 +1,18 @@
# Template file for 'python3-uritools'
pkgname=python3-uritools
version=3.0.0
revision=1
wrksrc="uritools-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="URI parsing, classification and composition"
maintainer="Nick Hahn <nick.hahn@posteo.de>"
license="MIT"
homepage="https://github.com/tkem/uritools/"
distfiles="https://github.com/tkem/uritools/archive/v${version}.tar.gz"
checksum=1d221acf7aea96d1b6c87ecdf5273ef6ced3a49887b427081f83cf5bcc2cc7c9
post_install() {
vlicense LICENSE
}