summaryrefslogtreecommitdiff
path: root/dev-python/recaptcha-client
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/recaptcha-client')
-rw-r--r--dev-python/recaptcha-client/Manifest3
-rw-r--r--dev-python/recaptcha-client/metadata.xml11
-rw-r--r--dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild19
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/recaptcha-client/Manifest b/dev-python/recaptcha-client/Manifest
deleted file mode 100644
index afbc7ceaa564..000000000000
--- a/dev-python/recaptcha-client/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST recaptcha-client-1.0.6.tar.gz 7389 BLAKE2B 454b1a5feaeb7bc2016ee44d2867a0ca6ebafdfcb04730931b16c65af1eea222922fdd9da502839d075648525cd8178c5795d008093275c299e25dad2ddb80e8 SHA512 c41954d722181ece934701df0701101b31cad74c15a123c2c641e671e5117a27ea23e1f52aa9126d7ddfd038438f951d45ec4112323306a91d81072e31b3f5bb
-EBUILD recaptcha-client-1.0.6-r1.ebuild 508 BLAKE2B f0c2cb47fb5cff7ebaf7b582ab6c88d536b510cd4ae1b3cd4a14f6f757c3510d324123d97bad2ec78eaf292a348d887610600d43059f9e040b312ceef9765552 SHA512 388ca1518e9f3c1d572294b6185baf1211822d106c751d4898adf18692481f34743463cc03c031fae305930e06a3f28ad22cb65751a7e5cfb60571fabe5054db
-MISC metadata.xml 329 BLAKE2B 9cb217d04e1fd350a3c64a266b222fa832dec7343ee384f22046505d7afd2746fb2d45e9a24b106c4c3bd23e3f91a8dea0cf81daab4a36f6a2f772e59745e7f7 SHA512 aaf06174f9c5b4614c3d310958dda4ddde8a799c122c8fdbe0711dd8ad9375bc6be1912d29b430b79131dfdf9dd198a82860a17f56d59a6b0ac01c108ef51e97
diff --git a/dev-python/recaptcha-client/metadata.xml b/dev-python/recaptcha-client/metadata.xml
deleted file mode 100644
index 4af40169ce16..000000000000
--- a/dev-python/recaptcha-client/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">recaptcha-client</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild b/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild
deleted file mode 100644
index 971c2f022624..000000000000
--- a/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide"
-HOMEPAGE="https://pypi.org/project/recaptcha-client/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"