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/django-nose/
Date: Wed, 03 Jan 2018 09:12:11
Message-Id: 1514970687.580d74fe4588b22ac51758dede5ca01b4723ae8a.mgorny@gentoo
1 commit: 580d74fe4588b22ac51758dede5ca01b4723ae8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:52:53 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580d74fe
7
8 dev-python/django-nose: Clean old up
9
10 dev-python/django-nose/Manifest | 2 --
11 dev-python/django-nose/django-nose-1.3.ebuild | 28 -----------------------
12 dev-python/django-nose/django-nose-1.4.3.ebuild | 30 -------------------------
13 3 files changed, 60 deletions(-)
14
15 diff --git a/dev-python/django-nose/Manifest b/dev-python/django-nose/Manifest
16 index e2ddeadfbc5..059a6bcd6c6 100644
17 --- a/dev-python/django-nose/Manifest
18 +++ b/dev-python/django-nose/Manifest
19 @@ -1,3 +1 @@
20 -DIST django-nose-1.3.tar.gz 25149 BLAKE2B 548d6cbf575b6e29e1375559285fe1e8231556fec7e68b762672fa5a94c127b13d609235048681de0bdee2fdb71d8e04fee491774fbfb6fb3ee7e68732b9b6eb SHA512 0e7f18d32340f912fcde96c3ed4ff63caec71ad178f9bd01e61087a228d7e93ecfd87c5d320a66093bce438561638daacd586a4ecb3198573b28607d33eb853f
21 -DIST django-nose-1.4.3.tar.gz 46035 BLAKE2B 6dee08e667b55560ff36aff85d3b5e922a6e739c5fa39039d4bdc643c642eb83e1fa9ec7eba77dbe2de958d123c77d5d7abdd1839ef5ea15e87872000c015a1d SHA512 448ecfd9759811dc123cbc4bdc2e58e697f0f4c17caf9277fb5e0eb9215205d7814d45e86b2008e8a1233ddaf14e12112cdf64b0f5d54464ce77cbf896a48981
22 DIST django-nose-1.4.4.tar.gz 44266 BLAKE2B 0c2785c98350b55df332eabb534ef3a614d961fffd8f44dd9e74c55a55e298b16c4963bfb389945fe76dc7ecb1e344104a8fe4afa35219ba748a8c7aadb97dc7 SHA512 b69af1e8539f7d792e6c9ef002cbeeee95bd144148d55850a49e2759784b68ce07e19587365beb06cc138136498c0e952f7b16067567a5a2eaa31e9f4d47b8da
23
24 diff --git a/dev-python/django-nose/django-nose-1.3.ebuild b/dev-python/django-nose/django-nose-1.3.ebuild
25 deleted file mode 100644
26 index 592dbe0c090..00000000000
27 --- a/dev-python/django-nose/django-nose-1.3.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
35 -
36 -RESTRICT="test" # missing south
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Django test runner that uses nose"
41 -HOMEPAGE="https://github.com/jbalogh/django-nose"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="test"
48 -
49 -RDEPEND=">=dev-python/nose-1.2.1[${PYTHON_USEDEP}]
50 - dev-python/django[${PYTHON_USEDEP}]"
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 -# test? ( ${RDEPEND}
53 -# >=dev-python/south-0.7[${PYTHON_USEDEP}] )"
54 -
55 -python_test() {
56 - "${PYTHON}" testapp/runtests.py
57 -}
58
59 diff --git a/dev-python/django-nose/django-nose-1.4.3.ebuild b/dev-python/django-nose/django-nose-1.4.3.ebuild
60 deleted file mode 100644
61 index 2034487062c..00000000000
62 --- a/dev-python/django-nose/django-nose-1.4.3.ebuild
63 +++ /dev/null
64 @@ -1,30 +0,0 @@
65 -# Copyright 1999-2015 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="Django test runner that uses nose"
74 -HOMEPAGE="https://github.com/jbalogh/django-nose"
75 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="BSD"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86"
80 -IUSE="test"
81 -
82 -#RESTRICT="test" # The testsuite currently broken See notes below
83 -
84 -RDEPEND="
85 - >=dev-python/nose-1.2.1[${PYTHON_USEDEP}]
86 - dev-python/django[${PYTHON_USEDEP}]"
87 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
88 - test? ( ${RDEPEND}
89 - >=dev-python/dj-database-url-0.3.0[${PYTHON_USEDEP}]
90 - )"
91 -
92 -python_test() {
93 - ./runtests.sh --verbose || die
94 -}