summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-01-27 22:12:33 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-01-27 22:13:27 -0600
commit8a00bbe02e2944fd550b78451c0e245679966592 (patch)
tree948b85b7bc9033fff7203050c0ec71892edfed94 /dev-python/os-xenapi
parentdev-python/os-win: remove ocata and earlier (diff)
downloadgentoo-8a00bbe02e2944fd550b78451c0e245679966592.tar.gz
gentoo-8a00bbe02e2944fd550b78451c0e245679966592.tar.bz2
gentoo-8a00bbe02e2944fd550b78451c0e245679966592.zip
dev-python/os-xenapi: remove ocata
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/os-xenapi')
-rw-r--r--dev-python/os-xenapi/Manifest1
-rw-r--r--dev-python/os-xenapi/os-xenapi-0.1.1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index 3da4356ec31b..9d9f923643f2 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1,2 +1 @@
-DIST os-xenapi-0.1.1.tar.gz 55493 BLAKE2B 56fbf1240a35d1cb0dbde814e712e7752289295eea79f9c995bbcb85788ee709daf48bc489ab2f571d14ce96df0b20e45f1e050a5d86632ce6428f942e91f510 SHA512 eafb5d431fef7e3435f3c9c4c7821a3cd98a17b2ad6293a6b90c83ea18d738b8b5de3f5bd43327ac670c13aa8d7585530c330e42df4cd3c8b5b9e2f860373455
DIST os-xenapi-0.2.0.tar.gz 73753 BLAKE2B dbb42c1fe15a55e39622876293d7797801ee4e67d152957e32e88a1d1a4503a2d70ab144216924c7d45935bbc79109a76535cc0b121df63e82468a37cb353cfc SHA512 6eb7a8b8137c6c28cf07af51ddfed9aa08ad5af3cafd48ed72d9fa909d0dd2416e17eed8a587fc5cffac55704652e24ef8e759f60806b569f2765a5fff58884f
diff --git a/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild b/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
deleted file mode 100644
index bbee10c3ca2f..000000000000
--- a/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="XenAPI library for OpenStack projects"
-HOMEPAGE="https://github.com/openstack/os-xenapi"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND="
- >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
- >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
- >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
- sed -i '/^hacking/d' test-requirements.txt || die
- distutils-r1_python_prepare_all
-}