commit: c8bc9e7fe8ae54c18db425e7dbf6688e7c110778
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 19:10:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 17 19:10:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bc9e7f
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.13.2.ebuild | 31 -----------------------------
2 files changed, 32 deletions(-)
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 521084c1561c..1dd70819b2bc 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.13.2.gh.tar.gz 32005 BLAKE2B
a434bac2ac39a659ed92ea0c6797fe564ffd4a88f45c372ef95fb7fb5ee1774c504bcaa3558b7a7e1cd223e44dc1204cc58f16e893679f0a9b39d42f4d2c076d
SHA512
53da160a2fbe12b29a47cac414d5fc1c790ea39f0a44930c5cbd2c6ba4a7710424dd825210af8ec7625e5f4a9247cdbe2ab97dcb339204f0d2291bf14af985aa
DIST gpyutils-0.14.0.gh.tar.gz 31787 BLAKE2B
38b4def0ede799bfbf9d359926f54a4d59835aa8139d1943ff0d77e480bd7147582611c91887040238231016f37a1457ad3382ac7450ef5da6782ea19810b0b2
SHA512
3407a47d80892f31c76d8ed25f50ba3b7edd6e3d594efcfd13d08fc4331ca79491961c48c7a10d3510d5ca02a7fe9a45360c5b607d6732889bd86b34cfbc9db0
diff --git a/app-portage/gpyutils/gpyutils-0.13.2.ebuild
b/app-portage/gpyutils/gpyutils-0.13.2.ebuild
deleted file mode 100644
index 363a3979705c..000000000000
--- a/app-portage/gpyutils/gpyutils-0.13.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..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