summaryrefslogtreecommitdiff
path: root/dev-python/cliff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-11-21 03:40:33 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-21 03:40:33 +0100
commit9affc02658cee28e39d0bbaffa8db2223aad1d52 (patch)
treef5c3c6b561ff3c32bbdeb03e7da8ac403493c289 /dev-python/cliff
parent9dcd1de23e90239962c2750f997e2b1a44006de2 (diff)
downloadgentoo-9affc02658cee28e39d0bbaffa8db2223aad1d52.tar.gz
gentoo-9affc02658cee28e39d0bbaffa8db2223aad1d52.tar.bz2
gentoo-9affc02658cee28e39d0bbaffa8db2223aad1d52.zip
dev-python/cliff: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cliff')
-rw-r--r--dev-python/cliff/Manifest1
-rw-r--r--dev-python/cliff/cliff-4.10.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/cliff/Manifest b/dev-python/cliff/Manifest
index 465d098f27dc..5476827a10e8 100644
--- a/dev-python/cliff/Manifest
+++ b/dev-python/cliff/Manifest
@@ -1,2 +1 @@
-DIST cliff-4.10.0.tar.gz 86514 BLAKE2B 918d96ad122a709ba1104aab23370e2c18f20990f755a54afc550f3c29fa15fdc5615785d759bf1491b7196e95f5dec427fe8c602e2b430ab7d14006cac90ff1 SHA512 284d04ed3407b37404727ac53665e29f8310bd08cdbae87e1c89f8abdab164978bc6da6428b6a877244588f16e15f5a1fd53f30f88bb51bc25cabcf243e54ecd
DIST cliff-4.11.0.tar.gz 86638 BLAKE2B f4e6e4f7ba1e9dc46c40988ef92f808c4f3c03ad53ce5f8b9017a98ceb619d3d797b8ca4922b2104fbed95205b3378e9577a1c68791b3d49aaf7f44f69295126 SHA512 43f60294bece3e6b5f326ff605f9db0c5920326cc35c3953f21135ce8f68ca6f31f35a77c2d39f12b0fe005d6aac1403ae45935919e7f08631a5cd076f3eb820
diff --git a/dev-python/cliff/cliff-4.10.0.ebuild b/dev-python/cliff/cliff-4.10.0.ebuild
deleted file mode 100644
index 61101312f127..000000000000
--- a/dev-python/cliff/cliff-4.10.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Command Line Interface Formulation Framework"
-HOMEPAGE="
- https://opendev.org/openstack/cliff/
- https://github.com/openstack/cliff/
- https://pypi.org/project/cliff/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- >=dev-python/autopage-0.4.0[${PYTHON_USEDEP}]
- >=dev-python/cmd2-0.8.0[${PYTHON_USEDEP}]
- dev-python/prettytable[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
- >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/sphinx-5.0.0[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest