19 lines
629 B
Bash
19 lines
629 B
Bash
# Template file for 'python3-rfc3986-validator'
|
|
pkgname=python3-rfc3986-validator
|
|
version=0.1.1
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-hypothesis python3-rfc3987"
|
|
short_desc="Pure python RFC3986 validator"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="MIT"
|
|
homepage="https://github.com/naimetti/rfc3986-validator"
|
|
distfiles="${PYPI_SITE}/r/rfc3986-validator/rfc3986_validator-${version}.tar.gz"
|
|
checksum=3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|