python3-pybcj: update to 0.5.1.
enable tests with pytest
This commit is contained in:
parent
0e17823681
commit
4e2532326e
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'python3-pybcj'
|
# Template file for 'python3-pybcj'
|
||||||
pkgname=python3-pybcj
|
pkgname=python3-pybcj
|
||||||
version=0.5.0
|
version=0.5.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pybcj-${version}"
|
wrksrc="pybcj-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest python3-hypothesis"
|
||||||
short_desc="BCJ(Branch-Call-Jump) filter for python"
|
short_desc="BCJ(Branch-Call-Jump) filter for python"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/miurahr/pybcj"
|
homepage="https://github.com/miurahr/pybcj"
|
||||||
distfiles="${PYPI_SITE}/p/pybcj/pybcj-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pybcj/pybcj-${version}.tar.gz"
|
||||||
checksum=8de74f338874c698e405a72181eb0ea2e011ed5a6567e0feca524275f113bb0f
|
checksum=376d039200639a52cba47fb04ffda39aad39715d9e988405fee0e5d60080d111
|
||||||
|
|
Loading…
Reference in a new issue