dev-python/doublex: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 10 Mar 2018 14:30:39 +0000 (15:30 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sat, 10 Mar 2018 14:52:26 +0000 (15:52 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/doublex/Manifest
dev-python/doublex/doublex-1.7.ebuild [deleted file]

index 95e5050471499027f8855ffc6cf79333add8083d..b75a1fe16d91c2031ef9ca5ae01466c48a8b6896 100644 (file)
@@ -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 (file)
index 33c4868..0000000
+++ /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"
-}