15 lines
557 B
Bash
15 lines
557 B
Bash
# Template file for 'python3-rfc3986'
|
|
pkgname=python3-rfc3986
|
|
version=2.0.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-idna"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Python Implementation of RFC3986 including validations"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://rfc3986.readthedocs.io/"
|
|
distfiles="https://github.com/python-hyper/rfc3986/archive/refs/tags/$version.tar.gz"
|
|
checksum=013d6e63898c4bcb96a2ebea75e9c511ec71c83d58c88721e532a7d2528ca638
|