void-packages/srcpkgs/python3-pyppmd/template

19 lines
687 B
Bash
Raw Normal View History

2021-10-06 22:58:14 +00:00
# Template file for 'python3-pyppmd'
pkgname=python3-pyppmd
2021-12-02 12:29:33 +00:00
version=0.17.3
2021-10-06 22:58:14 +00:00
revision=1
wrksrc="pyppmd-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
depends="python3"
short_desc="Python interface for PPM variation H and I.2"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="LGPL-2.0-or-later"
homepage="https://github.com/miurahr/pyppmd"
2021-12-02 12:29:33 +00:00
changelog="https://raw.githubusercontent.com/miurahr/pyppmd/main/Changelog.rst"
2021-10-06 22:58:14 +00:00
distfiles="${PYPI_SITE}/p/pyppmd/pyppmd-${version}.tar.gz"
2021-12-02 12:29:33 +00:00
checksum=05a4765833623d5cc1c9afc27d9b05fb64f0319711beffe0b44d9695eb1beb0a
2021-10-06 22:58:14 +00:00
# testing requires unpackaged plugin pytest-benchmark
make_check=no