Thu Nov 18 19:43:11 2021 UTC ()
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窶冱 top level.


(adam)
diff -r1.1 -r1.2 pkgsrc/math/py-jplephem/Makefile
diff -r1.3 -r1.4 pkgsrc/math/py-jplephem/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/math/py-jplephem/Makefile (expand / switch to context diff)
--- pkgsrc/math/py-jplephem/Makefile 2020/12/19 14:23:00 1.1
+++ pkgsrc/math/py-jplephem/Makefile 2021/11/18 19:43:11 1.2
@@ -1,19 +1,20 @@
-# $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
-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"

cvs diff -r1.3 -r1.4 pkgsrc/math/py-jplephem/distinfo (expand / switch to context diff)
--- pkgsrc/math/py-jplephem/distinfo 2021/10/26 10:56:01 1.3
+++ pkgsrc/math/py-jplephem/distinfo 2021/11/18 19:43:11 1.4
@@ -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
+BLAKE2s (jplephem-2.16.tar.gz) = 9fd682b59bed03ff4b3b8e394a10d74273859d4529bd65a331955d02bc8c06b8
-SHA512 (jplephem-2.15.tar.gz) = 7a1e527dae8864680099768bfbaa441dd1694a0662d8ce36bb96b3bcdf0d78b11cbf768961858d4138a3259b24a02d0fc4ede63aa22b1955a0fe8cac0e36d9ba
+SHA512 (jplephem-2.16.tar.gz) = 02bd3bac834726f1f41fbed9e3e7edc9ba3d00c394099248f9e1da48730c620d83880e24a3b29916becd7ced284efc7388ed98d5bf204a6fc53ec9e016ce0cf0
-Size (jplephem-2.15.tar.gz) = 40164 bytes
+Size (jplephem-2.16.tar.gz) = 40918 bytes