[77637] trunk/dports/python/py26-polygon

stromnov at macports.org stromnov at macports.org
Thu Apr 7 04:29:31 PDT 2011


Revision: 77637
          http://trac.macports.org/changeset/77637
Author:   stromnov at macports.org
Date:     2011-04-07 04:29:30 -0700 (Thu, 07 Apr 2011)
Log Message:
-----------
py26-polygon: update to version 2.0.4

Modified Paths:
--------------
    trunk/dports/python/py26-polygon/Portfile
    trunk/dports/python/py26-polygon/files/patch-setup.py.diff

Modified: trunk/dports/python/py26-polygon/Portfile
===================================================================
--- trunk/dports/python/py26-polygon/Portfile	2011-04-07 11:21:26 UTC (rev 77636)
+++ trunk/dports/python/py26-polygon/Portfile	2011-04-07 11:29:30 UTC (rev 77637)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-polygon
-version             2.0.3
+version             2.0.4
 maintainers         stromnov openmaintainer
 
 description         Python bindings for General Polygon Clipping Library
@@ -19,13 +19,13 @@
 platforms           darwin
 
 homepage            http://polygon.origo.ethz.ch/
-master_sites        http://download.origo.ethz.ch/polygon/2101/
+master_sites        http://download.origo.ethz.ch/polygon/2890/
 distname            Polygon-${version}
 use_zip             yes
 
-checksums           md5     8b14a5ca3b8c127f96c1c156a85c96b3 \
-                    sha1    ec4f80de0b44fc26c97207737f817100a8623f55 \
-                    rmd160  271baa3ade0c52631bc6131f3db86e2e7918b8fe
+checksums           md5     9a036b22d1ee9568b8cbfa40b0bfa721 \
+                    sha1    aa734572c911c0ddb4b39d1bf21f8ecbfa3685c8 \
+                    rmd160  dfb26325998f3e8b44ac36f6ef2c0be30b8d9fd9
 
 variant numpy description {Build with NumPy support} {
     depends_lib-append  port:py26-numpy

Modified: trunk/dports/python/py26-polygon/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py26-polygon/files/patch-setup.py.diff	2011-04-07 11:21:26 UTC (rev 77636)
+++ trunk/dports/python/py26-polygon/files/patch-setup.py.diff	2011-04-07 11:29:30 UTC (rev 77637)
@@ -1,5 +1,5 @@
---- setup.py.orig	2010-10-11 12:04:39.000000000 +0400
-+++ setup.py	2010-10-11 12:06:06.000000000 +0400
+--- setup.py.orig	2011-04-07 15:26:45.000000000 +0400
++++ setup.py	2011-04-07 15:27:57.000000000 +0400
 @@ -6,12 +6,16 @@
  #  * faster adding of contours from NumPy arrays
  #  * data style STYLE_NUMPY to get contours and TriStrips
@@ -8,8 +8,8 @@
 +withNumPy=True
  
  # if withNumPy is True, set the include path for numpy/arrayobject.h
- # the example is for python-x,y on Windows:
- # numPyIncludePath='C:\\Python25\\Lib\\site-packages\\numpy\\core\\include'
+ # the example is for python on Windows:
+ # numPyIncludePath='C:\\Python26\\Lib\\site-packages\\numpy\\core\\include'
 -numPyIncludePath=''
 +try:
 +    import numpy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110407/b84b2ecd/attachment.html>


More information about the macports-changes mailing list