summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-03 15:30:55 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 23:13:07 +0100
commit49a4b5a960729702217d2cb1d0732052ac741787 (patch)
tree0095d94ca565931fa5091e16571143296b7eb163 /dev-python/mox3
parentdev-python/eventlet: Clean old up (diff)
downloadgentoo-49a4b5a960729702217d2cb1d0732052ac741787.tar.gz
gentoo-49a4b5a960729702217d2cb1d0732052ac741787.tar.bz2
gentoo-49a4b5a960729702217d2cb1d0732052ac741787.zip
dev-python/mox3: Clean old up
Diffstat (limited to 'dev-python/mox3')
-rw-r--r--dev-python/mox3/Manifest1
-rw-r--r--dev-python/mox3/mox3-0.7.0-r1.ebuild68
-rw-r--r--dev-python/mox3/mox3-0.7.0.ebuild44
3 files changed, 0 insertions, 113 deletions
diff --git a/dev-python/mox3/Manifest b/dev-python/mox3/Manifest
index f2a0855455d6..6b162edae2d0 100644
--- a/dev-python/mox3/Manifest
+++ b/dev-python/mox3/Manifest
@@ -1,3 +1,2 @@
DIST mox3-0.10.0.tar.gz 42424 BLAKE2B 124bb4525ed6d24ebf75037c1f049fc851d64bdf8eed29c26fcdabcfe5f6211aec7f16f5038b397978383bd11a81588b44aa790608bfdf5b8596daccf3230542 SHA512 1f56e17ae150339cb2f33dca065c246cf0ff2f633f182336a576e9ab0bd4512ec8f42a4cb128f38ede33fe7e796552768465cfc626abe4f734b7a06b4625710a
DIST mox3-0.12.0.tar.gz 42377 BLAKE2B d6a841c8b28d47f21ae8e6f65abb7e2079762d45ccf670decf5815c5a2638af615804e711534ddb0ebbafdae6609f30e50ea20f224a7ccc5a02148f1ab0d23b6 SHA512 73e0215bf127589f791721a0cb9b8e3dcc379a23199339e370d641850a0a14c264eb9db94fbb37c99f9925ee3ebd302de14ec12fe1c8809dd3ca9c10cfd75468
-DIST mox3-0.7.0.tar.gz 44073 BLAKE2B d00f0abe523594587da72c799c47f9a447a8fc0db92de954d140952c9354a547d9fc7ac06feba48d6415937fe14a51bbeb624fb691b8553f3124f5c4e8706aaa SHA512 ee4b87bad46fdb63e8988186846a1823fe9db512f1cd8cf37266db14413307824e45e38121bd16ca4c7f3753fbc051dfcd98dc5c9c9c933604b007ff1e7fea05
diff --git a/dev-python/mox3/mox3-0.7.0-r1.ebuild b/dev-python/mox3/mox3-0.7.0-r1.ebuild
deleted file mode 100644
index 76613c59e996..000000000000
--- a/dev-python/mox3/mox3-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Mock object framework for Python"
-HOMEPAGE="http://www.openstack.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-CDEPEND="
- >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
- <dev-python/pbr-1.0[${PYTHON_USEDEP}]
-"
-CRDEPEND=">=dev-python/fixtures-0.3.12[${PYTHON_USEDEP}]"
-
-# NOTE dev-python/hacking isn't actually required for tests
-# >=dev-python/hacking-0.5.6[${PYTHON_USEDEP}]
-# <dev-python/hacking-0.7[${PYTHON_USEDEP}]
-
-# NOTE dev-python/pyflakes isn't actually required for tests
-# ~dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}
- test? (
- ${CRDEPEND}
- >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
- ~dev-python/flake8-2.0[${PYTHON_USEDEP}]
- ~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
- dev-python/subunit[${PYTHON_USEDEP}]
- >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
- >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
- )
-"
-RDEPEND="
- ${CDEPEND}
- ${CRDEPEND}
-"
-
-DISTUTILS_IN_SOURCE_BUILD=TRUE
-
-python_test() {
- # This single test fails on python3.4.
- # I speculate this is due to the old style classes going away but have not
- # verified this in any way.
- if [[ "${EPYTHON}" = "python3.4" ]]; then
- ebegin "patching mox3/tests/test_mox.py for ${EPYTHON}"
- sed \
- -e '/def testStubOutClass_OldStyle(self):/,/def/ d' \
- -i mox3/tests/test_mox.py
- STATUS=$?
- eend $?
- [[ ${STATUS} -gt 0 ]] && die
- fi
-
- testr init || die "testr init failed under ${EPYTHON}"
- testr run || die "testr run failed under ${EPYTHON}"
-}
diff --git a/dev-python/mox3/mox3-0.7.0.ebuild b/dev-python/mox3/mox3-0.7.0.ebuild
deleted file mode 100644
index 518e6181a254..000000000000
--- a/dev-python/mox3/mox3-0.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# py2.6 capable but unrequired
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-# Use at your own risk ;), or because an openstack package cited it as a req'd dep :)
-DESCRIPTION="The Mock object framework for Python"
-HOMEPAGE="https://code.google.com/p/pymox/wiki/MoxDocumentation http://www.openstack.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-LICENSE="Apache-2.0"
-SLOT="0"
-# Required for test phase
-DISTUTILS_IN_SOURCE_BUILD=1
-
-# Though test-req's cites hacking>=0.5.6,<0.7, setting to hacking>=0.7.2-r1,<0.8
-# since it WORKS and supports py3.2. What more do you want
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
- <dev-python/pbr-1.0[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- ~dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
- ~dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
- ~dev-python/flake8-2.0[${PYTHON_USEDEP}]
- >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
- <dev-python/hacking-0.9[${PYTHON_USEDEP}]
- >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
- dev-python/subunit[${PYTHON_USEDEP}]
- >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
- >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
- )"
-RDEPEND=">=dev-python/fixtures-0.3.12[${PYTHON_USEDEP}]"
-
-python_test() {
- testr init || die
- testr run || die "testsuite failed under ${EPYTHON}"
- flake8 "${PN}"/tests || die "flake8 drew error on a run over folder ${PN}/tests"
-}