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-setuptest/
Date: Wed, 03 Jan 2018 09:12:07
Message-Id: 1514970690.a0fc0f9bbe17178af6bf2ec426487e871459b470.mgorny@gentoo
1 commit: a0fc0f9bbe17178af6bf2ec426487e871459b470
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:53:49 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fc0f9b
7
8 dev-python/django-setuptest: Clean old up
9
10 dev-python/django-setuptest/Manifest | 1 -
11 .../django-setuptest/django-setuptest-0.1.6.ebuild | 23 ----------------------
12 2 files changed, 24 deletions(-)
13
14 diff --git a/dev-python/django-setuptest/Manifest b/dev-python/django-setuptest/Manifest
15 index 1b704dc5315..d4d646d3101 100644
16 --- a/dev-python/django-setuptest/Manifest
17 +++ b/dev-python/django-setuptest/Manifest
18 @@ -1,2 +1 @@
19 -DIST django-setuptest-0.1.6.tar.gz 6929 BLAKE2B 45485de8f104b398a00e01dc160915359279c940e4dcfd32989fb15964d6f2ac794764e460fd0cc61b80b920f9e36465e986bde3fe2fd3395710db5689eca266 SHA512 c2f2c1329d3541ac2e8d5895ddde2e1d1d1c2a819b3cc7168d333894e15128ff49b973a1570917abf06152634c915dada6df9f27ec9463ef79f02411c022d80d
20 DIST django-setuptest-0.2.1.tar.gz 7131 BLAKE2B 5afd3106c9f02da2b8d63a21e90c68db97a38f67ca36feafa6e798f9f3106f81cedc94a3155d777f78f43e549fb5656245518d5a812fb30513c59cb24d8da98b SHA512 de0ba14ca451974ffa10b2fe822e6a7a927f2009dd1cc345abd6d4b192a5d9dbd1c9034463cbfbc8b5b66ab35d694282513a33dc55e8c1b0385fa32619c3f31d
21
22 diff --git a/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild b/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild
23 deleted file mode 100644
24 index b2656baad4a..00000000000
25 --- a/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild
26 +++ /dev/null
27 @@ -1,23 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
33 -
34 -inherit distutils-r1
35 -
36 -DESCRIPTION="Simple test suite enabling Django app testing via setup.py"
37 -HOMEPAGE="https://github.com/praekelt/django-setuptest"
38 -SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -RDEPEND="dev-python/pep8[${PYTHON_USEDEP}]
47 - dev-python/coverage[${PYTHON_USEDEP}]
48 - dev-python/django[${PYTHON_USEDEP}]
49 - dev-python/six[${PYTHON_USEDEP}]"
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"