# Template file for 'python3-roman-numerals'
pkgname=python3-roman-numerals
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/"
changelog="https://github.com/AA-Turner/roman-numerals/blob/master/CHANGES.rst"
distfiles="${PYPI_SITE}/r/roman-numerals/roman_numerals-${version}.tar.gz"
checksum=384e36fc1e8d4bd361bdb3672841faae7a345b3f708aae9895d074c878332551
replaces="python3-roman-numerals-py>=0"

post_install() {
	vlicense LICENCE.rst
}
