diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-08 20:46:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-08 20:46:23 +0200 |
commit | c9d75915a09967875274d78ba26bcfe4f20165fd (patch) | |
tree | a142829992da3df139fb2f00c002f78d7370aa6c /app-portage/gpyutils | |
parent | app-portage/smart-live-rebuild: Remove old (diff) | |
download | gentoo-c9d75915a09967875274d78ba26bcfe4f20165fd.tar.gz gentoo-c9d75915a09967875274d78ba26bcfe4f20165fd.tar.bz2 gentoo-c9d75915a09967875274d78ba26bcfe4f20165fd.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/Manifest | 2 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.8.2.ebuild | 30 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild | 31 |
3 files changed, 0 insertions, 63 deletions
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest index b0af07aadb3e..9f03c5c4be90 100644 --- a/app-portage/gpyutils/Manifest +++ b/app-portage/gpyutils/Manifest @@ -1,3 +1 @@ -DIST gpyutils-0.8.2.gh.tar.gz 20247 BLAKE2B acbde89975e233ebd7d7dcaba629d35c09a9064be48ae1d529e9f5f814b9486e9a208506ff194894dcf827069cf24faa81efa14258866fb32cf5946dafadaf6f SHA512 932500c730635ed1f8f529012f7c65c48385d92db4a673abc0145fdbb14edf8c8b5a5ed4a4c7f892e7df310b92cd8fa0532af95340096f2bd4ef7047d6b6163b -DIST gpyutils-0.8.3.gh.tar.gz 20277 BLAKE2B b91f51ec4315238fdc7e69d3c7f551ecde72f57b960578846d50721d345487650e4e08c7faed54eb22e9423909ac541b092a23b6ac82e9f71a2aaa79a4eb2639 SHA512 0b3f9ef166f9d7e55b8335381bfa04dcccc37d5966f381f57ff555f2a2f5accda46a7fc2a713289d5ba94c0fa107436d593af9eb1d2d3a6f3957b94a1589cfe9 DIST gpyutils-0.8.4.gh.tar.gz 20477 BLAKE2B 661ec8c9ae595daa112de2171331a5791fa4a10b50f9ebf76589c4c6ff4d6b8e618657dd9f3dd6cf573871ab6e0a9d017d87e03066fa60ba8b9d4e4617f68306 SHA512 f87a087464ca8e1118232227d2e6ad66aa021caabf0307c153b442fc4467bd124eb918c16104bdd1b42866acde16fdde4b99312a8c047ecf379ed10a74d27541 diff --git a/app-portage/gpyutils/gpyutils-0.8.2.ebuild b/app-portage/gpyutils/gpyutils-0.8.2.ebuild deleted file mode 100644 index 1d7e79e44ee8..000000000000 --- a/app-portage/gpyutils/gpyutils-0.8.2.ebuild +++ /dev/null @@ -1,30 +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}] -" - -distutils_enable_tests pytest diff --git a/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild b/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild deleted file mode 100644 index b458fe6df37d..000000000000 --- a/app-portage/gpyutils/gpyutils-0.8.3-r1.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 |