mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
dev-python/python-recaptcha: Version bump.
Namespace workaround no longer needed. Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
21
dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild
Normal file
21
dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide"
|
||||
HOMEPAGE="https://github.com/redhat-infosec/python-recaptcha"
|
||||
SRC_URI="https://github.com/redhat-infosec/python-recaptcha/releases/download/v${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
!dev-python/recaptcha-client"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Reference in New Issue
Block a user