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/pycadf/
Date: Tue, 02 May 2017 08:48:16
Message-Id: 1493714835.52e86216ad6864b7325dbe0c5ce1cf2c0272bdb2.mgorny@gentoo
1 commit: 52e86216ad6864b7325dbe0c5ce1cf2c0272bdb2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 08:11:46 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 08:47:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e86216
7
8 dev-python/pycadf: Clean old versions up
9
10 dev-python/pycadf/Manifest | 2 --
11 dev-python/pycadf/pycadf-2.2.0.ebuild | 63 -----------------------------------
12 dev-python/pycadf/pycadf-2.4.0.ebuild | 63 -----------------------------------
13 3 files changed, 128 deletions(-)
14
15 diff --git a/dev-python/pycadf/Manifest b/dev-python/pycadf/Manifest
16 index 1ee0ab99a4e..32a0a51d055 100644
17 --- a/dev-python/pycadf/Manifest
18 +++ b/dev-python/pycadf/Manifest
19 @@ -1,3 +1 @@
20 -DIST pycadf-2.2.0.tar.gz 246623 SHA256 bdb3427a28d318c6ce073b54993c2f4cc9148be498b30ad1b362ade45eb4f7fb SHA512 366e30b387ec1164aa52f1f79141263ea411313ff06f72de753f316ba1c0cd1b751633cd899383ba375747903c531976938d8c0733a25340a85d2b5d61d0425d WHIRLPOOL 6e9be54670196a35fe6f0c4a95429bb24947332e7fd8aaa9d99af9a57e9174cd60befe1d2a8a1a8e2d69debae67b1d23d6369ada543dda42e906913b9efa00a2
21 -DIST pycadf-2.4.0.tar.gz 246975 SHA256 fb6100fd5cb9060b1baac1307b3cdeab0b4c5c363bce86dd712441b46dc9d793 SHA512 d0077d5c47115f9d1e2b20660c304b25ad0cb1437555ff5c9d676c1ae10b86f6155c20b37f30a0985440ec2074c2f21921c79315dfa4d42d38b640fad6ccac68 WHIRLPOOL 6cbb3805b6e2b8717381092e9d98298ad422d5809938f95f6785860e03a9e00e0c497a64ad903c2dbbef629c585a066de7f758ebf7334d5bfa4fc582be1fee7a
22 DIST pycadf-2.5.0.tar.gz 247779 SHA256 a5cbf899266ea25e62e927a31dbf13607f9ebfe1525b4ec95256afc42f43be70 SHA512 af3d7676e671ed702a84052589be7146406c2c53ebfb1ee5922bec93664fac461514c832ce9f225d52a9c6b08ec330e17c5763bee6eda7a931b5dc0af6e57ed5 WHIRLPOOL 75116d8b5d669132d33bdb9f4648c4ce276b25f41dd81e10efa1e0521a0fe7cd4dc3dd95f1786aaf84014534f30cf98544df3800bfe86062db4ed5f2adf944f9
23
24 diff --git a/dev-python/pycadf/pycadf-2.2.0.ebuild b/dev-python/pycadf/pycadf-2.2.0.ebuild
25 deleted file mode 100644
26 index e298925fc6c..00000000000
27 --- a/dev-python/pycadf/pycadf-2.2.0.ebuild
28 +++ /dev/null
29 @@ -1,63 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="python implementation of DMTF Cloud Audit (CADF) data model"
39 -HOMEPAGE="https://pypi.python.org/pypi/pycadf"
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="doc test"
46 -
47 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
48 - dev-python/pbr[${PYTHON_USEDEP}]
49 - test? (
50 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
51 - >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
52 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
53 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
54 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
55 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
56 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
57 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
58 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
59 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
60 - )
61 - doc? (
62 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
63 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
64 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
65 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
66 - )"
67 -# !=1.2.0 of sphinx deleted since it is not in portage anyway
68 -RDEPEND="
69 - >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
70 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
71 - >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
72 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
73 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
74 -
75 -python_prepare_all() {
76 - sed -i '/^hacking/d' test-requirements.txt || die
77 - distutils-r1_python_prepare_all
78 -}
79 -
80 -python_compile_all() {
81 - use doc && "${PYTHON}" setup.py build_sphinx
82 -}
83 -
84 -python_test() {
85 - testr init || die "testr init failed under ${EPYTHON}"
86 - testr run || die "testr run failed under ${EPYTHON}"
87 -}
88 -
89 -python_install_all() {
90 - use doc && local HTML_DOCS=( doc/build/html/. )
91 - distutils-r1_python_install_all
92 -}
93
94 diff --git a/dev-python/pycadf/pycadf-2.4.0.ebuild b/dev-python/pycadf/pycadf-2.4.0.ebuild
95 deleted file mode 100644
96 index bcf2e470fe3..00000000000
97 --- a/dev-python/pycadf/pycadf-2.4.0.ebuild
98 +++ /dev/null
99 @@ -1,63 +0,0 @@
100 -# Copyright 1999-2015 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=6
104 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
105 -
106 -inherit distutils-r1
107 -
108 -DESCRIPTION="python implementation of DMTF Cloud Audit (CADF) data model"
109 -HOMEPAGE="https://pypi.python.org/pypi/pycadf"
110 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
111 -
112 -LICENSE="Apache-2.0"
113 -SLOT="0"
114 -KEYWORDS="amd64 ~arm64 x86"
115 -IUSE="doc test"
116 -
117 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
118 - dev-python/pbr[${PYTHON_USEDEP}]
119 - test? (
120 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
121 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
122 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
123 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
124 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
125 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
126 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
127 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
128 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
129 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
130 - )
131 - doc? (
132 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
133 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
134 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
135 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
136 - )"
137 -# !=1.2.0 of sphinx deleted since it is not in portage anyway
138 -RDEPEND="
139 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
140 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
141 - >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
142 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
143 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
144 -
145 -python_prepare_all() {
146 - sed -i '/^hacking/d' test-requirements.txt || die
147 - distutils-r1_python_prepare_all
148 -}
149 -
150 -python_compile_all() {
151 - use doc && "${PYTHON}" setup.py build_sphinx
152 -}
153 -
154 -python_test() {
155 - testr init || die "testr init failed under ${EPYTHON}"
156 - testr run || die "testr run failed under ${EPYTHON}"
157 -}
158 -
159 -python_install_all() {
160 - use doc && local HTML_DOCS=( doc/build/html/. )
161 - distutils-r1_python_install_all
162 -}