# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-transitions _pkgname=transitions pkgver=0.7.1 pkgrel=1 pkgdesc="A lightweight, object-oriented Python state machine implementation" url="https://github.com/tyarkoni/transitions" arch="noarch" license="MIT" depends="py3-six" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pycodestyle" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces=py-transitions # Backwards compatibility provides=py-transitions=$pkgver-r$pkgrel # Backwards compatibility build() { python3 setup.py build } check() { py.test-3 } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="4802e6a914270a183f66e70cf648c5f09c25b63e9233fdeb65b231ad24847d023182c6a45eaa1d47780d1f5d7f6f23695a6e578d4eaae55bf7a7ff121561e06b transitions-0.7.1.tar.gz"