pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr  5 12:32:53 UTC 2018

Modified Files:
        pkgsrc/lang/python: versioned_dependencies.mk

Log Message:
python: allow :test in PYTHON_VERSIONED_DEPENDENCIES


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/python/versioned_dependencies.mk

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

Modified files:

Index: pkgsrc/lang/python/versioned_dependencies.mk
diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.31 pkgsrc/lang/python/versioned_dependencies.mk:1.32
--- pkgsrc/lang/python/versioned_dependencies.mk:1.31   Tue Jan  9 12:17:55 2018
+++ pkgsrc/lang/python/versioned_dependencies.mk        Thu Apr  5 12:32:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.31 2018/01/09 12:17:55 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.32 2018/04/05 12:32:53 adam Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -40,6 +40,8 @@ dir:= ${py3dir}
 .include "../../${dir}/buildlink3.mk"
 .      elif "${type}" == ":build"
 BUILD_DEPENDS:=        ${BUILD_DEPENDS} ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir}
+.      elif "${type}" == ":test"
+TEST_DEPENDS:= ${TEST_DEPENDS} ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir}
 .      else
 DEPENDS:=      ${DEPENDS} ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir}
 .      endif



Home | Main Index | Thread Index | Old Index