summaryrefslogtreecommitdiff
path: root/dev-python/python-hpilo
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-04-06 08:35:26 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-04-06 08:38:06 +0300
commit7622f900c65bed93baa22c98c8b09cce1af77e64 (patch)
treefdb9fda6b1291d0ed16223e0968f7ab337335890 /dev-python/python-hpilo
parent83428c9256834eecc5a9e4c09b2a3b79f5cadea4 (diff)
downloadgentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.gz
gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.bz2
gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.zip
dev-python: mass last-rites removal
Closes: https://bugs.gentoo.org/711808 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/python-hpilo')
-rw-r--r--dev-python/python-hpilo/Manifest1
-rw-r--r--dev-python/python-hpilo/metadata.xml19
-rw-r--r--dev-python/python-hpilo/python-hpilo-4.1.ebuild21
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/python-hpilo/Manifest b/dev-python/python-hpilo/Manifest
deleted file mode 100644
index 68822ded8d258..0000000000000
--- a/dev-python/python-hpilo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-hpilo-4.1.tar.gz 178209 BLAKE2B f64c69e1009867abf7d065592cc360c2ab794a20524578b45fb42f9158a9bd20bc9616a03f99def0a87c0f13f4abf648e6b549db1ed21c0adb048d3f2e85814f SHA512 567ffac260c862dae4d7fb1dbe4c22afe4bf7df56f5e624077c50937931e864217eae49f411ad393a34bc1d8613fc03581a2b5af648174d95356b00f37e7aa78
diff --git a/dev-python/python-hpilo/metadata.xml b/dev-python/python-hpilo/metadata.xml
deleted file mode 100644
index ab62601285cfe..0000000000000
--- a/dev-python/python-hpilo/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>nicolasbock@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
- HP servers come with a powerful out of band management
- interface called Integrated Lights out, or iLO. It has an
- extensive web interface and commercially available tools for
- centrally managing iLO devices and their servers.
- </longdescription>
- <upstream>
- <remote-id type="github">seveas/python-hpilo</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-hpilo/python-hpilo-4.1.ebuild b/dev-python/python-hpilo/python-hpilo-4.1.ebuild
deleted file mode 100644
index 372a5e1a2805d..0000000000000
--- a/dev-python/python-hpilo/python-hpilo-4.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="iLO automation from python or shell"
-HOMEPAGE="https://pypi.org/project/python-hpilo/"
-SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-python_test() {
- ${EPYTHON} -m unittest discover || die
-}