diff options
Diffstat (limited to 'science/py-neo')
-rw-r--r-- | science/py-neo/Makefile | 26 | ||||
-rw-r--r-- | science/py-neo/distinfo | 3 | ||||
-rw-r--r-- | science/py-neo/pkg-descr | 8 |
3 files changed, 37 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> diff --git a/science/py-neo/distinfo b/science/py-neo/distinfo new file mode 100644 index 000000000000..11e758623a41 --- /dev/null +++ b/science/py-neo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1759525621 +SHA256 (neo-0.14.2.tar.gz) = 76517503e114fffcc38aa3600c04dd8be48b1ee5e2c8162bc0db8fb92476811f +SIZE (neo-0.14.2.tar.gz) = 5067423 diff --git a/science/py-neo/pkg-descr b/science/py-neo/pkg-descr new file mode 100644 index 000000000000..3104e132bd32 --- /dev/null +++ b/science/py-neo/pkg-descr @@ -0,0 +1,8 @@ +Neo is a package for representing electrophysiology data in Python, together +with support for reading a wide range of neurophysiology file formats. + +The goal of Neo is to improve interoperability between Python tools for +analyzing, visualizing and generating electrophysiology data, by providing +a common, shared object model. In order to be as lightweight a dependency +as possible, Neo is deliberately limited to representation of data, with +no functions for data analysis or visualization. |