pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-wtforms-components py-wtforms-components: updat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5c9d8ad2f7e
branches: trunk
changeset: 440177:a5c9d8ad2f7e
user: adam <adam%pkgsrc.org@localhost>
date: Sat Oct 03 18:40:33 2020 +0000
description:
py-wtforms-components: updated to 0.10.4
0.10.4:
- Added JSONField
0.10.3:
- Made SelectWidget backwards compatible
0.10.2:
- Made read_only also add disabled attribute
0.10.1:
- Added seconds support for TimeField
0.10.0:
- Moved GroupedQuerySelectField to WTForms-Alchemy
- Moved PhoneNumber to WTForms-Alchemy
- Moved WeekdaysField to WTForms-Alchemy
- Moved Unique validator to WTForms-Alchemy
- Remove AJAXField dependency on SQLAlchemy-Utils
- Added PyPy support
- Fixed IntervalFields to work with intervals 0.6.0
- Updated intervals requirement to 0.6.0
diffstat:
www/py-wtforms-components/Makefile | 14 +++-----
www/py-wtforms-components/PLIST | 39 +++++++++++-------------
www/py-wtforms-components/distinfo | 10 +++---
www/py-wtforms-components/options.mk | 57 ------------------------------------
4 files changed, 29 insertions(+), 91 deletions(-)
diffs (185 lines):
diff -r 84e437c5dbd0 -r a5c9d8ad2f7e www/py-wtforms-components/Makefile
--- a/www/py-wtforms-components/Makefile Sat Oct 03 18:29:04 2020 +0000
+++ b/www/py-wtforms-components/Makefile Sat Oct 03 18:40:33 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:25 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/10/03 18:40:33 adam Exp $
-DISTNAME= WTForms-Components-0.9.7
+DISTNAME= WTForms-Components-0.10.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES= python www
+CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Components/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,16 +10,14 @@
COMMENT= Additional fields, validators and widgets for WTForms
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.4:../../www/py-wtforms
-DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.8.0:../../databases/py-sqlalchemy
-DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-utils>=0.23.1:../../databases/py-sqlalchemy-utils
+DEPENDS+= ${PYPKGPREFIX}-intervals>=0.6.0:../../math/py-intervals
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-validators>=0.5.0:../../textproc/py-validators
-DEPENDS+= ${PYPKGPREFIX}-intervals>=0.2.0:../../math/py-intervals
+DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.4:../../www/py-wtforms
USE_LANGUAGES= # none
-.include "options.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-validators
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 84e437c5dbd0 -r a5c9d8ad2f7e www/py-wtforms-components/PLIST
--- a/www/py-wtforms-components/PLIST Sat Oct 03 18:29:04 2020 +0000
+++ b/www/py-wtforms-components/PLIST Sat Oct 03 18:40:33 2020 +0000
@@ -1,52 +1,49 @@
-@comment $NetBSD: PLIST,v 1.1 2014/07/05 19:43:01 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/10/03 18:40:33 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wtforms_components/__init__.py
+${PYSITELIB}/wtforms_components/__init__.pyc
+${PYSITELIB}/wtforms_components/__init__.pyo
+${PYSITELIB}/wtforms_components/_compat.py
+${PYSITELIB}/wtforms_components/_compat.pyc
+${PYSITELIB}/wtforms_components/_compat.pyo
+${PYSITELIB}/wtforms_components/fields/__init__.py
+${PYSITELIB}/wtforms_components/fields/__init__.pyc
+${PYSITELIB}/wtforms_components/fields/__init__.pyo
${PYSITELIB}/wtforms_components/fields/ajax.py
${PYSITELIB}/wtforms_components/fields/ajax.pyc
${PYSITELIB}/wtforms_components/fields/ajax.pyo
${PYSITELIB}/wtforms_components/fields/color.py
${PYSITELIB}/wtforms_components/fields/color.pyc
${PYSITELIB}/wtforms_components/fields/color.pyo
-${PYSITELIB}/wtforms_components/fields/grouped_query_select.py
-${PYSITELIB}/wtforms_components/fields/grouped_query_select.pyc
-${PYSITELIB}/wtforms_components/fields/grouped_query_select.pyo
${PYSITELIB}/wtforms_components/fields/html5.py
${PYSITELIB}/wtforms_components/fields/html5.pyc
${PYSITELIB}/wtforms_components/fields/html5.pyo
-${PYSITELIB}/wtforms_components/fields/__init__.py
-${PYSITELIB}/wtforms_components/fields/__init__.pyc
-${PYSITELIB}/wtforms_components/fields/__init__.pyo
${PYSITELIB}/wtforms_components/fields/interval.py
${PYSITELIB}/wtforms_components/fields/interval.pyc
${PYSITELIB}/wtforms_components/fields/interval.pyo
+${PYSITELIB}/wtforms_components/fields/json_field.py
+${PYSITELIB}/wtforms_components/fields/json_field.pyc
+${PYSITELIB}/wtforms_components/fields/json_field.pyo
${PYSITELIB}/wtforms_components/fields/passive_hidden.py
${PYSITELIB}/wtforms_components/fields/passive_hidden.pyc
${PYSITELIB}/wtforms_components/fields/passive_hidden.pyo
-${PYSITELIB}/wtforms_components/fields/phone_number.py
-${PYSITELIB}/wtforms_components/fields/phone_number.pyc
-${PYSITELIB}/wtforms_components/fields/phone_number.pyo
+${PYSITELIB}/wtforms_components/fields/select.py
+${PYSITELIB}/wtforms_components/fields/select.pyc
+${PYSITELIB}/wtforms_components/fields/select.pyo
${PYSITELIB}/wtforms_components/fields/select_multiple.py
${PYSITELIB}/wtforms_components/fields/select_multiple.pyc
${PYSITELIB}/wtforms_components/fields/select_multiple.pyo
-${PYSITELIB}/wtforms_components/fields/select.py
-${PYSITELIB}/wtforms_components/fields/select.pyc
-${PYSITELIB}/wtforms_components/fields/select.pyo
${PYSITELIB}/wtforms_components/fields/split_date_time.py
${PYSITELIB}/wtforms_components/fields/split_date_time.pyc
${PYSITELIB}/wtforms_components/fields/split_date_time.pyo
${PYSITELIB}/wtforms_components/fields/time.py
${PYSITELIB}/wtforms_components/fields/time.pyc
${PYSITELIB}/wtforms_components/fields/time.pyo
-${PYSITELIB}/wtforms_components/fields/weekdays.py
-${PYSITELIB}/wtforms_components/fields/weekdays.pyc
-${PYSITELIB}/wtforms_components/fields/weekdays.pyo
-${PYSITELIB}/wtforms_components/__init__.py
-${PYSITELIB}/wtforms_components/__init__.pyc
-${PYSITELIB}/wtforms_components/__init__.pyo
${PYSITELIB}/wtforms_components/utils.py
${PYSITELIB}/wtforms_components/utils.pyc
${PYSITELIB}/wtforms_components/utils.pyo
diff -r 84e437c5dbd0 -r a5c9d8ad2f7e www/py-wtforms-components/distinfo
--- a/www/py-wtforms-components/distinfo Sat Oct 03 18:29:04 2020 +0000
+++ b/www/py-wtforms-components/distinfo Sat Oct 03 18:40:33 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 02:47:32 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/10/03 18:40:33 adam Exp $
-SHA1 (WTForms-Components-0.9.7.tar.gz) = 5bfad924836133d9c80e58ff4f49766ab085f6f6
-RMD160 (WTForms-Components-0.9.7.tar.gz) = 897812adc75d83e04c2a97769e727e0e0be188f0
-SHA512 (WTForms-Components-0.9.7.tar.gz) = e37fe724ea1dd4dcd5873a3ec992b408122c383740bb25abd3204af0f5fec3286e7c4b1132bfd5652a613b1e93d8bce322c2798758c9ec5c7a9b4b01c3865089
-Size (WTForms-Components-0.9.7.tar.gz) = 28039 bytes
+SHA1 (WTForms-Components-0.10.4.tar.gz) = 9a463e6eab70b5201ce699e840d3a83280da2b12
+RMD160 (WTForms-Components-0.10.4.tar.gz) = 92aa18db5af3736869f8cb86da12cfde60c9ab83
+SHA512 (WTForms-Components-0.10.4.tar.gz) = c88fd1b6db7a306893c61cbf515adab0efba360dfe08707f64c898a5d5d8eb10a97a525f6edbe1e07a6932cc264190eeaff4a76d260e29465798600079f8cc61
+Size (WTForms-Components-0.10.4.tar.gz) = 24314 bytes
diff -r 84e437c5dbd0 -r a5c9d8ad2f7e www/py-wtforms-components/options.mk
--- a/www/py-wtforms-components/options.mk Sat Oct 03 18:29:04 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-# $NetBSD: options.mk,v 1.5 2020/05/16 09:03:22 adam Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.py-wtforms-components
-PKG_SUPPORTED_OPTIONS= arrow babel color ipaddress password phone tests
-PKG_SUPPORTED_OPTIONS+= timezone
-PKG_SUGGESTED_OPTIONS+= # blank
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Marrow)
-DEPENDS+= ${PYPKGPREFIX}-arrow>=0.3.4:../../time/py-arrow
-.endif
-
-.if !empty(PKG_OPTIONS:Mbabel)
-DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
-.endif
-
-.if !empty(PKG_OPTIONS:Mcolor)
-DEPENDS+= ${PYPKGPREFIX}-colour>=0.0.4:../../textproc/py-colour
-.endif
-
-.if !empty(PKG_OPTIONS:Mipaddress)
-DEPENDS+= ${PYPKGPREFIX}-ipaddr-[0-9]*:../../devel/py-ipaddr
-.endif
-
-.if !empty(PKG_OPTIONS:Mpassword)
-DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6<2.0:../../security/py-passlib
-.endif
-
-.if !empty(PKG_OPTIONS:Mphone)
-DEPENDS+= ${PYPKGPREFIX}-phonenumbers>=5.9.2:../../textproc/py-phonenumbers
-.endif
-
-.if !empty(PKG_OPTIONS:Mtests)
-PYTHON_VERSIONED_DEPENDENCIES= test
-.include "../../lang/python/versioned_dependencies.mk"
-DEPENDS+= ${PYPKGPREFIX}-pygments>=1.2:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
-DEPENDS+= ${PYPKGPREFIX}-flexmock>=0.9.7:../../devel/py-flexmock
-DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.4.6:../../databases/py-psycopg2
-DEPENDS+= ${PYPKGPREFIX}-pytz>=2014.2:../../time/py-pytz
-DEPENDS+= ${PYPKGPREFIX}-pymysql-[0-9]*:../../databases/py-pymysql
-DEPENDS+= ${PYPKGPREFIX}-arrow>=0.3.4:../../time/py-arrow
-DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
-DEPENDS+= ${PYPKGPREFIX}-colour>=0.0.4:../../textproc/py-colour
-DEPENDS+= ${PYPKGPREFIX}-intervals>=0.2.4:../../math/py-intervals
-DEPENDS+= ${PYPKGPREFIX}-ipaddr-[0-9]*:../../devel/py-ipaddr
-DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6<2.0:../../security/py-passlib
-DEPENDS+= ${PYPKGPREFIX}-phonenumbers>=5.9.2:../../textproc/py-phonenumbers
-DEPENDS+= ${PYPKGPREFIX}-wtforms-test>=0.1.1:../../www/py-wtforms-test
-DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-.endif
-
-.if !empty(PKG_OPTIONS:Mtimezone)
-DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-.endif
Home |
Main Index |
Thread Index |
Old Index