remove old pyghmi
This commit is contained in:
parent
16e8282d83
commit
e987409b66
@ -1,2 +0,0 @@
|
||||
DIST pyghmi-1.5.19.tar.gz 216814 BLAKE2B bf80b29c45515c38ee6b0d27deb7ea73a7263c3407b48656181108598bbeb65f4b7f6035559e20d5edc201aca12be5693b0a77748cab7cef19850faec852b5dd SHA512 2d94f3abcae9a45b08e40ab779e0f8f2434e3eea260772dc49007deb8382cc7dc75b10c91f952c26e220d7f937c2d3d8d663a0dc54337d3e2a59c6bfe6929f72
|
||||
EBUILD pyghmi-1.5.19.ebuild 1144 BLAKE2B a7ff4a589cd57f4ced78e9d7b19e88a4740a3aae419ac04cdf73a452f27b9c05c63d54b086d0fadc5affe24bd1f195c67437ad1a8c7e019eacda8b8d649c30db SHA512 24db7c9c1c004f60d315271d2434151c5fedab450fc7df4d57148b8855bcf762a1abe019198b67945caa7f5751888c4eef0b4e3423a80214d8c27d2bfea874cf
|
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A pure python implementation of IPMI protocol"
|
||||
HOMEPAGE="https://github.com/openstack/pyghmi/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
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}]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-python/coverage-4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/stestr-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
stestr run || die "Tests failed under ${EPYTHON}"
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
DIST python-linux-procfs-0.6.1.tar.xz 18540 BLAKE2B efda66e0264db15b0c1904b9dca631683d089207abe57d165a25e71f68194c249a22394c997a13a71b0333aa27dbe7ac1b47488f715e22655d0f9217346d7ce7 SHA512 14f7510828d5a3eea1a8267041b604046392dbb8d7980b03b4d10bdefa88a89a5f69acdfea77255ba664c2ef33ce52273490214b3f76d2865e7b1dcc83e8e265
|
||||
EBUILD python-linux-procfs-0.6.1-r1.ebuild 591 BLAKE2B a5b0dadacd7e914948bf4e2ab7759623510bfd7313d899b9ad23138dd58f53495340c13538014f22985ece195142ce4d89cf0e3f3130684d0dc4cb3ced5eefeb SHA512 c83211637339e3df0265084c4a4329ff214d5f2b4ff8f9f36d69fa796e81f8579abaecf72518bfdc294fce96e7326ae3cab508b24488dfe85b6fc926a142c5ff
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python classes to extract information from the Linux kernel /proc files"
|
||||
HOMEPAGE="https://www.kernel.org/pub/scm/libs/python/python-linux-procfs/
|
||||
https://kernel.googlesource.com/pub/scm/libs/python/python-linux-procfs/python-linux-procfs/"
|
||||
SRC_URI="https://cdn.kernel.org/pub/software/libs/python/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
Loading…
Reference in New Issue
Block a user