mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
387db3380a
commit
c1b429f20e
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-pep440/template
Normal file
17
srcpkgs/python3-pep440/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue