[121064] trunk/dports/python/py-ephem/Portfile

aronnax at macports.org aronnax at macports.org
Mon Jun 16 12:23:59 PDT 2014


Revision: 121064
          https://trac.macports.org/changeset/121064
Author:   aronnax at macports.org
Date:     2014-06-16 12:23:59 -0700 (Mon, 16 Jun 2014)
Log Message:
-----------
py-ephem: update to 3.7.5.3, adjust whitespace

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

Modified: trunk/dports/python/py-ephem/Portfile
===================================================================
--- trunk/dports/python/py-ephem/Portfile	2014-06-16 19:13:11 UTC (rev 121063)
+++ trunk/dports/python/py-ephem/Portfile	2014-06-16 19:23:59 UTC (rev 121064)
@@ -1,16 +1,16 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem              1.0
-PortGroup               python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name                    py-ephem
-version                 3.7.5.1
-categories-append       science
-platforms               darwin
-maintainers             aronnax openmaintainer
-license                 LGPL-3
-description             scientific-grade astronomy routines
+name                py-ephem
+version             3.7.5.3
+categories-append   science
+platforms           darwin
+maintainers         aronnax openmaintainer
+license             LGPL-3
+description         scientific-grade astronomy routines
 long_description \
   PyEphem provides an ephem Python package for performing high-precision \
   astronomy computations. The underlying numeric routines are coded in C and \
@@ -20,25 +20,19 @@
   traditional term for a table giving the position of a planet, asteroid, or \
   comet for a series of dates.
 
-homepage                http://rhodesmill.org/pyephem/
-if {${name} ne ${subport} && [expr ${python.branch} < 3]} {
-    distname            pyephem-${version}
-    master_sites        http://pypi.python.org/packages/source/p/pyephem/
-    checksums           rmd160  3db09b2fb82d59d25db05d7842b9d90df62ba8b1 \
-                        sha256  f24f8fc23c493fb842b44defc539762351a1d46b85f3d4f5043a002066afb50d
-} else {
-    distname ephem-${version}
-    master_sites        http://pypi.python.org/packages/source/e/ephem/
-    checksums           rmd160  20532a52ea5610c7b65cf32485d9668af710bcd6 \
-                        sha256  652bdaa3826a15e6fa1976bcbe6ebfcf52ee458015b1a8feba3921bc6dc36161
-}
+homepage            http://rhodesmill.org/pyephem/
+distname            ephem-${version}
+master_sites        http://pypi.python.org/packages/source/e/ephem/
+checksums           md5     0e33905844e3be5c901c13e5a9c938a3 \
+                    rmd160  cb54fcac92fb179274bba5c25dca8068d7fa5411 \
+                    sha256  ec5ce28ac931e87649ab658a3b7eebc8f88b945e5707b48453fbe76db6578b05
 
-python.versions         26 27 31 32 33
+python.versions     26 27 31 32 33 34
 
 if {${name} eq ${subport}} {
-    livecheck.type      regex
-    livecheck.url       {http://pypi.python.org/pypi?:action=doap&name=pyephem}
-    livecheck.regex     {<release><Version><revision>([^<]+)</revision></Version></release>}
+    livecheck.type  regex
+    livecheck.url   {http://pypi.python.org/pypi?:action=doap&name=pyephem}
+    livecheck.regex {<release><Version><revision>([^<]+)</revision></Version></release>}
 } else {
-    livecheck.type      none
+    livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140616/ba6ba2a7/attachment.html>


More information about the macports-changes mailing list