[103971] trunk/dports/python/py-igraph

stromnov at macports.org stromnov at macports.org
Mon Mar 11 02:41:37 PDT 2013


Revision: 103971
          https://trac.macports.org/changeset/103971
Author:   stromnov at macports.org
Date:     2013-03-11 02:41:37 -0700 (Mon, 11 Mar 2013)
Log Message:
-----------
py-igraph: update to version 0.6.5

Modified Paths:
--------------
    trunk/dports/python/py-igraph/Portfile
    trunk/dports/python/py-igraph/files/patch-setup.cfg.diff
    trunk/dports/python/py-igraph/files/patch-setup.py.diff

Modified: trunk/dports/python/py-igraph/Portfile
===================================================================
--- trunk/dports/python/py-igraph/Portfile	2013-03-11 09:23:53 UTC (rev 103970)
+++ trunk/dports/python/py-igraph/Portfile	2013-03-11 09:41:37 UTC (rev 103971)
@@ -5,12 +5,16 @@
 PortGroup           python 1.0
 
 name                py-igraph
-version             0.6
-python.versions     25 26 27
-python.default_version   27
+version             0.6.5
+revision            0
 categories-append   math
+platforms           darwin
+license             GPL-2+
+
+python.versions     25 26 27 32 33
+
 maintainers         snc openmaintainer
-license             GPL-2+
+
 description         Python interface to the igraph library
 
 long_description    Python interface to the igraph high performance \
@@ -22,11 +26,9 @@
 distname            python-igraph-${version}
 dist_subdir         python/${distname}/1/
 
-checksums           rmd160  8958ce8ad32824d501f47c7a1059bf9394272a2f \
-                    sha256  a0835738508f6b5c021bf25bde53b36c5b42df060d68bf4bdb1e30f35b6fc962
+checksums           rmd160  31d615f8ad6da520cefa2105d91d8d2fbfa719f4 \
+                    sha256  a2478c3a3f2107961cb78b39a09056a92ac4fcd9b43db6ea75a0400bd4edc077
 
-platforms           darwin
-
 if {$subport != $name} {
     depends_lib         port:igraph \
                         port:py${python.version}-distribute

Modified: trunk/dports/python/py-igraph/files/patch-setup.cfg.diff
===================================================================
--- trunk/dports/python/py-igraph/files/patch-setup.cfg.diff	2013-03-11 09:23:53 UTC (rev 103970)
+++ trunk/dports/python/py-igraph/files/patch-setup.cfg.diff	2013-03-11 09:41:37 UTC (rev 103971)
@@ -1,11 +1,11 @@
---- setup.cfg.orig	2012-06-17 20:58:02.000000000 -0400
-+++ setup.cfg	2012-06-17 20:58:35.000000000 -0400
-@@ -4,6 +4,6 @@
- tag_svn_revision = 0
- 
+--- setup.cfg.orig	2013-03-11 13:24:21.000000000 +0400
++++ setup.cfg	2013-03-11 13:25:47.000000000 +0400
+@@ -1,6 +1,6 @@
  [build_ext]
+-include_dirs = ../../build/include:../../include:/usr/local/include:/usr/include
 -library_dirs = ../../build/src/.libs:../../src/.libs:/usr/local/lib:/usr/lib
--include_dirs = ../../build/include:../../include:/usr/local/include:/usr/include
-+library_dirs = ../../build/src/.libs:../../src/.libs:@PREFIX@
-+include_dirs = ../../build/include:../../include:@PREFIX@
++include_dirs = ../../build/include:../../include:@PREFIX@/include
++library_dirs = ../../build/src/.libs:../../src/.libs:@PREFIX/lib
  
+ [egg_info]
+ tag_build = 

Modified: trunk/dports/python/py-igraph/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-igraph/files/patch-setup.py.diff	2013-03-11 09:23:53 UTC (rev 103970)
+++ trunk/dports/python/py-igraph/files/patch-setup.py.diff	2013-03-11 09:41:37 UTC (rev 103971)
@@ -1,15 +1,15 @@
---- setup.py.orig	2012-06-11 17:56:15.000000000 -0400
-+++ setup.py	2012-06-17 21:00:55.000000000 -0400
+--- setup.py.orig	2013-03-11 13:26:20.000000000 +0400
++++ setup.py	2013-03-11 13:28:17.000000000 +0400
 @@ -19,7 +19,7 @@
  from shutil import copy2
  from subprocess import Popen, PIPE
  
--LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['/usr/include', '/usr/local/include']
-+LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['@PREFIX@/include','@PREFIX@/include/igraph']
+-LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['/usr/include/igraph', '/usr/local/include/igraph']
++LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['@PREFIX@/include/igraph']
  LIBIGRAPH_FALLBACK_LIBRARIES = ['igraph']
  LIBIGRAPH_FALLBACK_LIBRARY_DIRS = []
  
-@@ -143,11 +143,11 @@
+@@ -151,11 +151,11 @@
      ]
  )
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130311/534b2025/attachment.html>


More information about the macports-changes mailing list