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:14:41 UTC 2021

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

Log Message:
(graphics/py-matplotlib) Add setup.cfg to use System freetype, tks joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/py-matplotlib/distinfo
cvs rdiff -u -r0 -r1.1 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/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.38 pkgsrc/graphics/py-matplotlib/distinfo:1.39
--- pkgsrc/graphics/py-matplotlib/distinfo:1.38 Sun Jan 10 20:27:33 2021
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Jan 17 05:14:41 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.38 2021/01/10 20:27:33 adam Exp $
+$NetBSD: distinfo,v 1.39 2021/01/17 05:14:41 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

Added files:

Index: pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg
diff -u /dev/null pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg:1.1
--- /dev/null   Sun Jan 17 05:14:41 2021
+++ pkgsrc/graphics/py-matplotlib/patches/patch-setup.cfg       Sun Jan 17 05:14:41 2021
@@ -0,0 +1,25 @@
+$NetBSD: patch-setup.cfg,v 1.1 2021/01/17 05:14:41 mef Exp $
+
+Instruct to use system Freetype
+
+From: https://matplotlib.org/3.3.3/users/installing.html
+-----------
+FreeType and Qhull
+
+Matplotlib depends on FreeType (>= 2.3), a font rendering library, and
+on Qhull (>= 2015.2), a library for computing triangulations. By
+default (except on AIX) Matplotlib downloads and builds its own copy
+of FreeType (this is necessary to run the test suite, because
+different versions of FreeType rasterize characters differently), and
+uses its own copy of Qhull.
+
+To force Matplotlib to use a copy of FreeType or Qhull already
+installed in your system, create a setup.cfg file with the following
+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 @@
++ [libs]
++ system_freetype = true



Home | Main Index | Thread Index | Old Index