pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib (graphics/py-matplotlib) Modify...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d4194b87569
branches:  trunk
changeset: 445177:6d4194b87569
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jan 17 05:19:33 2021 +0000

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

diffstat:

 graphics/py-matplotlib/Makefile                |  4 +++-
 graphics/py-matplotlib/distinfo                |  4 ++--
 graphics/py-matplotlib/patches/patch-setup.cfg |  5 +++--
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r c9962e9e38a8 -r 6d4194b87569 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Sun Jan 17 05:14:41 2021 +0000
+++ b/graphics/py-matplotlib/Makefile   Sun Jan 17 05:19:33 2021 +0000
@@ -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 @@
 .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"
diff -r c9962e9e38a8 -r 6d4194b87569 graphics/py-matplotlib/distinfo
--- a/graphics/py-matplotlib/distinfo   Sun Jan 17 05:14:41 2021 +0000
+++ b/graphics/py-matplotlib/distinfo   Sun Jan 17 05:19:33 2021 +0000
@@ -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
diff -r c9962e9e38a8 -r 6d4194b87569 graphics/py-matplotlib/patches/patch-setup.cfg
--- a/graphics/py-matplotlib/patches/patch-setup.cfg    Sun Jan 17 05:14:41 2021 +0000
+++ b/graphics/py-matplotlib/patches/patch-setup.cfg    Sun Jan 17 05:19:33 2021 +0000
@@ -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 @@
 
 --- /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