pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-wtforms-appengine Import WTForms-Appengine-0.1 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/220be61616c2
branches: trunk
changeset: 379934:220be61616c2
user: kleink <kleink%pkgsrc.org@localhost>
date: Wed May 25 15:28:50 2022 +0000
description:
Import WTForms-Appengine-0.1 as www/py-wtforms-appengine.
WTForms-Appengine is a fork of the wtforms.ext.appengine package
from WTForms. The package has been renamed to wtforms_appengine but
otherwise should function the same as the ext package, at least for
the moment.
diffstat:
www/py-wtforms-appengine/DESCR | 4 ++++
www/py-wtforms-appengine/Makefile | 21 +++++++++++++++++++++
www/py-wtforms-appengine/PLIST | 18 ++++++++++++++++++
www/py-wtforms-appengine/distinfo | 5 +++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r 21480248900f -r 220be61616c2 www/py-wtforms-appengine/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-appengine/DESCR Wed May 25 15:28:50 2022 +0000
@@ -0,0 +1,4 @@
+WTForms-Appengine is a fork of the wtforms.ext.appengine package
+from WTForms. The package has been renamed to wtforms_appengine but
+otherwise should function the same as the ext package, at least for
+the moment.
diff -r 21480248900f -r 220be61616c2 www/py-wtforms-appengine/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-appengine/Makefile Wed May 25 15:28:50 2022 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/05/25 15:28:50 kleink Exp $
+
+DISTNAME= WTForms-Appengine-0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Appengine/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= kleink%NetBSD.org@localhost
+HOMEPAGE= https://github.com/wtforms/wtforms-appengine
+COMMENT= Appengine tools for WTForms
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # empty
+
+DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.5:../../www/py-wtforms
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 21480248900f -r 220be61616c2 www/py-wtforms-appengine/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-appengine/PLIST Wed May 25 15:28:50 2022 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:28:50 kleink 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}/wtforms_appengine/__init__.py
+${PYSITELIB}/wtforms_appengine/__init__.pyc
+${PYSITELIB}/wtforms_appengine/__init__.pyo
+${PYSITELIB}/wtforms_appengine/db.py
+${PYSITELIB}/wtforms_appengine/db.pyc
+${PYSITELIB}/wtforms_appengine/db.pyo
+${PYSITELIB}/wtforms_appengine/fields.py
+${PYSITELIB}/wtforms_appengine/fields.pyc
+${PYSITELIB}/wtforms_appengine/fields.pyo
+${PYSITELIB}/wtforms_appengine/ndb.py
+${PYSITELIB}/wtforms_appengine/ndb.pyc
+${PYSITELIB}/wtforms_appengine/ndb.pyo
diff -r 21480248900f -r 220be61616c2 www/py-wtforms-appengine/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-appengine/distinfo Wed May 25 15:28:50 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/25 15:28:50 kleink Exp $
+
+BLAKE2s (WTForms-Appengine-0.1.zip) = ca8b27f0b8b1a12beae80064cbfd2c6b750ee84ff9fbc39e190cc37f508fb9db
+SHA512 (WTForms-Appengine-0.1.zip) = 5792c08456f28f10059bb4a6b5118ebe91e9757c7a019bde4c6fdc8e8121dfe7d417830f74e058f06940c5a0108a97265358ccc8eaa70fb3a99c44bd1024b3fd
+Size (WTForms-Appengine-0.1.zip) = 115340 bytes
Home |
Main Index |
Thread Index |
Old Index