Install this version:
emerge -a =dev-python/pgzero-1.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pgzero-1.2.1
Or alternatively:
emerge --autounmask-write -a =dev-python/pgzero-1.2.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
MY_PV="${PV/_p/.post}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="A zero-boilerplate games programming framework based on Pygame"
HOMEPAGE="
https://pygame-zero.readthedocs.io/
https://github.com/lordmauve/pgzero/
https://pypi.org/project/pgzero/
"
SRC_URI="
https://github.com/lordmauve/pgzero/archive/${MY_PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
media-libs/sdl2-image[png]
media-libs/sdl2-mixer[vorbis]
)
"
distutils_enable_tests unittest
python_test() {
# Allow the tests to pass without real audio or video.
local -x SDL_AUDIODRIVER=dummy SDL_VIDEODRIVER=dummy
eunittest
}
dev-python/numpy[] dev-python/pygame[]
test? ( media-libs/sdl2-image[png] media-libs/sdl2-mixer[vorbis] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pgzero-1.2.1.gh.tar.gz | 2503205 bytes | https://github.com/lordmauve/pgzero/archive/1.2.1.tar.gz |