15 lines
597 B
Bash
15 lines
597 B
Bash
# Template file for 'python3-pgzero'
|
|
pkgname=python3-pgzero
|
|
version=1.2.1
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-pygame python3-numpy"
|
|
short_desc="Zero-boilerplate games programming framework based on Pygame (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://pygame-zero.readthedocs.io/en/stable/"
|
|
distfiles="${PYPI_SITE}/p/pgzero/pgzero-${version}.tar.gz"
|
|
checksum=8cadc020f028cbac3e0cbd3bb9311a1c045f1deedac7917ff433f986c38e6106
|
|
make_check=no # Tests require video device
|