Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cff2c2b371a9e9ffc93fbcd2c197915eeda69fe5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cff2c2b371a9e9ffc93fbcd2c197915eeda69fe5)
  • Date: Wed, 17 Dec 2014 15:33:10 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/hatta/DEPENDS | 2 +-
python-pypi/hatta/HISTORY | 3 +++
python-pypi/recaptcha-client/DEPENDS | 3 +++
python-pypi/recaptcha-client/DETAILS | 24 ++++++++++++++++++++++++
python-pypi/recaptcha-client/HISTORY | 2 ++
6 files changed, 37 insertions(+), 1 deletion(-)

New commits:
commit cff2c2b371a9e9ffc93fbcd2c197915eeda69fe5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

hatta: added recaptcha-client suggest dep

commit 67b219b2553544f098ec0aea412e80245a9e9ca5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

recaptcha-client: new spell, plugin for reCAPTCHA and reCAPTCHA Mailhide

diff --git a/ChangeLog b/ChangeLog
index 57fd4ae..eb98347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/recaptcha-client: new spell, plugin for reCAPTCHA and
+ reCAPTCHA Mailhide
+
2014-12-11 Ladislav Hagara <hgr AT vabo.cz>
* net/libpsl: new spell, C library to handle the Public Suffix List

diff --git a/python-pypi/hatta/DEPENDS b/python-pypi/hatta/DEPENDS
index 1d26058..e1a2ee3 100755
--- a/python-pypi/hatta/DEPENDS
+++ b/python-pypi/hatta/DEPENDS
@@ -4,5 +4,5 @@ depends mercurial &&
depends jinja2 &&

suggest_depends pygments "" "" "for code highlighting support" &&
-
+suggest_depends recaptcha-client "" "" "for reCAPTCHA support" &&
suggest_depends pillow "" "" "for thumbnails rendering support"
diff --git a/python-pypi/hatta/HISTORY b/python-pypi/hatta/HISTORY
index cad57ba..2a6fef1 100644
--- a/python-pypi/hatta/HISTORY
+++ b/python-pypi/hatta/HISTORY
@@ -1,3 +1,6 @@
+2014-12-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added recaptcha-client suggest dep
+
2014-08-04 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added pygments suggest dep

diff --git a/python-pypi/recaptcha-client/DEPENDS
b/python-pypi/recaptcha-client/DEPENDS
new file mode 100755
index 0000000..139f4df
--- /dev/null
+++ b/python-pypi/recaptcha-client/DEPENDS
@@ -0,0 +1,3 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends pycrypto
diff --git a/python-pypi/recaptcha-client/DETAILS
b/python-pypi/recaptcha-client/DETAILS
new file mode 100755
index 0000000..4d0f9d3
--- /dev/null
+++ b/python-pypi/recaptcha-client/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=recaptcha-client
+ VERSION=1.0.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/r/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:c41954d722181ece934701df0701101b31cad74c15a123c2c641e671e5117a27ea23e1f52aa9126d7ddfd038438f951d45ec4112323306a91d81072e31b3f5bb
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ GATHER_DOCS=off
+ WEB_SITE=https://developers.google.com/recaptcha/
+ LICENSE[0]=MIT
+ ENTERED=20141218
+ SHORT="plugin for reCAPTCHA and reCAPTCHA Mailhide"
+cat << EOF
+Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require
any
+imaging libraries because the CAPTCHA is served directly from reCAPTCHA.
+
+Also allows you to securely obfuscate emails with Mailhide. This
functionality
+requires pycrypto. This library requires two types of API keys.
+
+If you'd like to use the CAPTCHA, you'll need a key from
+https://www.google.com/recaptcha/admin/create.
+
+For Mailhide, you'll need a key from
+http://www.google.com/recaptcha/mailhide/apikey.
+EOF
diff --git a/python-pypi/recaptcha-client/HISTORY
b/python-pypi/recaptcha-client/HISTORY
new file mode 100644
index 0000000..aaccaa8
--- /dev/null
+++ b/python-pypi/recaptcha-client/HISTORY
@@ -0,0 +1,2 @@
+2014-12-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cff2c2b371a9e9ffc93fbcd2c197915eeda69fe5), Vlad Glagolev, 12/17/2014

Archive powered by MHonArc 2.6.24.

Top of Page