diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-03-10 15:30:39 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-03-10 15:52:26 +0100 |
commit | 404dabfc609c994ec96ca306cf85893db9a8351b (patch) | |
tree | c0e84cefcc138b09aa59df0c2b5f8061dcc2b7c6 /dev-python/doublex | |
parent | dev-python/doublex: Update maintainer due to bug #502560 (diff) | |
download | gentoo-404dabfc609c994ec96ca306cf85893db9a8351b.tar.gz gentoo-404dabfc609c994ec96ca306cf85893db9a8351b.tar.bz2 gentoo-404dabfc609c994ec96ca306cf85893db9a8351b.zip |
dev-python/doublex: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/doublex')
-rw-r--r-- | dev-python/doublex/Manifest | 1 | ||||
-rw-r--r-- | dev-python/doublex/doublex-1.7.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/doublex/Manifest b/dev-python/doublex/Manifest index 95e505047149..b75a1fe16d91 100644 --- a/dev-python/doublex/Manifest +++ b/dev-python/doublex/Manifest @@ -1,2 +1 @@ -DIST doublex-1.7.tar.gz 28964 BLAKE2B b64d2cb871fa6b82a35dab721db991bbb17071a5cfdb9f367feec39f5a6e8b65018f0f360f07f4eddd74045322903492dea71555ea189008d97da4b0df8bb8a6 SHA512 053d195abc8bc725eb04dda312b3e69bdddbb965f2936f93b624118046ea98fcea4b3163c48593354ff6ccacbdea9826799147b7dee0e4ce14e0899604c3809e DIST doublex-1.8.1.tar.gz 69685 BLAKE2B 38f80ac0cf68dc2401eaa8051542c91d382e9ba22ed229b3c12a192f0b180b33a5660e54f647b2273401500a3292619d918dde9b0f685807217bca40e1aafbfc SHA512 30d2b572862370da8402cc2cfa5481d3278f0fefd2d5b2f5be126a793c8e165df0e2ae6089ba321e71d994f14024b882933c1523f7a0b9e341bf75644b49e073 diff --git a/dev-python/doublex/doublex-1.7.ebuild b/dev-python/doublex/doublex-1.7.ebuild deleted file mode 100644 index 33c48685bfdd..000000000000 --- a/dev-python/doublex/doublex-1.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Test doubles for Python" -HOMEPAGE="https://bitbucket.org/DavidVilla/python-doublex" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND=" - test? ( - dev-python/nose[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' 'python2*') - ) -" -RDEPEND="" - -python_test() { - esetup.py test -} - -python_install_all() { - distutils-r1_python_install_all - - rm "${ED}"/usr/README.rst || die "Couldn't remove spurious README.rst" -} |