[106908] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Jun 11 04:05:01 PDT 2013


Revision: 106908
          https://trac.macports.org/changeset/106908
Author:   jmr at macports.org
Date:     2013-06-11 04:05:01 -0700 (Tue, 11 Jun 2013)
Log Message:
-----------
py25-geopy: use unified portgroup, license, noarch

Modified Paths:
--------------
    trunk/dports/python/py-geopy/Portfile

Added Paths:
-----------
    trunk/dports/python/py-geopy/

Removed Paths:
-------------
    trunk/dports/python/py25-geopy/

Modified: trunk/dports/python/py-geopy/Portfile
===================================================================
--- trunk/dports/python/py25-geopy/Portfile	2013-06-11 05:20:15 UTC (rev 106905)
+++ trunk/dports/python/py-geopy/Portfile	2013-06-11 11:05:01 UTC (rev 106908)
@@ -1,12 +1,14 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python25 1.0
+PortGroup       python 1.0
 
-name            py25-geopy
+name            py-geopy
 version         0.93
 categories-append   devel
+license         MIT
 platforms       darwin
+supported_archs noarch
 maintainers     landonf openmaintainer
 description     Network geocoding toolbox for Python.
 
@@ -22,8 +24,12 @@
 master_sites    http://svn.macports.org/repository/macports/distfiles/landonf/
 distname        geopy-${version}
 
-depends_lib	port:py25-simplejson
-
 checksums	md5 9e2cc8f1784a51530e402215c9814313 \
 		sha1 f57e0cd1a2458e06858e02b3bacf596afe8044a6 \
 		rmd160 a421869817a9457619dffd00092b6b1814815acf
+
+python.versions 25
+
+if {$subport != $name} {
+    depends_lib	port:py${python.version}-simplejson
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130611/218f7609/attachment.html>


More information about the macports-changes mailing list