Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-sqlalchemy-i18n pytest from versioned dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8227777c2e00
branches:  trunk
changeset: 432032:8227777c2e00
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 18 10:45:44 2020 +0000

description:
pytest from versioned depends

diffstat:

 databases/py-sqlalchemy-i18n/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a150a5ca0985 -r 8227777c2e00 databases/py-sqlalchemy-i18n/options.mk
--- a/databases/py-sqlalchemy-i18n/options.mk   Mon May 18 10:45:19 2020 +0000
+++ b/databases/py-sqlalchemy-i18n/options.mk   Mon May 18 10:45:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/12/06 03:26:17 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2020/05/18 10:45:44 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-sqlalchemy-i18n
 PKG_SUPPORTED_OPTIONS= tests
@@ -7,7 +7,8 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mtests)
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.2.3:../../devel/py-test
+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



Home | Main Index | Thread Index | Old Index