mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: python3-roman-numerals-py-3.1.0
This commit is contained in:
parent
b896d698f8
commit
6eb6406f3c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-roman-numerals-py/template
Normal file
19
srcpkgs/python3-roman-numerals-py/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-roman-numerals-py'
|
||||||
|
pkgname=python3-roman-numerals-py
|
||||||
|
version=3.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-flit_core"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="Manipulate well-formed Roman numerals"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="0BSD OR CC0-1.0"
|
||||||
|
homepage="https://pypi.org/project/roman-numerals-py/"
|
||||||
|
changelog="https://github.com/AA-Turner/roman-numerals/blob/master/CHANGES.rst"
|
||||||
|
distfiles="${PYPI_SITE}/r/roman-numerals-py/roman_numerals_py-${version}.tar.gz"
|
||||||
|
checksum=be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENCE.rst
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue