From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC6101382C5 for ; Sun, 28 Jan 2018 04:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10E1BE0C0D; Sun, 28 Jan 2018 04:13:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF9E5E0C0D for ; Sun, 28 Jan 2018 04:13:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A70DA335C4A for ; Sun, 28 Jan 2018 04:13:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B93D1EA for ; Sun, 28 Jan 2018 04:13:39 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1517112807.8a00bbe02e2944fd550b78451c0e245679966592.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-xenapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-xenapi/Manifest dev-python/os-xenapi/os-xenapi-0.1.1.ebuild X-VCS-Directories: dev-python/os-xenapi/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 8a00bbe02e2944fd550b78451c0e245679966592 X-VCS-Branch: master Date: Sun, 28 Jan 2018 04:13:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 712b5191-3987-4f95-a977-ee634d4068cc X-Archives-Hash: 56b1cfdc05d1e71d4bf4132a97e9caf0 commit: 8a00bbe02e2944fd550b78451c0e245679966592 Author: Matthew Thode gentoo org> AuthorDate: Sun Jan 28 04:12:33 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Jan 28 04:13:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a00bbe0 dev-python/os-xenapi: remove ocata Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/os-xenapi/Manifest | 1 - dev-python/os-xenapi/os-xenapi-0.1.1.ebuild | 35 ----------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest index 3da4356ec31..9d9f923643f 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 bbee10c3ca2..00000000000 --- 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 -}