void-packages/srcpkgs/python3-pep440/template

18 lines
567 B
Bash

# Template file for 'python3-pep440'
pkgname=python3-pep440
version=0.1.2
revision=2
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
}