f9bc4c9584
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.
20 lines
598 B
Makefile
20 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.17 2019/09/05 10:39:50 adam Exp $
|
|
|
|
DISTNAME= ephem-3.7.7.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math geography python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=e/ephem/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rhodesmill.org/pyephem/
|
|
COMMENT= Scientific-grade astronomical computations for Python
|
|
LICENSE= gnu-lgpl-v3 OR gnu-gpl-v3
|
|
|
|
REPLACE_PYTHON+= ephem/tests/test_*.py
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/ephem && ${PYTHONBIN} -m unittest discover
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|