pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-matplotlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  5 07:28:48 UTC 2017

Modified Files:
        pkgsrc/graphics/py-matplotlib: Makefile

Log Message:
Added DEPENDS for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/py-matplotlib/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.48 pkgsrc/graphics/py-matplotlib/Makefile:1.49
--- pkgsrc/graphics/py-matplotlib/Makefile:1.48 Tue May 30 07:20:21 2017
+++ pkgsrc/graphics/py-matplotlib/Makefile      Mon Jun  5 07:28:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2017/05/30 07:20:21 adam Exp $
+# $NetBSD: Makefile,v 1.49 2017/06/05 07:28:47 adam Exp $
 
 .include "Makefile.common"
 
@@ -14,6 +14,12 @@ BUILD_DEPENDS+=      ${PYPKGPREFIX}-nose-[0-9
 
 PYTHON_VERSIONED_DEPENDENCIES= cairo
 
+.include "../../lang/python/pyversion.mk"
+.if "${PYPKGPREFIX}" == "py27"
+DEPENDS+=      ${PYPKGPREFIX}-functools32-[0-9]*:../../devel/py-functools32
+DEPENDS+=      ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32
+.endif
+
 MPL_PACKAGES=  mpl_packages
 
 REPLACE_PYTHON=                lib/matplotlib/dates.py



Home | Main Index | Thread Index | Old Index