# Maintainer: Fabian Affolter pkgname=py3-asn1-modules _pkgname=pyasn1-modules pkgver=0.2.7 pkgrel=1 pkgdesc="A collection of ASN.1-based protocols modules" url="https://pypi.python.org/pypi/pyasn1-modules" arch="noarch" license="BSD-2-Clause" depends="py3-asn1<0.5.0" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-asn1-modules" # Backwards compatibility provides="py-asn1-modules=$pkgver-r$pkgrel" # Backwards compatibility build() { cd "$builddir" python3 setup.py build } check() { cd "$builddir" python3 setup.py test } package() { cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="5854cb2eebe7ef7eaae701fba8c8b847f84115c699037d9cd29ddbfb8f0142172031155404d34f004a454227659b8726631f0e3082c856f6311544148768655f pyasn1-modules-0.2.7.tar.gz"