commit: 921dfd331accf009f01006b3d01c59c549362a65
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 10:20:07 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 10:25:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921dfd33
app-portage/gpyutils: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gpyutils/Manifest | 1 -
app-portage/gpyutils/gpyutils-0.14.0.ebuild | 31 -----------------------------
2 files changed, 32 deletions(-)
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 15e0a7ccb2ab..16410ebb5bdc 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.14.0.gh.tar.gz 31787 BLAKE2B
38b4def0ede799bfbf9d359926f54a4d59835aa8139d1943ff0d77e480bd7147582611c91887040238231016f37a1457ad3382ac7450ef5da6782ea19810b0b2
SHA512
3407a47d80892f31c76d8ed25f50ba3b7edd6e3d594efcfd13d08fc4331ca79491961c48c7a10d3510d5ca02a7fe9a45360c5b607d6732889bd86b34cfbc9db0
DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
SHA512
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321
diff --git a/app-portage/gpyutils/gpyutils-0.14.0.ebuild
b/app-portage/gpyutils/gpyutils-0.14.0.ebuild
deleted file mode 100644
index 1f80d1b541b4..000000000000
--- a/app-portage/gpyutils/gpyutils-0.14.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
- https://github.com/projg2/gpyutils/
- https://pypi.org/project/gpyutils/
-"
-SRC_URI="
- https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest