mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: python3-rfc3339-validator-0.1.4
This commit is contained in:
parent
25a81b36d3
commit
f224e05811
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-rfc3339-validator/template
Normal file
18
srcpkgs/python3-rfc3339-validator/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-rfc3339-validator'
|
||||||
|
pkgname=python3-rfc3339-validator
|
||||||
|
version=0.1.4
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
depends="python3-six"
|
||||||
|
checkdepends="$depends python3-hypothesis python3-pytest python3-strict-rfc3339"
|
||||||
|
short_desc="Pure python RFC3339 validator"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/naimetti/rfc3339-validator"
|
||||||
|
distfiles="${PYPI_SITE}/r/rfc3339-validator/rfc3339_validator-${version}.tar.gz"
|
||||||
|
checksum=138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue