mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-pypng-0.20220715.0
This commit is contained in:
parent
c8f1724461
commit
fe501099ff
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pypng/template
Normal file
19
srcpkgs/python3-pypng/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue