[145795] trunk/dports/python/py-geographiclib/Portfile

petr at macports.org petr at macports.org
Wed Feb 17 07:11:23 PST 2016


Revision: 145795
          https://trac.macports.org/changeset/145795
Author:   petr at macports.org
Date:     2016-02-17 07:11:23 -0800 (Wed, 17 Feb 2016)
Log Message:
-----------
py-geographiclib: fix typo

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

Modified: trunk/dports/python/py-geographiclib/Portfile
===================================================================
--- trunk/dports/python/py-geographiclib/Portfile	2016-02-17 14:55:47 UTC (rev 145794)
+++ trunk/dports/python/py-geographiclib/Portfile	2016-02-17 15:11:23 UTC (rev 145795)
@@ -7,7 +7,7 @@
 set _name           geographiclib
 set _n              [string index ${_name} 0]
 
-name                py-{_name}
+name                py-${_name}
 version             1.46.3
 categories-append   devel gis
 platforms           darwin
@@ -19,7 +19,7 @@
 description         The geodesic routines from GeographicLib
 
 long_description    The module implements algorithms for geodesics \
-                    (Karney, 2013) for solving the direct and inverse \
+                    \(Karney, 2013\) for solving the direct and inverse \
                     problems for an ellipsoid of revolution.
 
 homepage            https://pypi.python.org/pypi/${_name}/${version}
@@ -34,6 +34,7 @@
 python.versions     27 34 35
 
 if {${name} ne ${subport}} {
+
     test.run        yes
     test.cmd        ${python.bin} setup.py
     test.target     test
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160217/b6fe0abf/attachment.html>


More information about the macports-changes mailing list