a999d052c3
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
23 lines
787 B
Makefile
23 lines
787 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/10/03 18:40:33 adam Exp $
|
|
|
|
DISTNAME= WTForms-Components-0.10.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Components/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kvesteri/wtforms-components
|
|
COMMENT= Additional fields, validators and widgets for WTForms
|
|
LICENSE= modified-bsd
|
|
|
|
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}-wtforms>=1.0.4:../../www/py-wtforms
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-validators
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|