1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/astro/py-ephem/Makefile
Rainer Hurling 66cca73d89 astro/py-ephem: Update to 4.1.5
Add support for Python 3.12

Changelog: https://github.com/brandon-rhodes/pyephem/compare/4.1.4...4.1.5

Reported by:	Repology
2023-10-12 18:32:00 +02:00

27 lines
735 B
Makefile

PORTNAME= ephem
PORTVERSION= 4.1.5
CATEGORIES= astro math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Compute positions of the planets and stars
WWW= https://pypi.org/project/ephem/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ephem/_libastro${PYTHON_EXT_SUFFIX}.so
do-test:
# WARNING: Testing via this command is deprecated and will be
# removed in a future version. Users looking for a generic test
# entry point independent of test runner are encouraged to use tox.
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>