# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=py3-regex pkgver=2020.2.20 pkgrel=0 pkgdesc="More featureful implementation of the 're' module" url="https://bitbucket.org/mrabarnett/mrab-regex" arch="all" license="CNRI-Python" depends="python3" makedepends="python3-dev py3-setuptools" options="!check" # no tests source="https://files.pythonhosted.org/packages/source/r/regex/regex-$pkgver.tar.gz" builddir="$srcdir/regex-$pkgver" build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="0a35b9512048bd36bcbf8a03905cc77f007d204f9ed9a0aaa3d5fcd72392bf37285c35ec0f04b1520e486b651028063c799ec265782c52ca4ecf7eeb0581727a regex-2020.2.20.tar.gz"