diff options
Diffstat (limited to 'dev-python/pgzero')
| -rw-r--r-- | dev-python/pgzero/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pgzero/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/pgzero/pgzero-1.2.1-r2.ebuild | 46 |
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/pgzero/Manifest b/dev-python/pgzero/Manifest deleted file mode 100644 index d0753acdb6b3..000000000000 --- a/dev-python/pgzero/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pgzero-1.2.1.gh.tar.gz 2503205 BLAKE2B 616129da20cc5db67bfe826816bd454a76016d80a155296bbbe8e6febbb48aa2070fac1701b22ce7a522597f85b2e272151828f9dfbac367e33e3e0b35e9d260 SHA512 7988d114f6c037fe5ef4690ded878c63f73589e56fb7f79fa3604a7b4bc8433d75aabb80229159921a3dd6af4e3fe6740520a33f2a6b29aba034a63e6e154c33 diff --git a/dev-python/pgzero/metadata.xml b/dev-python/pgzero/metadata.xml deleted file mode 100644 index 050e9be52036..000000000000 --- a/dev-python/pgzero/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chewi@gentoo.org</email> - <name>James Le Cuirot</name> - </maintainer> - <upstream> - <remote-id type="github">lordmauve/pgzero</remote-id> - <remote-id type="pypi">pgzero</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pgzero/pgzero-1.2.1-r2.ebuild b/dev-python/pgzero/pgzero-1.2.1-r2.ebuild deleted file mode 100644 index 84fae68a1743..000000000000 --- a/dev-python/pgzero/pgzero-1.2.1-r2.ebuild +++ /dev/null @@ -1,46 +0,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_{13..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 -} |
