[149999] trunk/dports/python/py-matplotlib
sean at macports.org
sean at macports.org
Thu Jul 7 22:36:29 PDT 2016
Revision: 149999
https://trac.macports.org/changeset/149999
Author: sean at macports.org
Date: 2016-07-07 22:36:29 -0700 (Thu, 07 Jul 2016)
Log Message:
-----------
py-matplotlib: update to 1.5.2
Modified Paths:
--------------
trunk/dports/python/py-matplotlib/Portfile
trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff
Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile 2016-07-08 05:36:25 UTC (rev 149998)
+++ trunk/dports/python/py-matplotlib/Portfile 2016-07-08 05:36:29 UTC (rev 149999)
@@ -5,8 +5,7 @@
PortGroup python 1.0
PortGroup github 1.0
-github.setup matplotlib matplotlib 1.5.1 v
-revision 3
+github.setup matplotlib matplotlib 1.5.2 v
name py-matplotlib
categories-append graphics math
@@ -34,8 +33,8 @@
# stealth update
dist_subdir ${name}/${version}_1
-checksums rmd160 3ae9a6dab1f2f5bb15e1993385c79b6fd2b7e0d7 \
- sha256 d16a36b82fb8c7c73357d845e77186fca1c508a42166bf89b4a97353dc7a12c5
+checksums rmd160 5b377cc1306b121d64426e72a0bc8dcecf8a32f2 \
+ sha256 4213ff0425cc69d2f96990b7d9bae64a437d3eba7671241110619e3200c4d86a
if {${name} ne ${subport}} {
depends_build-append \
@@ -55,8 +54,7 @@
patchfiles-append patch-setup.cfg.diff \
patch-setupext.py.diff \
- patch-src-macosx.m.diff \
- patch-matplotlib-__init__.py.diff
+ patch-src-macosx.m.diff
build.env PKG_CONFIG_PATH="${python.prefix}/lib/pkgconfig"
Modified: trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff
===================================================================
--- trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff 2016-07-08 05:36:25 UTC (rev 149998)
+++ trunk/dports/python/py-matplotlib/files/patch-setupext.py.diff 2016-07-08 05:36:29 UTC (rev 149999)
@@ -1,24 +1,5 @@
--- setupext.py.orig 2014-08-25 21:24:27.000000000 -0500
+++ setupext.py 2014-09-18 06:38:30.000000000 -0500
-@@ -1494,6 +1494,18 @@
- ext.library_dirs.extend([os.path.join(sys.prefix, 'dlls')])
-
- elif sys.platform == 'darwin':
-+ tcl_lib_dir = tk_lib_dir = os.path.join(get_base_dirs()[0], 'lib')
-+ result = self.parse_tcl_config(tcl_lib_dir, tk_lib_dir)
-+ if result is None:
-+ raise SystemExit("Tcl/Tk not found, aborting")
-+
-+ (tcl_lib_dir, tcl_inc_dir, tcl_lib,
-+ tk_lib_dir, tk_inc_dir, tk_lib) = result
-+ ext.include_dirs.extend([tcl_inc_dir, tk_inc_dir])
-+ ext.library_dirs.extend([tcl_lib_dir, tk_lib_dir])
-+ ext.libraries.extend([tcl_lib, tk_lib])
-+
-+ return
- # this config section lifted directly from Imaging - thanks to
- # the effbot!
-
@@ -1735,6 +1747,9 @@
name = "gtk3agg"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160707/cfc130eb/attachment-0001.html>
More information about the macports-changes
mailing list