2020-10-03 20:40:33 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2020/10/03 18:40:33 adam Exp $
|
2014-07-05 21:43:01 +02:00
|
|
|
|
2020-10-03 20:40:33 +02:00
|
|
|
DISTNAME= WTForms-Components-0.10.4
|
2014-07-05 21:43:01 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
2020-10-03 20:40:33 +02:00
|
|
|
CATEGORIES= www python
|
2016-06-08 19:43:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Components/}
|
2014-07-05 21:43:01 +02:00
|
|
|
|
2017-09-16 21:26:41 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2014-07-05 21:43:01 +02:00
|
|
|
HOMEPAGE= https://github.com/kvesteri/wtforms-components
|
|
|
|
COMMENT= Additional fields, validators and widgets for WTForms
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
2020-10-03 20:40:33 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-intervals>=0.6.0:../../math/py-intervals
|
2014-07-05 21:43:01 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-validators>=0.5.0:../../textproc/py-validators
|
2020-10-03 20:40:33 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.4:../../www/py-wtforms
|
2014-07-05 21:43:01 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2020-10-03 20:40:33 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-validators
|
2014-07-05 21:43:01 +02:00
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|