Gentoo Archives: gentoo-commits

From: Hanno Boeck <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-recaptcha/
Date: Fri, 23 Mar 2018 15:38:34
Message-Id: 1521819490.725e5b419312236149de5ba2377af69f501051ef.hanno@gentoo
1 commit: 725e5b419312236149de5ba2377af69f501051ef
2 Author: Hanno <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 15:38:10 2018 +0000
4 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 15:38:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725e5b41
7
8 dev-python/python-recaptcha: Version bump.
9
10 Namespace workaround no longer needed.
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 dev-python/python-recaptcha/Manifest | 1 +
15 .../python-recaptcha/python-recaptcha-2.0.1.ebuild | 21 +++++++++++++++++++++
16 2 files changed, 22 insertions(+)
17
18 diff --git a/dev-python/python-recaptcha/Manifest b/dev-python/python-recaptcha/Manifest
19 index 97c36aff4af..b7180d077de 100644
20 --- a/dev-python/python-recaptcha/Manifest
21 +++ b/dev-python/python-recaptcha/Manifest
22 @@ -1 +1,2 @@
23 DIST python-recaptcha-2.0.0.tar.gz 5556 BLAKE2B b752915eb95343d7cbce483f49ce9d93ecf837c85a1615e414e14226c54dc60ede3187bd127e09769106a7eb06156ab2b73b0a3839743c29b6aba6e6c4d96951 SHA512 3a60062f36833888a110d5979ca7a7f46cef927bfcf427aba72d2f6a99a9c401b20bea997ff8fb2b8435876bed3880371a84568b95da1341940d275cba8ff178
24 +DIST python-recaptcha-2.0.1.tar.gz 5439 BLAKE2B e985affe7d008f0dda270c9251315cbe381fc2a72514a219f422a1405c41e3d621326cfa32285588d4b5785c0e21251370546847695815b77ede81812d8eddad SHA512 103c0cf65d67fe3e4d4ca5bb0a208ea221642b1a6c11ad1997e3f1cfa56360c81665fc593354f6ea776deea43cbf72c97f3376e2b77fc275332cddee8b3a9739
25
26 diff --git a/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild b/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild
27 new file mode 100644
28 index 00000000000..12afe927a4c
29 --- /dev/null
30 +++ b/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +PYTHON_COMPAT=( python2_7 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide"
41 +HOMEPAGE="https://github.com/redhat-infosec/python-recaptcha"
42 +SRC_URI="https://github.com/redhat-infosec/python-recaptcha/releases/download/v${PV}/${P}.tar.gz"
43 +KEYWORDS="~amd64"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +
48 +RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
49 + dev-python/simplejson[${PYTHON_USEDEP}]
50 + !dev-python/recaptcha-client"
51 +DEPEND="${RDEPEND}
52 + dev-python/setuptools[${PYTHON_USEDEP}]"