17 lines
576 B
Bash
17 lines
576 B
Bash
# Template file for 'python3-pybcj'
|
|
pkgname=python3-pybcj
|
|
version=0.5.2
|
|
revision=1
|
|
wrksrc="pybcj-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-hypothesis"
|
|
short_desc="BCJ(Branch-Call-Jump) filter for python"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/miurahr/pybcj"
|
|
distfiles="${PYPI_SITE}/p/pybcj/pybcj-${version}.tar.gz"
|
|
checksum=050e7bf780b82b0c6ba4368c4a78953a1cf5922cef50e8b251fb8b87f0483ad7
|