pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-wtforms-django Import WTForms-Django-0.1 as www...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae5e01729dab
branches:  trunk
changeset: 379942:ae5e01729dab
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Wed May 25 15:36:09 2022 +0000

description:
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.

diffstat:

 www/py-wtforms-django/DESCR    |   3 +++
 www/py-wtforms-django/Makefile |  22 ++++++++++++++++++++++
 www/py-wtforms-django/PLIST    |  18 ++++++++++++++++++
 www/py-wtforms-django/distinfo |   5 +++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 9e4202255dcb -r ae5e01729dab www/py-wtforms-django/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-django/DESCR       Wed May 25 15:36:09 2022 +0000
@@ -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.
diff -r 9e4202255dcb -r ae5e01729dab www/py-wtforms-django/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-django/Makefile    Wed May 25 15:36:09 2022 +0000
@@ -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"
diff -r 9e4202255dcb -r ae5e01729dab www/py-wtforms-django/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-django/PLIST       Wed May 25 15:36:09 2022 +0000
@@ -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
diff -r 9e4202255dcb -r ae5e01729dab www/py-wtforms-django/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-wtforms-django/distinfo    Wed May 25 15:36:09 2022 +0000
@@ -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