pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   kleink
Date:           Wed May 25 15:36:09 UTC 2022

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

Log Message:
Import WTForms-Django-0.1 as www/py-wtforms-django.

WTForms-Django is a fork of the wtforms.ext.django package from
WTForms. The package has been renamed to wtforms_django but otherwise
should function the same as wtforms.ext.django did.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-wtforms-django/DESCR \
    pkgsrc/www/py-wtforms-django/Makefile pkgsrc/www/py-wtforms-django/PLIST \
    pkgsrc/www/py-wtforms-django/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-django/DESCR
diff -u /dev/null pkgsrc/www/py-wtforms-django/DESCR:1.1
--- /dev/null   Wed May 25 15:36:09 2022
+++ pkgsrc/www/py-wtforms-django/DESCR  Wed May 25 15:36:09 2022
@@ -0,0 +1,3 @@
+WTForms-Django is a fork of the wtforms.ext.django package from
+WTForms. The package has been renamed to wtforms_django but otherwise
+should function the same as wtforms.ext.django did.
Index: pkgsrc/www/py-wtforms-django/Makefile
diff -u /dev/null pkgsrc/www/py-wtforms-django/Makefile:1.1
--- /dev/null   Wed May 25 15:36:09 2022
+++ pkgsrc/www/py-wtforms-django/Makefile       Wed May 25 15:36:09 2022
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2022/05/25 15:36:09 kleink Exp $
+
+DISTNAME=      WTForms-Django-0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WTForms-Django/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    kleink%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/wtforms/wtforms-django
+COMMENT=       Django tools for WTForms
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # empty
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-wtforms>=2.1:../../www/py-wtforms
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-wtforms-django/PLIST
diff -u /dev/null pkgsrc/www/py-wtforms-django/PLIST:1.1
--- /dev/null   Wed May 25 15:36:09 2022
+++ pkgsrc/www/py-wtforms-django/PLIST  Wed May 25 15:36:09 2022
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:36:09 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_django/__init__.py
+${PYSITELIB}/wtforms_django/__init__.pyc
+${PYSITELIB}/wtforms_django/__init__.pyo
+${PYSITELIB}/wtforms_django/fields.py
+${PYSITELIB}/wtforms_django/fields.pyc
+${PYSITELIB}/wtforms_django/fields.pyo
+${PYSITELIB}/wtforms_django/i18n.py
+${PYSITELIB}/wtforms_django/i18n.pyc
+${PYSITELIB}/wtforms_django/i18n.pyo
+${PYSITELIB}/wtforms_django/orm.py
+${PYSITELIB}/wtforms_django/orm.pyc
+${PYSITELIB}/wtforms_django/orm.pyo
Index: pkgsrc/www/py-wtforms-django/distinfo
diff -u /dev/null pkgsrc/www/py-wtforms-django/distinfo:1.1
--- /dev/null   Wed May 25 15:36:09 2022
+++ pkgsrc/www/py-wtforms-django/distinfo       Wed May 25 15:36:09 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/25 15:36:09 kleink Exp $
+
+BLAKE2s (WTForms-Django-0.1.zip) = 2e0cb09c3f9918c7dce63235acf3a12db9334883a7ea99af0e73368de4fb9fdc
+SHA512 (WTForms-Django-0.1.zip) = 8162f9a3d767372295f7d509041651f8a9a7055eb8a2bc1dd036412426e9668fd2731b67339337026e0e35a5f849cd5666c221e1b9dafb3cce909ba76679879c
+Size (WTForms-Django-0.1.zip) = 112130 bytes



Home | Main Index | Thread Index | Old Index