New package: python3-pgzero 1.2.
This commit is contained in:
parent
000cc4eb5e
commit
fbbb98bff9
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-pgzero/template
Normal file
16
srcpkgs/python3-pgzero/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-pgzero'
|
||||||
|
pkgname=python3-pgzero
|
||||||
|
version=1.2
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="pgzero-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="pgzero pgzrun.py"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-setuptools python3-pygame python3-numpy"
|
||||||
|
short_desc="Zero-boilerplate games programming framework based on Pygame (Python3)"
|
||||||
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
|
license="LGPL-3.0-or-later"
|
||||||
|
homepage="https://pygame-zero.readthedocs.io/en/stable/"
|
||||||
|
distfiles="${PYPI_SITE}/p/pgzero/pgzero-${version}.tar.gz"
|
||||||
|
checksum=91e641d545c6235a24719dea0fd83c8429e92a8b5ab1756bef145128e8db9017
|
Loading…
Reference in a new issue