Received: by mail.netbsd.org (Postfix, from userid 605) id 9A23A84ECC; Wed, 25 May 2022 15:35:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE57684E93 for ; Wed, 25 May 2022 15:35:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0NcCfY4FjlL0 for ; Wed, 25 May 2022 15:35:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2C3AD84CEF for ; Wed, 25 May 2022 15:35:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DCBA4FAEB; Wed, 25 May 2022 15:36:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653492969213900" MIME-Version: 1.0 Date: Wed, 25 May 2022 15:36:09 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/www/py-wtforms-django To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20220525153609.DCBA4FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653492969213900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1653492969213900 Content-Disposition: inline Content-Length: 2840 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1653492969213900--