pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-ephem



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  5 10:39:50 UTC 2019

Modified Files:
        pkgsrc/math/py-ephem: Makefile PLIST distinfo

Log Message:
py-ephem: updated to 3.7.7.0

Version 3.7.7.0:
Upgraded libastro to 3.7.7.
The internal star catalog now includes all 57 navigational stars.
The rise, culminate, and set returned by next_pass() are now consecutive values for a single pass. Pass singlepass=False to return the original next_rise, next_culminate, next_set even if next_set < 
next_rise (the satellite is already up).
ephem.delta_t('0') now returns the correct value, instead of misbehaving for that particular input.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/py-ephem/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-ephem/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-ephem/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-ephem/Makefile
diff -u pkgsrc/math/py-ephem/Makefile:1.16 pkgsrc/math/py-ephem/Makefile:1.17
--- pkgsrc/math/py-ephem/Makefile:1.16  Thu Jan 11 14:31:20 2018
+++ pkgsrc/math/py-ephem/Makefile       Thu Sep  5 10:39:50 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2018/01/11 14:31:20 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/09/05 10:39:50 adam Exp $
 
-DISTNAME=      ephem-3.7.6.0
-PKGREVISION=   1
+DISTNAME=      ephem-3.7.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/ephem/}

Index: pkgsrc/math/py-ephem/PLIST
diff -u pkgsrc/math/py-ephem/PLIST:1.5 pkgsrc/math/py-ephem/PLIST:1.6
--- pkgsrc/math/py-ephem/PLIST:1.5      Tue Sep 26 17:32:26 2017
+++ pkgsrc/math/py-ephem/PLIST  Thu Sep  5 10:39:50 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/09/26 17:32:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/09/05 10:39:50 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/ephem/__init__.py
 ${PYSITELIB}/ephem/__init__.pyc
@@ -13,7 +13,6 @@ ${PYSITELIB}/ephem/doc/catalogs.rst
 ${PYSITELIB}/ephem/doc/coordinates.rst
 ${PYSITELIB}/ephem/doc/date.rst
 ${PYSITELIB}/ephem/doc/examples.rst
-${PYSITELIB}/ephem/doc/faq.rst
 ${PYSITELIB}/ephem/doc/index.rst
 ${PYSITELIB}/ephem/doc/newton.rst
 ${PYSITELIB}/ephem/doc/quick.rst

Index: pkgsrc/math/py-ephem/distinfo
diff -u pkgsrc/math/py-ephem/distinfo:1.6 pkgsrc/math/py-ephem/distinfo:1.7
--- pkgsrc/math/py-ephem/distinfo:1.6   Thu Jan 11 14:31:20 2018
+++ pkgsrc/math/py-ephem/distinfo       Thu Sep  5 10:39:50 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/01/11 14:31:20 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/09/05 10:39:50 adam Exp $
 
-SHA1 (ephem-3.7.6.0.tar.gz) = 4134799e9fb828c20757870c684facbfcfb16394
-RMD160 (ephem-3.7.6.0.tar.gz) = 32e5fcb0e74936706b68bd811a9dcdf55b97b1f8
-SHA512 (ephem-3.7.6.0.tar.gz) = 64f1ac2529782d5d50668d17aa2af4810e42db29e4dc55354dd6167c4ce052ffcd0b02f6bb06c1557c4ff6da1180131cfc0dfa53a97ff34aaa488fe58e4b41a3
-Size (ephem-3.7.6.0.tar.gz) = 739442 bytes
+SHA1 (ephem-3.7.7.0.tar.gz) = b8c61657aaafbac94ad810d7cbc6698a47af4382
+RMD160 (ephem-3.7.7.0.tar.gz) = ffd3edcf7b9c87e88b96b8c598526036c890ae42
+SHA512 (ephem-3.7.7.0.tar.gz) = daa6bc35d0095e8936593aab9d7cbc5602e81205fbf685cac8fc57d3ae40107789808e3784af433ef3e0e5eaaada7e1dfd8a8c0dcff24a859c289da0fb546c35
+Size (ephem-3.7.7.0.tar.gz) = 745041 bytes



Home | Main Index | Thread Index | Old Index