Source-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: pytes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb928a614ec2
branches:  trunk
changeset: 431714:eb928a614ec2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 16 08:23:28 2020 +0000

description:
py-wtforms-components: pytest from versioned deps.

diffstat:

 www/py-wtforms-components/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 71f449528b95 -r eb928a614ec2 www/py-wtforms-components/options.mk
--- a/www/py-wtforms-components/options.mk      Sat May 16 08:03:35 2020 +0000
+++ b/www/py-wtforms-components/options.mk      Sat May 16 08:23:28 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/11/04 22:10:14 rillig Exp $
+# $NetBSD: options.mk,v 1.4 2020/05/16 08:23:28 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-wtforms-components
 PKG_SUPPORTED_OPTIONS= arrow babel color ipaddress password phone tests
@@ -32,7 +32,8 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mtests)
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.2.3:../../devel/py-test
+.include "../../lang/python/versioned_dependencies.mk"
+PYTHON_VERSIONED_DEPENDENCIES+=        pytest
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=1.2:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils



Home | Main Index | Thread Index | Old Index