summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-02-12 06:11:13 +0100
committerMichał Górny <mgorny@gentoo.org>2026-02-12 06:46:56 +0100
commitc7443c33393ff34000962e6b12bb3cfd59daa02a (patch)
tree20e04270de7f007f360f9d010625fbaa6464b5ef /dev-python
parent7f83c36c99d0a70048c01de2d6f00aed8795c000 (diff)
downloadgentoo-c7443c33393ff34000962e6b12bb3cfd59daa02a.tar.gz
gentoo-c7443c33393ff34000962e6b12bb3cfd59daa02a.tar.bz2
gentoo-c7443c33393ff34000962e6b12bb3cfd59daa02a.zip
dev-python/pyghmi: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyghmi/Manifest1
-rw-r--r--dev-python/pyghmi/pyghmi-1.6.10.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index a206c7996f3e..f1887e99a9c4 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1,2 +1 @@
-DIST pyghmi-1.6.10.tar.gz 283697 BLAKE2B c691c378a3dd5567f4bc61757b1956b2b529b76dc18ea2c940eec070cfc99bcabec03e3890e3fad04b1b4b3a679572b485ab1098fa48748ba9d664b77fd144fd SHA512 d694bf3b5d34b194b868dbb9adc24508fcf4871e18b8c07c9923f7fb2d3cd6fdf8b52caa25c717a4ea89c439d28b3a170307ea081270bcc02f0499aba593c5a5
DIST pyghmi-1.6.12.tar.gz 284314 BLAKE2B 8a0cf5f9920f5bc47007098f0d29bb2a2a969abf16ba92342f4f73511a04a20f17110e1153352b60052c98403d95bbf3509b09f27ca6d8c4d5a012fcc9315fa4 SHA512 1a381f0d199669e80d7635cc2f9b79ab2de16f9d7bc0589f27d4c778b56964e6fca6d4bcd92faf38dee8810b266446980e57ea8f13b636b8d7d4bca7a258ed26
diff --git a/dev-python/pyghmi/pyghmi-1.6.10.ebuild b/dev-python/pyghmi/pyghmi-1.6.10.ebuild
deleted file mode 100644
index 405adffe103b..000000000000
--- a/dev-python/pyghmi/pyghmi-1.6.10.ebuild
+++ /dev/null
@@ -1,33 +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..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A pure python implementation of IPMI protocol"
-HOMEPAGE="
- https://opendev.org/x/pyghmi/
- https://pypi.org/project/pyghmi/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
- dev-python/pbr[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest