* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-recaptcha/
@ 2018-03-21 14:06 Hanno Boeck
0 siblings, 0 replies; 4+ messages in thread
From: Hanno Boeck @ 2018-03-21 14:06 UTC (permalink / raw
To: gentoo-commits
commit: bd01a4a2de563660bddac850e0b677fa85b9e196
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 14:05:59 2018 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 14:05:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd01a4a2
dev-python/python-recaptcha: Initial commit.
Fork of dev-python/recaptcha-client supporting recaptcha v2.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/python-recaptcha/Manifest | 1 +
dev-python/python-recaptcha/metadata.xml | 14 +++++++++++
.../python-recaptcha/python-recaptcha-2.0.0.ebuild | 27 ++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/python-recaptcha/Manifest b/dev-python/python-recaptcha/Manifest
new file mode 100644
index 00000000000..97c36aff4af
--- /dev/null
+++ b/dev-python/python-recaptcha/Manifest
@@ -0,0 +1 @@
+DIST python-recaptcha-2.0.0.tar.gz 5556 BLAKE2B b752915eb95343d7cbce483f49ce9d93ecf837c85a1615e414e14226c54dc60ede3187bd127e09769106a7eb06156ab2b73b0a3839743c29b6aba6e6c4d96951 SHA512 3a60062f36833888a110d5979ca7a7f46cef927bfcf427aba72d2f6a99a9c401b20bea997ff8fb2b8435876bed3880371a84568b95da1341940d275cba8ff178
diff --git a/dev-python/python-recaptcha/metadata.xml b/dev-python/python-recaptcha/metadata.xml
new file mode 100644
index 00000000000..97e2d6ed858
--- /dev/null
+++ b/dev-python/python-recaptcha/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </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.0.ebuild b/dev-python/python-recaptcha/python-recaptcha-2.0.0.ebuild
new file mode 100644
index 00000000000..e77a8954718
--- /dev/null
+++ b/dev-python/python-recaptcha/python-recaptcha-2.0.0.ebuild
@@ -0,0 +1,27 @@
+# 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}]"
+
+python_install() {
+ distutils-r1_python_install
+ # otherwise we have an empty recaptcha dir/namespace
+ touch "${D}$(python_get_sitedir)"/recaptcha/__init__.py
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-recaptcha/
@ 2018-03-23 15:38 Hanno Boeck
0 siblings, 0 replies; 4+ messages in thread
From: Hanno Boeck @ 2018-03-23 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 725e5b419312236149de5ba2377af69f501051ef
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 15:38:10 2018 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 15:38:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725e5b41
dev-python/python-recaptcha: Version bump.
Namespace workaround no longer needed.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/python-recaptcha/Manifest | 1 +
.../python-recaptcha/python-recaptcha-2.0.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/python-recaptcha/Manifest b/dev-python/python-recaptcha/Manifest
index 97c36aff4af..b7180d077de 100644
--- a/dev-python/python-recaptcha/Manifest
+++ b/dev-python/python-recaptcha/Manifest
@@ -1 +1,2 @@
DIST python-recaptcha-2.0.0.tar.gz 5556 BLAKE2B b752915eb95343d7cbce483f49ce9d93ecf837c85a1615e414e14226c54dc60ede3187bd127e09769106a7eb06156ab2b73b0a3839743c29b6aba6e6c4d96951 SHA512 3a60062f36833888a110d5979ca7a7f46cef927bfcf427aba72d2f6a99a9c401b20bea997ff8fb2b8435876bed3880371a84568b95da1341940d275cba8ff178
+DIST python-recaptcha-2.0.1.tar.gz 5439 BLAKE2B e985affe7d008f0dda270c9251315cbe381fc2a72514a219f422a1405c41e3d621326cfa32285588d4b5785c0e21251370546847695815b77ede81812d8eddad SHA512 103c0cf65d67fe3e4d4ca5bb0a208ea221642b1a6c11ad1997e3f1cfa56360c81665fc593354f6ea776deea43cbf72c97f3376e2b77fc275332cddee8b3a9739
diff --git a/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild b/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild
new file mode 100644
index 00000000000..12afe927a4c
--- /dev/null
+++ b/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild
@@ -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}]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-recaptcha/
@ 2019-08-01 10:29 Hanno Boeck
0 siblings, 0 replies; 4+ messages in thread
From: Hanno Boeck @ 2019-08-01 10:29 UTC (permalink / raw
To: gentoo-commits
commit: f66ff3b450f05eedc5966d6d7a3484776f172b33
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 10:29:41 2019 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 10:29:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66ff3b4
dev-python/python-recaptcha: Allow pycryptodome, EAPI 7.
Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
.../python-recaptcha-2.0.1-r1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
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
new file mode 100644
index 00000000000..ab63a2563b0
--- /dev/null
+++ b/dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild
@@ -0,0 +1,21 @@
+# 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}]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-recaptcha/
@ 2019-12-20 10:44 Hanno Böck
0 siblings, 0 replies; 4+ messages in thread
From: Hanno Böck @ 2019-12-20 10:44 UTC (permalink / raw
To: gentoo-commits
commit: d2eccdc1544a1b5e9efc69f0c93ac622db1ebc84
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 10:43:42 2019 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 10:44:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2eccdc1
dev-python/python-recaptcha: Make myself sole maintainer and remove old
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.82, Repoman-2.3.20
dev-python/python-recaptcha/Manifest | 1 -
dev-python/python-recaptcha/metadata.xml | 4 ----
.../python-recaptcha/python-recaptcha-2.0.0.ebuild | 27 ----------------------
.../python-recaptcha/python-recaptcha-2.0.1.ebuild | 21 -----------------
4 files changed, 53 deletions(-)
diff --git a/dev-python/python-recaptcha/Manifest b/dev-python/python-recaptcha/Manifest
index b7180d077de..0166490c659 100644
--- a/dev-python/python-recaptcha/Manifest
+++ b/dev-python/python-recaptcha/Manifest
@@ -1,2 +1 @@
-DIST python-recaptcha-2.0.0.tar.gz 5556 BLAKE2B b752915eb95343d7cbce483f49ce9d93ecf837c85a1615e414e14226c54dc60ede3187bd127e09769106a7eb06156ab2b73b0a3839743c29b6aba6e6c4d96951 SHA512 3a60062f36833888a110d5979ca7a7f46cef927bfcf427aba72d2f6a99a9c401b20bea997ff8fb2b8435876bed3880371a84568b95da1341940d275cba8ff178
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
index 97e2d6ed858..9f3dd846fbe 100644
--- a/dev-python/python-recaptcha/metadata.xml
+++ b/dev-python/python-recaptcha/metadata.xml
@@ -4,10 +4,6 @@
<maintainer type="person">
<email>hanno@gentoo.org</email>
</maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
<upstream>
<remote-id type="github">redhat-infosec/python-recaptcha</remote-id>
</upstream>
diff --git a/dev-python/python-recaptcha/python-recaptcha-2.0.0.ebuild b/dev-python/python-recaptcha/python-recaptcha-2.0.0.ebuild
deleted file mode 100644
index e77a8954718..00000000000
--- a/dev-python/python-recaptcha/python-recaptcha-2.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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}]"
-
-python_install() {
- distutils-r1_python_install
- # otherwise we have an empty recaptcha dir/namespace
- touch "${D}$(python_get_sitedir)"/recaptcha/__init__.py
-}
diff --git a/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild b/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild
deleted file mode 100644
index 12afe927a4c..00000000000
--- a/dev-python/python-recaptcha/python-recaptcha-2.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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}]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-12-20 10:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-21 14:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-recaptcha/ Hanno Boeck
-- strict thread matches above, loose matches on Subject: below --
2018-03-23 15:38 Hanno Boeck
2019-08-01 10:29 Hanno Boeck
2019-12-20 10:44 Hanno Böck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox