[71542] trunk/dports/python/py26-igraph
stromnov at macports.org
stromnov at macports.org
Thu Sep 16 01:56:31 PDT 2010
Revision: 71542
http://trac.macports.org/changeset/71542
Author: stromnov at macports.org
Date: 2010-09-16 01:56:27 -0700 (Thu, 16 Sep 2010)
Log Message:
-----------
py26-igraph: update to version 0.5.4
Modified Paths:
--------------
trunk/dports/python/py26-igraph/Portfile
trunk/dports/python/py26-igraph/files/patch-setup.cfg.diff
trunk/dports/python/py26-igraph/files/patch-setup.py.diff
Modified: trunk/dports/python/py26-igraph/Portfile
===================================================================
--- trunk/dports/python/py26-igraph/Portfile 2010-09-16 08:35:25 UTC (rev 71541)
+++ trunk/dports/python/py26-igraph/Portfile 2010-09-16 08:56:27 UTC (rev 71542)
@@ -5,7 +5,7 @@
PortGroup python26 1.0
name py26-igraph
-version 0.5.3
+version 0.5.4
categories-append math
maintainers snc openmaintainer
description Python interface to the igraph library
@@ -18,9 +18,9 @@
distname python-igraph-${version}
-checksums md5 9e9b5d71faf7bc7723116842f7bd7ce5 \
- sha1 949583ef7ce5f71017aa109e1b015d66e2db2ae4 \
- rmd160 1e414c53b659bd613de4c5ff1505d376cc18bb16
+checksums md5 665e40032c7ea95d1279bd49afd8d213 \
+ sha1 2d54398279b8fb74ecaf204fc6fba12115335e08 \
+ rmd160 337d4809ffe7fcd5480e972f2f4236aa2affffd1
platforms darwin
Modified: trunk/dports/python/py26-igraph/files/patch-setup.cfg.diff
===================================================================
--- trunk/dports/python/py26-igraph/files/patch-setup.cfg.diff 2010-09-16 08:35:25 UTC (rev 71541)
+++ trunk/dports/python/py26-igraph/files/patch-setup.cfg.diff 2010-09-16 08:56:27 UTC (rev 71542)
@@ -1,11 +1,11 @@
---- setup.cfg.orig 2010-01-16 19:07:27.000000000 -0500
-+++ setup.cfg 2010-01-16 22:46:15.000000000 -0500
+--- setup.cfg.orig 2010-09-16 12:47:18.000000000 +0400
++++ setup.cfg 2010-09-16 12:47:47.000000000 +0400
@@ -4,6 +4,6 @@
tag_svn_revision = 0
[build_ext]
--library_dirs = ../../build/src/.libs:../../src/.libs:/usr/local/lib:/usr/lib
--include_dirs = ../../include:/usr/local/include:/usr/include
+-library_dirs = /usr/local/lib:/usr/lib
+-include_dirs = /usr/local/include:/usr/include
+library_dirs = @PREFIX@/lib
+include_dirs = @PREFIX@/include
Modified: trunk/dports/python/py26-igraph/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py26-igraph/files/patch-setup.py.diff 2010-09-16 08:35:25 UTC (rev 71541)
+++ trunk/dports/python/py26-igraph/files/patch-setup.py.diff 2010-09-16 08:56:27 UTC (rev 71542)
@@ -1,5 +1,5 @@
---- setup.py.orig 2009-06-16 01:21:26.000000000 -0400
-+++ setup.py 2009-06-16 01:21:50.000000000 -0400
+--- setup.py.orig 2010-09-16 12:49:44.000000000 +0400
++++ setup.py 2010-09-16 12:55:00.000000000 +0400
@@ -13,7 +13,7 @@
from shutil import copy2
from subprocess import Popen, PIPE
@@ -13,15 +13,15 @@
]
)
--if "macosx" in plat:
+-if "macosx" in plat and "bdist_mpkg" in argv:
- # OS X specific stuff to build the .mpkg installer
- options["data_files"] = [ \
-- ('/usr/local/lib', [os.path.expanduser('~/lib/libigraph.0.dylib')])
+- ('/usr/local/lib', [os.path.join('..', '..', 'fatbuild', '.libs', 'libigraph.0.dylib')])
- ]
-+#if "macosx" in plat:
++#if "macosx" in plat and "bdist_mpkg" in argv:
+# # OS X specific stuff to build the .mpkg installer
+# options["data_files"] = [ \
-+# ('/usr/local/lib', [os.path.expanduser('~/lib/libigraph.0.dylib')])
++# ('/usr/local/lib', [os.path.join('..', '..', 'fatbuild', '.libs', 'libigraph.0.dylib')])
+# ]
setup(**options)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100916/5e697c61/attachment.html>
More information about the macports-changes
mailing list