New package: python3-roman-numerals-py-3.1.0

This commit is contained in:
Gonzalo Tornaría 2025-02-25 22:35:17 -03:00 committed by Đoàn Trần Công Danh
parent b896d698f8
commit 6eb6406f3c

View 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
}