freebsd-ports/astro/py-ephem/Makefile
Kubilay Kocak 17f97dd01c MFH: r520162 [NEW] astro/py-ephem: Compute positions of the planets and stars
PyEphem provides an ephem Python package for performing high-precision
astronomy computations. The underlying numeric routines are coded in C
and are the same ones that drive the popular XEphem astronomy application,
whose author, Elwood Charles Downey, generously gave permission for their
use in PyEphem. The name ephem is short for the word ephemeris, which is
the traditional term for a table giving the position of a planet, asteroid,
or comet for a series of dates.

WWW: https://rhodesmill.org/pyephem/
WWW: https://pypi.org/project/ephem/

[1] Based on astro/pyephem

PR: 		240736
Submitted by:	Rainer Hurling <rhurlin gwdg de>

Approved by:	ports-secteam (joneum)
2019-12-20 10:07:27 +00:00

26 lines
516 B
Makefile

# Created by: db
# $FreeBSD$
PORTNAME= ephem
PORTVERSION= 3.7.7.0
CATEGORIES= astro math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rhurlin@gwdg.de
COMMENT= Compute positions of the planets and stars
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ephem/_libastro.so
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>