# Compiling Time: 0.01 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-roman-numerals-py
pkgver=3.1.0
pkgrel=2
pkgdesc="Manipulate well-formed Roman numerals"
depends=('python3')
makedepends=('python3-build' 'python3-flit_core' 'python3-installer')
groups=('devel-extra')
archs=('x86_64')
_F_python_version=python3
_F_pypi_name=roman-numerals-py
Finclude pypi
sha1sums=('3588468dd3ec0ff76303a4ba3b83577ad697186d')

build() {
	Fcd
	Fpatchall
	Fexec python3 -m build --wheel --skip-dependency-check --no-isolation || Fdie
	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}

# optimization OK
