diff options
author | adam <adam@pkgsrc.org> | 2021-11-18 19:43:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-11-18 19:43:11 +0000 |
commit | 261ebbc0875145209710efb9b58e63541d36e421 (patch) | |
tree | 9babbc65a8a71e175f7261ff855e1889adfc46ab /math | |
parent | 497affd40a0ebc3efdc4b9235b210838e427ea75 (diff) | |
download | pkgsrc-261ebbc0875145209710efb9b58e63541d36e421.tar.gz |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-jplephem/Makefile | 15 | ||||
-rw-r--r-- | math/py-jplephem/distinfo | 8 |
2 files changed, 12 insertions, 11 deletions
diff --git a/math/py-jplephem/Makefile b/math/py-jplephem/Makefile index b2cfa6a63fe..8b0f540c37b 100644 --- a/math/py-jplephem/Makefile +++ b/math/py-jplephem/Makefile @@ -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 -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" diff --git a/math/py-jplephem/distinfo b/math/py-jplephem/distinfo index 83acaae2b9f..0aab6bd8fe9 100644 --- a/math/py-jplephem/distinfo +++ b/math/py-jplephem/distinfo @@ -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 |