git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
562c2cf
Branches
Tags
master
keks-overlay.git
dev-python
python-recaptcha
python-recaptcha-2.0.1-r1.ebuild
add recaptcha, still needed as long as we use mailman2
Hanno Böck
commited
562c2cf
at 2020-02-09 15:38:38
python-recaptcha-2.0.1-r1.ebuild
Blame
History
Raw
# Copyright 1999-2019 Gentoo Authors # 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/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] ) dev-python/simplejson[${PYTHON_USEDEP}] !dev-python/recaptcha-client" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"