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/mox3/
Date: Wed, 03 Jan 2018 22:13:17
Message-Id: 1515017587.49a4b5a960729702217d2cb1d0732052ac741787.mgorny@gentoo
1 commit: 49a4b5a960729702217d2cb1d0732052ac741787
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 14:30:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 22:13:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a4b5a9
7
8 dev-python/mox3: Clean old up
9
10 dev-python/mox3/Manifest | 1 -
11 dev-python/mox3/mox3-0.7.0-r1.ebuild | 68 ------------------------------------
12 dev-python/mox3/mox3-0.7.0.ebuild | 44 -----------------------
13 3 files changed, 113 deletions(-)
14
15 diff --git a/dev-python/mox3/Manifest b/dev-python/mox3/Manifest
16 index f2a0855455d..6b162edae2d 100644
17 --- a/dev-python/mox3/Manifest
18 +++ b/dev-python/mox3/Manifest
19 @@ -1,3 +1,2 @@
20 DIST mox3-0.10.0.tar.gz 42424 BLAKE2B 124bb4525ed6d24ebf75037c1f049fc851d64bdf8eed29c26fcdabcfe5f6211aec7f16f5038b397978383bd11a81588b44aa790608bfdf5b8596daccf3230542 SHA512 1f56e17ae150339cb2f33dca065c246cf0ff2f633f182336a576e9ab0bd4512ec8f42a4cb128f38ede33fe7e796552768465cfc626abe4f734b7a06b4625710a
21 DIST mox3-0.12.0.tar.gz 42377 BLAKE2B d6a841c8b28d47f21ae8e6f65abb7e2079762d45ccf670decf5815c5a2638af615804e711534ddb0ebbafdae6609f30e50ea20f224a7ccc5a02148f1ab0d23b6 SHA512 73e0215bf127589f791721a0cb9b8e3dcc379a23199339e370d641850a0a14c264eb9db94fbb37c99f9925ee3ebd302de14ec12fe1c8809dd3ca9c10cfd75468
22 -DIST mox3-0.7.0.tar.gz 44073 BLAKE2B d00f0abe523594587da72c799c47f9a447a8fc0db92de954d140952c9354a547d9fc7ac06feba48d6415937fe14a51bbeb624fb691b8553f3124f5c4e8706aaa SHA512 ee4b87bad46fdb63e8988186846a1823fe9db512f1cd8cf37266db14413307824e45e38121bd16ca4c7f3753fbc051dfcd98dc5c9c9c933604b007ff1e7fea05
23
24 diff --git a/dev-python/mox3/mox3-0.7.0-r1.ebuild b/dev-python/mox3/mox3-0.7.0-r1.ebuild
25 deleted file mode 100644
26 index 76613c59e99..00000000000
27 --- a/dev-python/mox3/mox3-0.7.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,68 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Mock object framework for Python"
40 -HOMEPAGE="http://www.openstack.org/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="test"
47 -
48 -CDEPEND="
49 - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
50 - <dev-python/pbr-1.0[${PYTHON_USEDEP}]
51 -"
52 -CRDEPEND=">=dev-python/fixtures-0.3.12[${PYTHON_USEDEP}]"
53 -
54 -# NOTE dev-python/hacking isn't actually required for tests
55 -# >=dev-python/hacking-0.5.6[${PYTHON_USEDEP}]
56 -# <dev-python/hacking-0.7[${PYTHON_USEDEP}]
57 -
58 -# NOTE dev-python/pyflakes isn't actually required for tests
59 -# ~dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
60 -
61 -DEPEND="
62 - dev-python/setuptools[${PYTHON_USEDEP}]
63 - ${CDEPEND}
64 - test? (
65 - ${CRDEPEND}
66 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
67 - ~dev-python/flake8-2.0[${PYTHON_USEDEP}]
68 - ~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
69 - dev-python/subunit[${PYTHON_USEDEP}]
70 - >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
71 - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
72 - )
73 -"
74 -RDEPEND="
75 - ${CDEPEND}
76 - ${CRDEPEND}
77 -"
78 -
79 -DISTUTILS_IN_SOURCE_BUILD=TRUE
80 -
81 -python_test() {
82 - # This single test fails on python3.4.
83 - # I speculate this is due to the old style classes going away but have not
84 - # verified this in any way.
85 - if [[ "${EPYTHON}" = "python3.4" ]]; then
86 - ebegin "patching mox3/tests/test_mox.py for ${EPYTHON}"
87 - sed \
88 - -e '/def testStubOutClass_OldStyle(self):/,/def/ d' \
89 - -i mox3/tests/test_mox.py
90 - STATUS=$?
91 - eend $?
92 - [[ ${STATUS} -gt 0 ]] && die
93 - fi
94 -
95 - testr init || die "testr init failed under ${EPYTHON}"
96 - testr run || die "testr run failed under ${EPYTHON}"
97 -}
98
99 diff --git a/dev-python/mox3/mox3-0.7.0.ebuild b/dev-python/mox3/mox3-0.7.0.ebuild
100 deleted file mode 100644
101 index 518e6181a25..00000000000
102 --- a/dev-python/mox3/mox3-0.7.0.ebuild
103 +++ /dev/null
104 @@ -1,44 +0,0 @@
105 -# Copyright 1999-2014 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=5
109 -# py2.6 capable but unrequired
110 -PYTHON_COMPAT=( python2_7 )
111 -
112 -inherit distutils-r1
113 -
114 -# Use at your own risk ;), or because an openstack package cited it as a req'd dep :)
115 -DESCRIPTION="The Mock object framework for Python"
116 -HOMEPAGE="https://code.google.com/p/pymox/wiki/MoxDocumentation http://www.openstack.org/"
117 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
118 -
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE="test"
121 -LICENSE="Apache-2.0"
122 -SLOT="0"
123 -# Required for test phase
124 -DISTUTILS_IN_SOURCE_BUILD=1
125 -
126 -# Though test-req's cites hacking>=0.5.6,<0.7, setting to hacking>=0.7.2-r1,<0.8
127 -# since it WORKS and supports py3.2. What more do you want
128 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
129 - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
130 - <dev-python/pbr-1.0[${PYTHON_USEDEP}]
131 - test? ( ${RDEPEND}
132 - ~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
133 - ~dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
134 - ~dev-python/flake8-2.0[${PYTHON_USEDEP}]
135 - >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
136 - <dev-python/hacking-0.9[${PYTHON_USEDEP}]
137 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
138 - dev-python/subunit[${PYTHON_USEDEP}]
139 - >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
140 - >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
141 - )"
142 -RDEPEND=">=dev-python/fixtures-0.3.12[${PYTHON_USEDEP}]"
143 -
144 -python_test() {
145 - testr init || die
146 - testr run || die "testsuite failed under ${EPYTHON}"
147 - flake8 "${PN}"/tests || die "flake8 drew error on a run over folder ${PN}/tests"
148 -}