Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2019 09:53:57 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r520489 - in branches/2019Q4/astro: . py-pymeeus
Message-ID:  <201912200953.xBK9rvvm088448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Fri Dec 20 09:53:57 2019
New Revision: 520489
URL: https://svnweb.freebsd.org/changeset/ports/520489

Log:
  MFH: r520157 [NEW] astro/py-pymeeus: Python implementation of Jean Meeus astronomical routines
  
  PyMeeus is a Python implementation of the astronomical algorithms
  described in the classical book "Astronomical Algorithms, 2nd Edition,
  Willmann-Bell Inc. (1998)" by Jean Meeus.
  
  WWW: https://github.com/architest/pymeeus
  
  PR:		240735
  Approved by:	ports-secteam (joneum)

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

Modified: branches/2019Q4/astro/Makefile
==============================================================================
--- branches/2019Q4/astro/Makefile	Fri Dec 20 09:48:50 2019	(r520488)
+++ branches/2019Q4/astro/Makefile	Fri Dec 20 09:53:57 2019	(r520489)
@@ -88,6 +88,7 @@
     SUBDIR += py-horoscopegenerator
     SUBDIR += py-metar
     SUBDIR += py-metpy
+    SUBDIR += py-pymeeus
     SUBDIR += py-pymetar
     SUBDIR += py-pysofa
     SUBDIR += py-pywapi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912200953.xBK9rvvm088448>