[127919] trunk/dports/python

petr at macports.org petr at macports.org
Fri Nov 7 04:45:07 PST 2014


Revision: 127919
          https://trac.macports.org/changeset/127919
Author:   petr at macports.org
Date:     2014-11-07 04:45:06 -0800 (Fri, 07 Nov 2014)
Log Message:
-----------
py-sgp4: new port

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

Added: trunk/dports/python/py-sgp4/Portfile
===================================================================
--- trunk/dports/python/py-sgp4/Portfile	                        (rev 0)
+++ trunk/dports/python/py-sgp4/Portfile	2014-11-07 12:45:06 UTC (rev 127919)
@@ -0,0 +1,33 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        brandon-rhodes python-sgp4 1.3 v
+
+name                py-sgp4
+categories-append   science
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         maiar.org:jason-macports openmaintainer
+
+description         Most recent SGP4 satellite tracking algorithm in Python.
+long_description    \
+    This Python package computes the position and velocity of an \
+    earth-orbiting satellite, given the satellite's TLE orbital elements \
+    from a source like Celestrak.  Algorithm described in paper \
+    AIAA 2006-6753\; see http://goo.gl/OaVlLh
+
+checksums           rmd160  6bbfaf6fbd8bdef7e0b6a52488b2857aedcd1212 \
+                    sha256  ac677fb0d0b5a7375923c7830bcb8c32e62a659cbda2b594232d9b36d1247e70
+
+python.versions		27 34
+
+if {${name} ne ${subport}} {
+	depends_lib-append	port:py${python.version}-setuptools
+
+	livecheck.type		none
+}


Property changes on: trunk/dports/python/py-sgp4/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141107/67bf415e/attachment-0001.html>


More information about the macports-changes mailing list