pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 08:23:28 UTC 2020

Modified Files:
        pkgsrc/www/py-wtforms-components: options.mk

Log Message:
py-wtforms-components: pytest from versioned deps.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-wtforms-components/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-wtforms-components/options.mk
diff -u pkgsrc/www/py-wtforms-components/options.mk:1.3 pkgsrc/www/py-wtforms-components/options.mk:1.4
--- pkgsrc/www/py-wtforms-components/options.mk:1.3     Mon Nov  4 22:10:14 2019
+++ pkgsrc/www/py-wtforms-components/options.mk Sat May 16 08:23:28 2020
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-phonenumbers>=5
 .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