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:   mef
Date:           Sun Jan 17 05:19:33 UTC 2021

Modified Files:
        pkgsrc/graphics/py-matplotlib: Makefile distinfo
        pkgsrc/graphics/py-matplotlib/patches: patch-setup.cfg

Log Message:
(graphics/py-matplotlib) Modify setup.cfg to use System qhull, also


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/py-matplotlib/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg

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.62 pkgsrc/graphics/py-matplotlib/Makefile:1.63
--- pkgsrc/graphics/py-matplotlib/Makefile:1.62 Thu Jan 14 12:14:06 2021
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sun Jan 17 05:19:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/01/14 12:14:06 mef Exp $
+# $NetBSD: Makefile,v 1.63 2021/01/17 05:19:33 mef Exp $
 
 DISTNAME=      matplotlib-3.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -31,4 +31,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
+.include "../../math/qhull/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.39 pkgsrc/graphics/py-matplotlib/distinfo:1.40
--- pkgsrc/graphics/py-matplotlib/distinfo:1.39 Sun Jan 17 05:14:41 2021
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Jan 17 05:19:33 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.39 2021/01/17 05:14:41 mef Exp $
+$NetBSD: distinfo,v 1.40 2021/01/17 05:19:33 mef Exp $
 
 SHA1 (matplotlib-3.3.3.tar.gz) = 80e933178fd722863a9b6fea0388a578696c2e8a
 RMD160 (matplotlib-3.3.3.tar.gz) = 7f1ed8f08766f60f1809c964c486536e3ef49683
 SHA512 (matplotlib-3.3.3.tar.gz) = 36b482a6c36ee08c47f3c02c160289bbdec8746d4d246084723bd3e1fd632c6383f6db58c950a9773a6993d10f24dacd870a91faafc34864616288cd05b6232c
 Size (matplotlib-3.3.3.tar.gz) = 37944403 bytes
-SHA1 (patch-setup.cfg) = 3b910b5b8d4a3a2b8398acd72920eb03d1be723a
+SHA1 (patch-setup.cfg) = 11dd8b9dd84005c8b195d86f0ccd5ff58502edf4

Index: pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg
diff -u pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg:1.1 pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg:1.2
--- pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg:1.1   Sun Jan 17 05:14:41 2021
+++ pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg       Sun Jan 17 05:19:33 2021
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.cfg,v 1.1 2021/01/17 05:14:41 mef Exp $
+$NetBSD: patch-setup.cfg,v 1.2 2021/01/17 05:19:33 mef Exp $
 
 Instruct to use system Freetype
 
@@ -20,6 +20,7 @@ contents:
 
 --- /dev/null  2021-01-17 13:10:59.949185604 +0900
 +++ setup.cfg  2021-01-17 13:55:23.673846857 +0900
-@@ -0,0 +1,2 @@
+@@ -0,0 +1,3 @@
 + [libs]
 + system_freetype = true
++ system_qhull = true



Home | Main Index | Thread Index | Old Index