Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypowervm/
Date: Sun, 29 Nov 2020 08:32:00
Message-Id: 1606638631.1c4268df7e73288daf67811dd786578888dc9a9e.mgorny@gentoo
1 commit: 1c4268df7e73288daf67811dd786578888dc9a9e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 08:30:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 08:30:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4268df
7
8 dev-python/pypowervm: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypowervm/Manifest | 1 -
13 dev-python/pypowervm/pypowervm-1.1.20.ebuild | 33 ----------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-python/pypowervm/Manifest b/dev-python/pypowervm/Manifest
17 index 199f8476acc..114b90bed34 100644
18 --- a/dev-python/pypowervm/Manifest
19 +++ b/dev-python/pypowervm/Manifest
20 @@ -1,2 +1 @@
21 -DIST pypowervm-1.1.20.tar.gz 906153 BLAKE2B 868571636f3c21b5d179ba587f7693dcf8e55661324d3ba5578be34813a67a5b2881441c3aa3744a9fc1c6ea34626085d62c5829368c43b329edb98804d9fb9c SHA512 1ceaf00f830caef918c27b342f1bf59a41e88593eb36f6c5f01c7a0ef786a69b15d271c87d161f069e12c1224ebb4f6cdf349e31a551bd26fac5206860ba9019
22 DIST pypowervm-1.1.24.tar.gz 906444 BLAKE2B c8ed0b066963adcc36b19d919683027fba563da8486aa1775c3f82f8ef3466ae7d909eea3eedd807585bc29fe212f65b061201f8dd5cd81d6055a89cf97b6932 SHA512 b2d254555c7501961bd45ac7a7bfea886ac12c8eab07b6bc34352e425f6e9c9cb6fa8331796164962f1f60afcaa9aa9e8a711cdf71dcb70cce7c4188c4217543
23
24 diff --git a/dev-python/pypowervm/pypowervm-1.1.20.ebuild b/dev-python/pypowervm/pypowervm-1.1.20.ebuild
25 deleted file mode 100644
26 index c903bc72a42..00000000000
27 --- a/dev-python/pypowervm/pypowervm-1.1.20.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{6,7} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Python binding for the PowerVM REST API"
39 -HOMEPAGE="https://pypi.org/project/pypowervm/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 x86"
45 -IUSE=""
46 -
47 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
49 - ${CDEPEND}"
50 -RDEPEND="${DEPEND}
51 - >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
52 - >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
53 - >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
54 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
55 - >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
56 - >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
57 - dev-python/pyasn1-modules[${PYTHON_USEDEP}]
58 - dev-python/pyasn1[${PYTHON_USEDEP}]
59 - >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
60 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
62 - >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]"