pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wtforms-appengine



Module Name:    pkgsrc
Committed By:   kleink
Date:           Wed May 25 15:28:50 UTC 2022

Added Files:
        pkgsrc/www/py-wtforms-appengine: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-wtforms-appengine/DESCR \
    pkgsrc/www/py-wtforms-appengine/Makefile \
    pkgsrc/www/py-wtforms-appengine/PLIST \
    pkgsrc/www/py-wtforms-appengine/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-wtforms-appengine/DESCR
diff -u /dev/null pkgsrc/www/py-wtforms-appengine/DESCR:1.1
--- /dev/null   Wed May 25 15:28:50 2022
+++ pkgsrc/www/py-wtforms-appengine/DESCR       Wed May 25 15:28:50 2022
@@ -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.
Index: pkgsrc/www/py-wtforms-appengine/Makefile
diff -u /dev/null pkgsrc/www/py-wtforms-appengine/Makefile:1.1
--- /dev/null   Wed May 25 15:28:50 2022
+++ pkgsrc/www/py-wtforms-appengine/Makefile    Wed May 25 15:28:50 2022
@@ -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"
Index: pkgsrc/www/py-wtforms-appengine/PLIST
diff -u /dev/null pkgsrc/www/py-wtforms-appengine/PLIST:1.1
--- /dev/null   Wed May 25 15:28:50 2022
+++ pkgsrc/www/py-wtforms-appengine/PLIST       Wed May 25 15:28:50 2022
@@ -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
Index: pkgsrc/www/py-wtforms-appengine/distinfo
diff -u /dev/null pkgsrc/www/py-wtforms-appengine/distinfo:1.1
--- /dev/null   Wed May 25 15:28:50 2022
+++ pkgsrc/www/py-wtforms-appengine/distinfo    Wed May 25 15:28:50 2022
@@ -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