# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=py3-fixtures _pkgname=fixtures pkgver=3.0.0 pkgrel=3 pkgdesc="Fixtures, reusable state for writing clean tests and more." url="https://pypi.python.org/pypi/fixtures/" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-fixtures" # Backwards compatibility provides="py-fixtures=$pkgver-r$pkgrel" # Backwards compatibility check() { python3 setup.py check } build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695 fixtures-3.0.0.tar.gz"