16 lines
527 B
Bash
16 lines
527 B
Bash
# Template file for 'python3-pybcj'
|
|
pkgname=python3-pybcj
|
|
version=0.5.0
|
|
revision=1
|
|
wrksrc="pybcj-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
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=8de74f338874c698e405a72181eb0ea2e011ed5a6567e0feca524275f113bb0f
|