pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-jplephem



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 18 19:43:11 UTC 2021

Modified Files:
        pkgsrc/math/py-jplephem: Makefile distinfo

Log Message:
py-jplephem: updated to 2.16

Version 2.16
Fixed a ValueError raised in the excerpt command when an ephemeris segment needs to be entirely skipped because it has no overlap with the user-specified range of dates.
Added a __version__ constant to the package’s top level.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-jplephem/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-jplephem/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-jplephem/Makefile
diff -u pkgsrc/math/py-jplephem/Makefile:1.1 pkgsrc/math/py-jplephem/Makefile:1.2
--- pkgsrc/math/py-jplephem/Makefile:1.1        Sat Dec 19 14:23:00 2020
+++ pkgsrc/math/py-jplephem/Makefile    Thu Nov 18 19:43:11 2021
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.1 2020/12/19 14:23:00 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/18 19:43:11 adam Exp $
 
-DISTNAME=      jplephem-2.15
+DISTNAME=      jplephem-2.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
-MASTER_SITES=  https://files.pythonhosted.org/packages/c9/f0/e57456436531333455f40864622c5ae359654ccede8fe1156c3c2ac6c492/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jplephem/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.org/project/jplephem/
+HOMEPAGE=      https://github.com/brandon-rhodes/python-jplephem
 COMMENT=       Python module to load a JPL ephemeris for dynamical calculations
 LICENSE=       mit
 
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
-PYTHON_VERSIONS_INCOMPATIBLE+= 36
-
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.17.0:../../math/py-numpy
 
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
+
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-jplephem/distinfo
diff -u pkgsrc/math/py-jplephem/distinfo:1.3 pkgsrc/math/py-jplephem/distinfo:1.4
--- pkgsrc/math/py-jplephem/distinfo:1.3        Tue Oct 26 10:56:01 2021
+++ pkgsrc/math/py-jplephem/distinfo    Thu Nov 18 19:43:11 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:56:01 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/11/18 19:43:11 adam Exp $
 
-BLAKE2s (jplephem-2.15.tar.gz) = c968f6585e0f4999f5336c668a8fee6b1562adac5f6c9e2755a40f66f1b0df32
-SHA512 (jplephem-2.15.tar.gz) = 7a1e527dae8864680099768bfbaa441dd1694a0662d8ce36bb96b3bcdf0d78b11cbf768961858d4138a3259b24a02d0fc4ede63aa22b1955a0fe8cac0e36d9ba
-Size (jplephem-2.15.tar.gz) = 40164 bytes
+BLAKE2s (jplephem-2.16.tar.gz) = 9fd682b59bed03ff4b3b8e394a10d74273859d4529bd65a331955d02bc8c06b8
+SHA512 (jplephem-2.16.tar.gz) = 02bd3bac834726f1f41fbed9e3e7edc9ba3d00c394099248f9e1da48730c620d83880e24a3b29916becd7ced284efc7388ed98d5bf204a6fc53ec9e016ce0cf0
+Size (jplephem-2.16.tar.gz) = 40918 bytes



Home | Main Index | Thread Index | Old Index