pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib For Python 2.7: depend on py-ba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86046765d9c3
branches:  trunk
changeset: 371576:86046765d9c3
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 15 14:19:43 2017 +0000

description:
For Python 2.7: depend on py-backports.functools_lru_cache instead of py-functools32

diffstat:

 graphics/py-matplotlib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f920e5e8dd0e -r 86046765d9c3 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Wed Nov 15 14:18:46 2017 +0000
+++ b/graphics/py-matplotlib/Makefile   Wed Nov 15 14:19:43 2017 +0000
@@ -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 @@
 
 .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