# Maintainer: Fabian Affolter pkgname=py3-asn1-modules _pkgname=pyasn1-modules pkgver=0.2.6 pkgrel=2 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="6bf576146f59043bd708abcfdf6614c5a441e6e38c7bac2458491c5dddc42fe25210f0387ee12882391f6265a0e716ccbda547555ca38fbf3e2adf1587c95462 pyasn1-modules-0.2.6.tar.gz"