diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-02 06:46:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-02 06:46:51 +0200 |
commit | 27da4025e159a0d9688c1ff7eb4b2468795401c6 (patch) | |
tree | ebdaaa015abfb7fc6d4679dc3231bb2ec5938dd5 /app-portage | |
parent | dev-util/cutter: add 2.2.1 (diff) | |
download | gentoo-27da4025e159a0d9688c1ff7eb4b2468795401c6.tar.gz gentoo-27da4025e159a0d9688c1ff7eb4b2468795401c6.tar.bz2 gentoo-27da4025e159a0d9688c1ff7eb4b2468795401c6.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/Manifest | 2 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.8.4.ebuild | 31 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.9.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest index f66dbf108702..8ff96d8819ba 100644 --- a/app-portage/gpyutils/Manifest +++ b/app-portage/gpyutils/Manifest @@ -1,3 +1 @@ DIST gpyutils-0.10.gh.tar.gz 24963 BLAKE2B ef6bd54195e1bfbb0734ef8aedbd13dd27b52d2f62d95b741459ecf4f5e93b80085a4cebfbe184fb8ac7e7cf97f4fbb422c5b5e36d0bb9dbc27896a4ad72d86e SHA512 baf6d44db447774ffc976698874f87dbc858ef146aa46ccb0a7e15a1f3d4d1263f75b2f46f319e45fa5994620c71e37ccc42b42b5f05dbde8f3cbacfbd45cbee -DIST gpyutils-0.8.4.gh.tar.gz 20477 BLAKE2B 661ec8c9ae595daa112de2171331a5791fa4a10b50f9ebf76589c4c6ff4d6b8e618657dd9f3dd6cf573871ab6e0a9d017d87e03066fa60ba8b9d4e4617f68306 SHA512 f87a087464ca8e1118232227d2e6ad66aa021caabf0307c153b442fc4467bd124eb918c16104bdd1b42866acde16fdde4b99312a8c047ecf379ed10a74d27541 -DIST gpyutils-0.9.gh.tar.gz 24680 BLAKE2B 75f2ebf3a4ed3883aa3c28773edb903ef2063ad0b6c55316578b2fbf725317ec84a1e0017637d36f28903043ff9d82c2b298bbc8424576b1e23c76f5d3107b59 SHA512 306e2e0a9abe95b6dc526b7b04ec7451a7a33e59542c6a0ac12860eadee8501f0e9ff42586dd3df2c5d43e44a43c458665456ba65c435075d3fbbde31b0314b0 diff --git a/app-portage/gpyutils/gpyutils-0.8.4.ebuild b/app-portage/gpyutils/gpyutils-0.8.4.ebuild deleted file mode 100644 index 0c99b3659be4..000000000000 --- a/app-portage/gpyutils/gpyutils-0.8.4.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_{9..11} ) - -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 x86" -IUSE="" - -RDEPEND=" - >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/app-portage/gpyutils/gpyutils-0.9.ebuild b/app-portage/gpyutils/gpyutils-0.9.ebuild deleted file mode 100644 index afdd8eba2a9a..000000000000 --- a/app-portage/gpyutils/gpyutils-0.9.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_{9..11} ) - -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 |