mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
New package: python3-rfc3986-1.5.0
This commit is contained in:
parent
fe1d255557
commit
67e8a8ba9b
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python3-rfc3986/template
Normal file
15
srcpkgs/python3-rfc3986/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python3-rfc3986'
|
||||
pkgname=python3-rfc3986
|
||||
version=1.5.0
|
||||
revision=1
|
||||
wrksrc="rfc3986-$version"
|
||||
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=120c235975198b3e23458ca7ff5b8628f609190c0b067fb6059b448fe1345f1b
|
Loading…
Add table
Reference in a new issue