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: Tue, 02 May 2017 11:58:43
Message-Id: 1493726291.ad3bd37a4c11db78d0138666fb6ca3bf8c39bbcb.mgorny@gentoo
1 commit: ad3bd37a4c11db78d0138666fb6ca3bf8c39bbcb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 11:13:52 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 11:58:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3bd37a
7
8 dev-python/django-nose: Clean old versions up
9
10 dev-python/django-nose/Manifest | 3 ---
11 dev-python/django-nose/django-nose-1.4.1.ebuild | 35 -------------------------
12 dev-python/django-nose/django-nose-1.4.2.ebuild | 30 ---------------------
13 dev-python/django-nose/django-nose-1.4.ebuild | 28 --------------------
14 4 files changed, 96 deletions(-)
15
16 diff --git a/dev-python/django-nose/Manifest b/dev-python/django-nose/Manifest
17 index 8fc8e5dccd9..0680ed045e3 100644
18 --- a/dev-python/django-nose/Manifest
19 +++ b/dev-python/django-nose/Manifest
20 @@ -1,5 +1,2 @@
21 DIST django-nose-1.3.tar.gz 25149 SHA256 3667d26a41fec30364a0ef72580832ca5328802d553f6d6e72af5ac21cb36365 SHA512 0e7f18d32340f912fcde96c3ed4ff63caec71ad178f9bd01e61087a228d7e93ecfd87c5d320a66093bce438561638daacd586a4ecb3198573b28607d33eb853f WHIRLPOOL 0acbbe147c0e434ef641843d10f9781ef26f3dc428ba8e613165ed43d6f5d1dea27bf513d9efcbd551c38c7a1945ae3b06aafb0a6d01c8714479f0c4836f1863
22 -DIST django-nose-1.4.1.tar.gz 26792 SHA256 224dd1bfd8fcdb9f67256c5430147b4c0105d72f6ac8ce3bca6b486449ec6062 SHA512 9ba42767bdfb0c359d9c693c5a7775767ba1a56c54531e75ff2b97e2e12d2a9f535c771c5b076b9024f3662a4143f115aa4bd84b9844ce8cb71f99c47722dcef WHIRLPOOL 49c285867adcbf0b17a388bfd6c8cd2603d8c7b50ec162b088409c1a049e43718f9bc37167d914327d474f6177fb38e01797a80f0c47bc02fd7db31cbe7e8761
23 -DIST django-nose-1.4.2.tar.gz 44842 SHA256 736ae53e3ec47dbbb3049999c18ce54585af299ef88172d9a27cb5fda29daa00 SHA512 b29ac1e9b10b8316c851857498c4cea7e76f91da87583d83591d28348622be9aba19cde6067185a4870274c349857654ef4debde29fdd91974eb539cd5c7a281 WHIRLPOOL 03b6bbd16b079a1f9042d4b57af7f59f669798403927a619ab658f7c16001cf586dd3d661eb4efbff94ae7870007fcadfc852fb93fc09e3bd400f29acd5f6cb9
24 DIST django-nose-1.4.3.tar.gz 46035 SHA256 19b8daf4cd5e66603dc58018f0384117097de18714775338cdb76a94d48d8966 SHA512 448ecfd9759811dc123cbc4bdc2e58e697f0f4c17caf9277fb5e0eb9215205d7814d45e86b2008e8a1233ddaf14e12112cdf64b0f5d54464ce77cbf896a48981 WHIRLPOOL f1c1883c0f86621b9752f9374ce30f7f4d25de7740de5d6e5b59a95a92d6786a2fe21f2fff3f699cb2c81175e60ba84e84fabbfc7079252e20f291596259482f
25 -DIST django-nose-1.4.tar.gz 26477 SHA256 26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f351a9313 SHA512 2df1377146304bc0356e24a212bee8ee55c05ccaafcd6fceca4afe5ae528335192c4a89c842f4c2df6965965c9536f0862903aff2141139cfc83695b41d56e32 WHIRLPOOL 7da21678b2b955972f14dc806aac7c5615048b5edae96bdcc17ee4d1302d714519a223356398f89b0d512aa3aa6979567682dd81b8bb6c99cd7cdd340fa66293
26
27 diff --git a/dev-python/django-nose/django-nose-1.4.1.ebuild b/dev-python/django-nose/django-nose-1.4.1.ebuild
28 deleted file mode 100644
29 index e1160dc2825..00000000000
30 --- a/dev-python/django-nose/django-nose-1.4.1.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Django test runner that uses nose"
42 -HOMEPAGE="https://github.com/jbalogh/django-nose"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="test"
49 -RESTRICT="test" # The testsuite currently broken See notes below
50 -
51 -RDEPEND=">=dev-python/nose-1.2.1[${PYTHON_USEDEP}]
52 - dev-python/django[${PYTHON_USEDEP}]"
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
54 -# test? ( ${RDEPEND}
55 -# >=dev-python/south-0.7[${PYTHON_USEDEP}] )"
56 -# South currently doesn't support any versions of django in portage
57 -# that support python3. They are masked as is south which appears may be deprecated
58 -
59 -python_test() {
60 - # https://github.com/django-nose/django-nose/issues/227
61 - # Running tests by the bash script runtests.sh reveals a missing
62 - # folder. Use of runtests.py works only for py2.7 due to
63 - # south supporting only old versions of django.
64 - # The testsuite has a massive rewrite set in the issue listed above.
65 - ./runtests.sh
66 -# "${PYTHON}" testapp/runtests.py broken
67 -}
68
69 diff --git a/dev-python/django-nose/django-nose-1.4.2.ebuild b/dev-python/django-nose/django-nose-1.4.2.ebuild
70 deleted file mode 100644
71 index 2034487062c..00000000000
72 --- a/dev-python/django-nose/django-nose-1.4.2.ebuild
73 +++ /dev/null
74 @@ -1,30 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Django test runner that uses nose"
84 -HOMEPAGE="https://github.com/jbalogh/django-nose"
85 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86 -
87 -LICENSE="BSD"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90 -IUSE="test"
91 -
92 -#RESTRICT="test" # The testsuite currently broken See notes below
93 -
94 -RDEPEND="
95 - >=dev-python/nose-1.2.1[${PYTHON_USEDEP}]
96 - dev-python/django[${PYTHON_USEDEP}]"
97 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
98 - test? ( ${RDEPEND}
99 - >=dev-python/dj-database-url-0.3.0[${PYTHON_USEDEP}]
100 - )"
101 -
102 -python_test() {
103 - ./runtests.sh --verbose || die
104 -}
105
106 diff --git a/dev-python/django-nose/django-nose-1.4.ebuild b/dev-python/django-nose/django-nose-1.4.ebuild
107 deleted file mode 100644
108 index 89c42c6694c..00000000000
109 --- a/dev-python/django-nose/django-nose-1.4.ebuild
110 +++ /dev/null
111 @@ -1,28 +0,0 @@
112 -# Copyright 1999-2015 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=5
116 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
117 -
118 -RESTRICT="test" # missing south now
119 -
120 -inherit distutils-r1
121 -
122 -DESCRIPTION="Django test runner that uses nose"
123 -HOMEPAGE="https://github.com/jbalogh/django-nose"
124 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
125 -
126 -LICENSE="BSD"
127 -SLOT="0"
128 -KEYWORDS="~amd64 ~x86"
129 -IUSE="test"
130 -
131 -RDEPEND=">=dev-python/nose-1.2.1[${PYTHON_USEDEP}]
132 - dev-python/django[${PYTHON_USEDEP}]"
133 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
134 -# test? ( ${RDEPEND}
135 -# >=dev-python/south-0.7[${PYTHON_USEDEP}] )"
136 -
137 -python_test() {
138 - "${PYTHON}" testapp/runtests.py
139 -}