commit: 30bd97488ee5c936a11c39056dacab5b98d67f79
parent 70c1c98a975bf38bae508119acf51698a1fe43f6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 26 Mar 2023 16:15:32 +0200
dev-python/pygame_sdl2: treeclean
Diffstat:
3 files changed, 0 insertions(+), 48 deletions(-)
diff --git a/dev-python/pygame_sdl2/Manifest b/dev-python/pygame_sdl2/Manifest
@@ -1 +0,0 @@
-DIST pygame_sdl2-2.1.0-for-renpy-8.0.3.tar.gz 4059490 BLAKE2B 3228349cfd9905882e81114793db1e31cf5a7dca54647a1c80aa98a84db860bfe460e21105e737181d769f18adf247611fb2afc07ee4a257867e2a5ff09841e6 SHA512 473fffed985362911d413f5e66b35241782fb8222799232351ac3b116942ff369c626ba3c89c5541a47b861332d71b228fcc4588c71d05e484c376ef120cf4cf
diff --git a/dev-python/pygame_sdl2/metadata.xml b/dev-python/pygame_sdl2/metadata.xml
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <remote-id type="github">renpy/pygame_sdl2</remote-id>
- <remote-id type="pypi">pygame_sdl2</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-inherit distutils-r1
-
-PYSDL="${PN}-2.1.0"
-
-DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"
-HOMEPAGE="https://github.com/renpy/pygame_sdl2"
-SRC_URI="https://www.renpy.org/dl/${PV}/${PYSDL}-for-renpy-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1 ZLIB"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- media-libs/libpng:0=
- media-libs/libsdl2:=[video]
- media-libs/sdl2-image:=[png,jpeg]
- >=media-libs/sdl2-mixer-2.0.2:=
- media-libs/sdl2-ttf:=
- virtual/jpeg:0"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PYSDL}-for-renpy-${PV}
-
-# PyGame distribution for this version has some pregenerated files;
-# we need to remove them
-python_prepare_all() {
- rm -r gen{,3} || die
- distutils-r1_python_prepare_all
-}