pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-wtforms-recaptcha Import py27-wtforms-recaptcha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ba235f50a6e
branches:  trunk
changeset: 632616:9ba235f50a6e
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Wed Apr 02 07:27:09 2014 +0000

description:
Import py27-wtforms-recaptcha-0.3.1 as www/py-wtforms-recaptcha.

WTForms-reCaptcha is a convenient field for WTForms that transparently handles
reCaptcha display and validation via corresponding widget and validator classes.

diffstat:

 www/py-wtforms-recaptcha/DESCR    |   2 ++
 www/py-wtforms-recaptcha/Makefile |  20 ++++++++++++++++++++
 www/py-wtforms-recaptcha/PLIST    |  18 ++++++++++++++++++
 www/py-wtforms-recaptcha/distinfo |   5 +++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 8eef580af0a5 -r 9ba235f50a6e www/py-wtforms-recaptcha/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-recaptcha/DESCR    Wed Apr 02 07:27:09 2014 +0000
@@ -0,0 +1,2 @@
+WTForms-reCaptcha is a convenient field for WTForms that transparently handles
+reCaptcha display and validation via corresponding widget and validator classes.
diff -r 8eef580af0a5 -r 9ba235f50a6e www/py-wtforms-recaptcha/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-recaptcha/Makefile Wed Apr 02 07:27:09 2014 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2014/04/02 07:27:09 rodent Exp $
+
+DISTNAME=      wtforms-recaptcha-0.3.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    python www
+MASTER_SITES=  https://pypi.python.org/packages/source/w/wtforms-recaptcha/
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      http://bitbucket.org/excieve/wtforms-recaptcha
+COMMENT=       Custom WTForms field that handles reCaptcha display and validation
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-wtforms>=0.6.1:../../www/py-wtforms
+
+USE_LANGUAGES= # none
+
+EGG_NAME=      ${DISTNAME:S/-/_/1}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8eef580af0a5 -r 9ba235f50a6e www/py-wtforms-recaptcha/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-recaptcha/PLIST    Wed Apr 02 07:27:09 2014 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2014/04/02 07:27:09 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wtfrecaptcha/__init__.py
+${PYSITELIB}/wtfrecaptcha/__init__.pyc
+${PYSITELIB}/wtfrecaptcha/__init__.pyo
+${PYSITELIB}/wtfrecaptcha/fields.py
+${PYSITELIB}/wtfrecaptcha/fields.pyc
+${PYSITELIB}/wtfrecaptcha/fields.pyo
+${PYSITELIB}/wtfrecaptcha/validators.py
+${PYSITELIB}/wtfrecaptcha/validators.pyc
+${PYSITELIB}/wtfrecaptcha/validators.pyo
+${PYSITELIB}/wtfrecaptcha/widgets.py
+${PYSITELIB}/wtfrecaptcha/widgets.pyc
+${PYSITELIB}/wtfrecaptcha/widgets.pyo
diff -r 8eef580af0a5 -r 9ba235f50a6e www/py-wtforms-recaptcha/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-recaptcha/distinfo Wed Apr 02 07:27:09 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/04/02 07:27:09 rodent Exp $
+
+SHA1 (wtforms-recaptcha-0.3.1.tar.gz) = b9930c9cb3f2f70c421d0b84077f8617311f0229
+RMD160 (wtforms-recaptcha-0.3.1.tar.gz) = c91734cf35d39e6062947ceadbcbe0cf7a3feafc
+Size (wtforms-recaptcha-0.3.1.tar.gz) = 6288 bytes



Home | Main Index | Thread Index | Old Index