[82641] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Aug 17 03:32:58 PDT 2011


Revision: 82641
          http://trac.macports.org/changeset/82641
Author:   stromnov at macports.org
Date:     2011-08-17 03:32:57 -0700 (Wed, 17 Aug 2011)
Log Message:
-----------
py2*-pyproj: unify

Added Paths:
-----------
    trunk/dports/python/py-pyproj/
    trunk/dports/python/py-pyproj/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-pyproj/
    trunk/dports/python/py26-pyproj/

Added: trunk/dports/python/py-pyproj/Portfile
===================================================================
--- trunk/dports/python/py-pyproj/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyproj/Portfile	2011-08-17 10:32:57 UTC (rev 82641)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pyproj
+version             1.8.9
+revision            1
+categories-append   devel
+license             MIT
+platforms           darwin
+
+maintainers         landonf stromnov openmaintainer
+
+description         Python interfaces to PROJ.4 functions.
+long_description    Pyrex wrapper to provide python interfaces to PROJ.4 \
+                    (http://proj.maptools.org) functions.  Performs \
+                    cartographic transformations and geodetic computations.
+
+homepage            http://code.google.com/p/pyproj/
+master_sites        googlecode:pyproj
+distname            pyproj-${version}
+
+checksums           md5     83ee69e2cbe04ee46719ee4fe4c1ac62 \
+                    sha1    eebf29135ff8ef25294fe7477270e2bc6836e5dc \
+                    rmd160  70bdedfbac05ea4380060639f0f637e678db2449
+
+depends_lib-append  port:proj
+
+python.versions     24 25 26 27
+
+if {$subport == "py24-pyproj"} {
+    depends_lib-append  port:py-setuptools
+} elseif {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute
+}
+
+if {$subport != $name} {
+    post-destroot {
+        xinstall -m 644 -W ${worksrcpath} \
+            README README.html PKG-INFO \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
+}


Property changes on: trunk/dports/python/py-pyproj/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110817/9842de40/attachment.html>


More information about the macports-changes mailing list