New package: python3-pypng-0.20220715.0

This commit is contained in:
Joel Beckmeyer 2023-09-14 11:00:56 -04:00 committed by cinerea0
parent c8f1724461
commit fe501099ff
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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
}