summaryrefslogtreecommitdiff
path: root/science/py-neo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-neo/Makefile')
-rw-r--r--science/py-neo/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/science/py-neo/Makefile b/science/py-neo/Makefile
new file mode 100644
index 000000000000..af57025f1e56
--- /dev/null
+++ b/science/py-neo/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= neo
+PORTVERSION= 0.14.2
+CATEGORIES= science python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Package for representing electrophysiology data in Python
+WWW= https://neo.readthedocs.io/en/latest/ \
+ https://github.com/NeuralEnsemble/python-neo
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}quantities>=0.16.1:science/py-quantities@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist concurrent pytest
+
+NO_ARCH= yes
+
+# tests as of 0.14.2: 669 passed, 731 skipped in 80.29s
+
+.include <bsd.port.mk>