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: Wed Nov 15 14:19:43 UTC 2017
Modified Files:
pkgsrc/graphics/py-matplotlib: Makefile
Log Message:
For Python 2.7: depend on py-backports.functools_lru_cache instead of py-functools32
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/graphics/py-matplotlib/Makefile:1.50
--- pkgsrc/graphics/py-matplotlib/Makefile:1.49 Mon Jun 5 07:28:47 2017
+++ pkgsrc/graphics/py-matplotlib/Makefile Wed Nov 15 14:19:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2017/06/05 07:28:47 adam Exp $
+# $NetBSD: Makefile,v 1.50 2017/11/15 14:19:43 adam Exp $
.include "Makefile.common"
@@ -16,7 +16,7 @@ PYTHON_VERSIONED_DEPENDENCIES= cairo
.include "../../lang/python/pyversion.mk"
.if "${PYPKGPREFIX}" == "py27"
-DEPENDS+= ${PYPKGPREFIX}-functools32-[0-9]*:../../devel/py-functools32
+DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
DEPENDS+= ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32
.endif
Home |
Main Index |
Thread Index |
Old Index