You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.0 KiB
Tcl
28 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-sgp4
|
|
version 2.27
|
|
revision 0
|
|
|
|
categories-append science
|
|
platforms darwin
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
homepage https://github.com/brandon-rhodes/python-sgp4
|
|
|
|
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 c0d644cd9bdd2b35c07f685e7f49a60b2ff88ccb \
|
|
sha256 06d37247c6985739b707b8b39b6b83e06e8af783b2531e31965501ba983985f9 \
|
|
size 180401
|
|
|
|
python.versions 310 311 312 313 314
|