diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-21 20:22:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-21 20:28:12 +0100 |
commit | 58ce01515e1c4a40fd935faada9c147c80e573f9 (patch) | |
tree | 7648afba4b316bc6032af12253ca7bb70dcb7c42 /dev-python/python-recaptcha | |
parent | dev-python/python-nss: Remove last-rited package (diff) | |
download | gentoo-58ce01515e1c4a40fd935faada9c147c80e573f9.tar.gz gentoo-58ce01515e1c4a40fd935faada9c147c80e573f9.tar.bz2 gentoo-58ce01515e1c4a40fd935faada9c147c80e573f9.zip |
dev-python/python-recaptcha: Remove last-rited package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-recaptcha')
-rw-r--r-- | dev-python/python-recaptcha/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-recaptcha/metadata.xml | 10 | ||||
-rw-r--r-- | dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild | 21 |
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/python-recaptcha/Manifest b/dev-python/python-recaptcha/Manifest deleted file mode 100644 index 0166490c6597..000000000000 --- a/dev-python/python-recaptcha/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-recaptcha-2.0.1.tar.gz 5439 BLAKE2B e985affe7d008f0dda270c9251315cbe381fc2a72514a219f422a1405c41e3d621326cfa32285588d4b5785c0e21251370546847695815b77ede81812d8eddad SHA512 103c0cf65d67fe3e4d4ca5bb0a208ea221642b1a6c11ad1997e3f1cfa56360c81665fc593354f6ea776deea43cbf72c97f3376e2b77fc275332cddee8b3a9739 diff --git a/dev-python/python-recaptcha/metadata.xml b/dev-python/python-recaptcha/metadata.xml deleted file mode 100644 index 9f3dd846fbed..000000000000 --- a/dev-python/python-recaptcha/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>hanno@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="github">redhat-infosec/python-recaptcha</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild b/dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild deleted file mode 100644 index ab63a2563b07..000000000000 --- a/dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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}]" |