summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-26 17:32:25 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-26 17:32:25 +0200
commitbbe543860cfdce2a323415c8ff64fb0dcd66d960 (patch)
tree05cc0088afab91a18cdd86c67625ff12bcaae4ed /app-portage/gpyutils
parentdev-python/dnspython: Remove old (diff)
downloadgentoo-bbe543860cfdce2a323415c8ff64fb0dcd66d960.tar.gz
gentoo-bbe543860cfdce2a323415c8ff64fb0dcd66d960.tar.bz2
gentoo-bbe543860cfdce2a323415c8ff64fb0dcd66d960.zip
app-portage/gpyutils: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gpyutils')
-rw-r--r--app-portage/gpyutils/Manifest1
-rw-r--r--app-portage/gpyutils/gpyutils-0.13.1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 6107ad65bbf2..095a83ee7a93 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.13.1.gh.tar.gz 31758 BLAKE2B a7eb282dff3b65e7cdf50c3ae5d787a4cdc49bda2030d88525b5d1752eafb5b9548873832512f3b9449eeef26198adea89b8e339e997a002eea32215c8a5b783 SHA512 0126f6f1253d39dca6ff2c2191c44831c562494883b8d6e48b6b313914689f5389acc2fde2eba21d538a452d3eea3ee92057ca1ba2edb72bd293b6731f4959ef
DIST gpyutils-0.13.2.gh.tar.gz 32005 BLAKE2B a434bac2ac39a659ed92ea0c6797fe564ffd4a88f45c372ef95fb7fb5ee1774c504bcaa3558b7a7e1cd223e44dc1204cc58f16e893679f0a9b39d42f4d2c076d SHA512 53da160a2fbe12b29a47cac414d5fc1c790ea39f0a44930c5cbd2c6ba4a7710424dd825210af8ec7625e5f4a9247cdbe2ab97dcb339204f0d2291bf14af985aa
diff --git a/app-portage/gpyutils/gpyutils-0.13.1.ebuild b/app-portage/gpyutils/gpyutils-0.13.1.ebuild
deleted file mode 100644
index 363a3979705c..000000000000
--- a/app-portage/gpyutils/gpyutils-0.13.1.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