aboutsummaryrefslogtreecommitdiff
path: root/astro/py-pymeeus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/py-pymeeus/Makefile')
-rw-r--r--astro/py-pymeeus/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/astro/py-pymeeus/Makefile b/astro/py-pymeeus/Makefile
index 0574169ee94e..0166f3f00d9d 100644
--- a/astro/py-pymeeus/Makefile
+++ b/astro/py-pymeeus/Makefile
@@ -1,24 +1,20 @@
PORTNAME= pymeeus
-PORTVERSION= 0.5.11
+PORTVERSION= 0.5.12
CATEGORIES= astro science python
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyMeeus-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Python implementation of Jean Meeus astronomical routines
+WWW= https://github.com/architest/pymeeus
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
+USES= python
+USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes
-do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
-
.include <bsd.port.mk>