20 lines
593 B
Bash
20 lines
593 B
Bash
|
# Template file for 'python3-pypng'
|
||
|
pkgname=python3-pypng
|
||
|
version=0.20220715.0
|
||
|
revision=1
|
||
|
build_style=python3-pep517
|
||
|
hostmakedepends="python3-setuptools python3-wheel"
|
||
|
depends="python3"
|
||
|
checkdepends="python3-pytest"
|
||
|
short_desc="Pure Python library for saving and loading PNG images"
|
||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||
|
license="MIT"
|
||
|
homepage="https://gitlab.com/drj11/pypng"
|
||
|
distfiles="${PYPI_SITE}/p/pypng/pypng-${version}.tar.gz"
|
||
|
checksum=739c433ba96f078315de54c0db975aee537cbc3e1d0ae4ed9aab0ca1e427e2c1
|
||
|
make_check_pre="env PYTHONPATH=code"
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENCE
|
||
|
}
|