pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   kleink
Date:           Wed May 25 15:33:21 UTC 2022

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

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

WTForms integration for dateutil.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-wtforms-dateutil/DESCR \
    pkgsrc/www/py-wtforms-dateutil/Makefile \
    pkgsrc/www/py-wtforms-dateutil/PLIST \
    pkgsrc/www/py-wtforms-dateutil/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-dateutil/DESCR
diff -u /dev/null pkgsrc/www/py-wtforms-dateutil/DESCR:1.1
--- /dev/null   Wed May 25 15:33:21 2022
+++ pkgsrc/www/py-wtforms-dateutil/DESCR        Wed May 25 15:33:21 2022
@@ -0,0 +1 @@
+WTForms integration for dateutil.
Index: pkgsrc/www/py-wtforms-dateutil/Makefile
diff -u /dev/null pkgsrc/www/py-wtforms-dateutil/Makefile:1.1
--- /dev/null   Wed May 25 15:33:21 2022
+++ pkgsrc/www/py-wtforms-dateutil/Makefile     Wed May 25 15:33:21 2022
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/05/25 15:33:21 kleink Exp $
+
+DISTNAME=      WTForms-dateutil-0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WTForms-dateutil/}
+
+MAINTAINER=    kleink%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/wtforms/wtforms-dateutil
+COMMENT=       WTForms fields using dateutil
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # empty
+
+DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+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-dateutil/PLIST
diff -u /dev/null pkgsrc/www/py-wtforms-dateutil/PLIST:1.1
--- /dev/null   Wed May 25 15:33:21 2022
+++ pkgsrc/www/py-wtforms-dateutil/PLIST        Wed May 25 15:33:21 2022
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/25 15:33:21 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_dateutil/__init__.py
+${PYSITELIB}/wtforms_dateutil/__init__.pyc
+${PYSITELIB}/wtforms_dateutil/__init__.pyo
Index: pkgsrc/www/py-wtforms-dateutil/distinfo
diff -u /dev/null pkgsrc/www/py-wtforms-dateutil/distinfo:1.1
--- /dev/null   Wed May 25 15:33:21 2022
+++ pkgsrc/www/py-wtforms-dateutil/distinfo     Wed May 25 15:33:21 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/25 15:33:21 kleink Exp $
+
+BLAKE2s (WTForms-dateutil-0.1.tar.gz) = ee06dc63fd6a587bbc1a0e0b01730199b4c9a95d5f80b8d7c6ab48d7afb84069
+SHA512 (WTForms-dateutil-0.1.tar.gz) = c64e2512e3db3c09b224fc5ba15af7c8a05fd8d12fde4d2708b9923d0dc71f45897e400c357f6581c46a540c5eee4d0b82d3a3debc1019fcc29672f72d3ecc01
+Size (WTForms-dateutil-0.1.tar.gz) = 3593 bytes



Home | Main Index | Thread Index | Old Index