dev-python/pyghmi: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 20:25:20 +02:00
parent be9c6845f3
commit 6a1d3679c2
2 changed files with 0 additions and 33 deletions

View File

@@ -1,2 +1 @@
DIST pyghmi-1.6.13.tar.gz 284523 BLAKE2B a7e31b7599ea9476f480c5f78e692fd7171cef4db6d11178535f5b9cfeb69c1beb63c6f58f0a67ac774c151877c12faf9a100c777c0254192c8dab6d9b8c22f6 SHA512 2acc91cf1487079a4f154605698ab956605d7c24a548ece0b14639c591482b91a6f31e5f6303202cc7d5e5955b827259ffa05dcee06da9a335218770ea22bd53
DIST pyghmi-1.6.14.tar.gz 284679 BLAKE2B 9fd7943b3fd57eee6423a57fe26f052bb11c96ca26d4e9e7fc3e03d756a5ba7d928fa2512ae257ce928ae6be854d2e56ddde33860359eeddc398f1d89666826a SHA512 80b0704b357abc7d63adff5e226612ee94c1795969d4a877030c75bd4fe235e959711ff2b7715f53dfbb7a15969a922ffb889b4df998e06e4edfea635a3c2798

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2026 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}]
"
BDEPEND="
test? (
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest