New package: python3-pep440-0.1.2

Closes: #44312 [via git-merge-pr]
This commit is contained in:
Gonzalo Tornaría 2023-05-23 21:11:54 -03:00 committed by Andrew J. Hesford
parent 387db3380a
commit c1b429f20e

View file

@ -0,0 +1,17 @@
# Template file for 'python3-pep440'
pkgname=python3-pep440
version=0.1.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
checkdepends="python3-pytest-console-scripts"
short_desc="Utils to check whether version numbers match PEP 440"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/Carreau/pep440"
distfiles="https://github.com/Carreau/pep440/archive/refs/tags/${version}.tar.gz"
checksum=4f38145d7b71aad9743b3f4aec6338a2dad4010a14a223493bf0b3b7b99027ef
post_install() {
vlicense LICENSE
}