1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/astro/py-pymeeus/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
557 B
Makefile

PORTNAME= pymeeus
PORTVERSION= 0.3.6
CATEGORIES= astro science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyMeeus-${DISTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Python implementation of Jean Meeus astronomical routines
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
.include <bsd.port.mk>