# Contributor: Max Rees # Maintainer: Max Rees pkgname=py3-roman _pkgname=roman pkgver=2.0.0 pkgrel=2 pkgdesc="Python library to convert integers to Roman numerals" url="http://pypi.python.org/pypi/roman" arch="noarch" license="Python-2.1.1" # not SPDX depends="python3" makedepends="python3-dev unzip" checkdepends="py3-tox" source="$pkgname-$pkgver.zip::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip py36.patch" builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" # Do not bootstrap - tries to access web python3 setup.py build } check() { cd "$builddir" tox -e py36 } package() { cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="d62a95e835232821dbf7a81d0c6b7df63f18c4116cfc7eee0c691a0b31d3d7b69d2dc2e4ea26e0a169a8e24bf080e8bb1e195b853be4adf1491335a5b4d5702c py3-roman-2.0.0.zip 8f6bfe0f7259db6091b71c8744592de34ca305a30b5ac44cb366fd3e71ebbead21b892939a15b19cd0e344445f981f16ae493bb70ade171b2ba1d92daa431931 py36.patch"