15 lines
557 B
Bash
15 lines
557 B
Bash
# Template file for 'python3-rfc3987'
|
|
pkgname=python3-rfc3987
|
|
version=1.3.8
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
short_desc="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://pypi.python.org/pypi/rfc3987"
|
|
distfiles="${PYPI_SITE}/r/rfc3987/rfc3987-${version}.tar.gz"
|
|
checksum=d3c4d257a560d544e9826b38bc81db676890c79ab9d7ac92b39c7a253d5ca733
|
|
make_check=no # no tests available
|