summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-24 13:04:35 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-24 13:06:38 +0200
commit3359e881f0f68d87fc0c76964376d629fe9ec53b (patch)
tree05e01815d66031fbedab8630de16773dbae19adb /app-portage
parentdev-python/translate-toolkit: Remove old (diff)
downloadgentoo-3359e881f0f68d87fc0c76964376d629fe9ec53b.tar.gz
gentoo-3359e881f0f68d87fc0c76964376d629fe9ec53b.tar.bz2
gentoo-3359e881f0f68d87fc0c76964376d629fe9ec53b.zip
app-portage/gpyutils: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gpyutils/Manifest1
-rw-r--r--app-portage/gpyutils/gpyutils-0.10.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 3eb870b5927d..7b90cf9b0ff4 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.10.gh.tar.gz 24963 BLAKE2B ef6bd54195e1bfbb0734ef8aedbd13dd27b52d2f62d95b741459ecf4f5e93b80085a4cebfbe184fb8ac7e7cf97f4fbb422c5b5e36d0bb9dbc27896a4ad72d86e SHA512 baf6d44db447774ffc976698874f87dbc858ef146aa46ccb0a7e15a1f3d4d1263f75b2f46f319e45fa5994620c71e37ccc42b42b5f05dbde8f3cbacfbd45cbee
DIST gpyutils-0.11.gh.tar.gz 25460 BLAKE2B 7ade315fbc7101663b0585e9b36a559c52c57c39f1a70043a2b196d627028c463b238a841cdacccad452ce09598799d692f066f4e1c6e59f96ae42407cfdb968 SHA512 27c6d30fe00846fbf5094575e2dd64528fb970cc4031b1c1fa805c865adb0f39ebdf517c168ed8da8c645a5bfc79fd5df01a77ce8eacaf96064c730d1799638f
diff --git a/app-portage/gpyutils/gpyutils-0.10.ebuild b/app-portage/gpyutils/gpyutils-0.10.ebuild
deleted file mode 100644
index 264f6c70dc65..000000000000
--- a/app-portage/gpyutils/gpyutils-0.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-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="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-RDEPEND="
- >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest