# Description: Manipulate well-formed Roman numerals # URL: https://github.com/AA-Turner/roman-numerals/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-roman-numerals-py version=3.1.0 release=2 source=(https://pypi.org/packages/source/r/roman_numerals_py/roman_numerals_py-$version.tar.gz) build() { cd roman_numerals_py-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }