svn commit: r520492 - in branches/2019Q4/astro: . py-ephem

Kubilay Kocak koobs at FreeBSD.org
Fri Dec 20 10:07:28 UTC 2019


Author: koobs
Date: Fri Dec 20 10:07:27 2019
New Revision: 520492
URL: https://svnweb.freebsd.org/changeset/ports/520492

Log:
  MFH: r520162 [NEW] astro/py-ephem: Compute positions of the planets and stars
  
  PyEphem provides an ephem Python package for performing high-precision
  astronomy computations. The underlying numeric routines are coded in C
  and are the same ones that drive the popular XEphem astronomy application,
  whose author, Elwood Charles Downey, generously gave permission for their
  use in PyEphem. The name ephem is short for the word ephemeris, which is
  the traditional term for a table giving the position of a planet, asteroid,
  or comet for a series of dates.
  
  WWW: https://rhodesmill.org/pyephem/
  WWW: https://pypi.org/project/ephem/
  
  [1] Based on astro/pyephem
  
  PR: 		240736
  Submitted by:	Rainer Hurling <rhurlin gwdg de>
  
  Approved by:	ports-secteam (joneum)

Added:
  branches/2019Q4/astro/py-ephem/
     - copied from r520162, head/astro/py-ephem/
Modified:
  branches/2019Q4/astro/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/astro/Makefile
==============================================================================
--- branches/2019Q4/astro/Makefile	Fri Dec 20 10:00:06 2019	(r520491)
+++ branches/2019Q4/astro/Makefile	Fri Dec 20 10:07:27 2019	(r520492)
@@ -85,6 +85,7 @@
     SUBDIR += py-aipy
     SUBDIR += py-astLib
     SUBDIR += py-astropy
+    SUBDIR += py-ephem
     SUBDIR += py-horoscopegenerator
     SUBDIR += py-metar
     SUBDIR += py-metpy


More information about the svn-ports-all mailing list