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-recaptcha/
Date: Wed, 03 Jan 2018 09:12:03
Message-Id: 1514970689.eb4c41296f6987914be7b37e209ede0ae8c7ae8f.mgorny@gentoo
1 commit: eb4c41296f6987914be7b37e209ede0ae8c7ae8f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:53:35 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4c4129
7
8 dev-python/django-recaptcha: Clean old up
9
10 dev-python/django-recaptcha/Manifest | 1 -
11 .../django-recaptcha/django-recaptcha-1.0.3.ebuild | 26 ----------------------
12 2 files changed, 27 deletions(-)
13
14 diff --git a/dev-python/django-recaptcha/Manifest b/dev-python/django-recaptcha/Manifest
15 index 65294eb5298..251dcaf8114 100644
16 --- a/dev-python/django-recaptcha/Manifest
17 +++ b/dev-python/django-recaptcha/Manifest
18 @@ -1,2 +1 @@
19 -DIST django-recaptcha-1.0.3.tar.gz 11268 BLAKE2B 8f79a7f3f0be334fd68da009fd8af251e70eb92b839a294f3cfe3b700844b32f8e1b8f13ac800e173248254015f9d833ba550db61e09a5c8e49d84e0beae87fd SHA512 9288ba1b4145dd6a08f39d226eeaa5f9ea6d9ff63714ff497fe808dfbe249918e4bb67790566044bceeb59ed293a8fcfe4fb41e279b17b2d7a0a0c5a53dd6463
20 DIST django-recaptcha-1.0.5.tar.gz 12827 BLAKE2B d17799e891c083adb005de488b4d8f3d7113c4440296d2b0ba5d7a29bc0177a85543dda84511a7a80e82781133bc13be6eda63ac22ba7e471ed7e1a41a662b99 SHA512 2ccf0a6c25d242d86ef7e89705d3f299c94c0ee2fc40853db9bb8cf1f7397650dcde85f1a6d995d452d432ce947bd8fa850d64334d4c124ddc9315cab6fe222c
21
22 diff --git a/dev-python/django-recaptcha/django-recaptcha-1.0.3.ebuild b/dev-python/django-recaptcha/django-recaptcha-1.0.3.ebuild
23 deleted file mode 100644
24 index 9e4ffcbabd3..00000000000
25 --- a/dev-python/django-recaptcha/django-recaptcha-1.0.3.ebuild
26 +++ /dev/null
27 @@ -1,26 +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 -
33 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
34 -inherit distutils-r1
35 -
36 -DESCRIPTION="Django recaptcha form field/widget app"
37 -HOMEPAGE="https://github.com/praekelt/django-recaptcha https://pypi.python.org/pypi/django-recaptcha"
38 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39 -SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="test"
45 -
46 -RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
47 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
48 - test? ( ${RDEPEND}
49 - >=dev-python/django-setuptest-0.1[${PYTHON_USEDEP}] )"
50 -
51 -python_test() {
52 - esetup.py test
53 -}