diff --git a/science/py-neo/Makefile b/science/py-neo/Makefile index df8da962c62e..a68e6bc296de 100644 --- a/science/py-neo/Makefile +++ b/science/py-neo/Makefile @@ -1,35 +1,34 @@ PORTNAME= neo -PORTVERSION= 0.14.3 -PORTREVISION= 2 +PORTVERSION= 0.14.4 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 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25.2:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}quantities>=0.16.1:science/py-quantities@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}quantities>=0.16.4:science/py-quantities@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist concurrent pytest TEST_ENV= ${MAKE_ENV} \ PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ DISPLAY=${DISPLAY} \ XAUTHORITY=${XAUTHORITY} TEST_WRKSRC= ${WRKSRC}/neo/test NO_ARCH= yes -# tests as of 0.14.2: 669 passed, 731 skipped in 80.29s +# tests as of 0.14.4: 1 failed, 675 passed, 737 skipped, 1 warning in 11.78s .include diff --git a/science/py-neo/distinfo b/science/py-neo/distinfo index 656ae38760b3..67b4e8839e2a 100644 --- a/science/py-neo/distinfo +++ b/science/py-neo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761805461 -SHA256 (neo-0.14.3.tar.gz) = 50d473fb9070d1728ec6fd72bdad16262b40f7c99df7ff5e8d927ebc2680b080 -SIZE (neo-0.14.3.tar.gz) = 5076523 +TIMESTAMP = 1780506899 +SHA256 (neo-0.14.4.tar.gz) = cbe24031c514543005ec698d8fe024b95a0839e9efd469bf6f8290dc3d86b3b5 +SIZE (neo-0.14.4.tar.gz) = 5085927 diff --git a/science/py-neo/files/patch-pyproject.toml b/science/py-neo/files/patch-pyproject.toml index e5bbf1113b30..39d6cfbdc2be 100644 --- a/science/py-neo/files/patch-pyproject.toml +++ b/science/py-neo/files/patch-pyproject.toml @@ -1,11 +1,19 @@ ---- pyproject.toml.orig 2025-10-30 06:25:36 UTC +--- pyproject.toml.orig 2026-03-12 09:59:39 UTC +++ pyproject.toml -@@ -36,7 +36,7 @@ download = "http://pypi.python.org/pypi/neo" +@@ -5,7 +5,6 @@ requires-python = ">=3.10" + description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats" + readme = "README.rst" + requires-python = ">=3.10" +-license = "BSD-3-Clause" + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python :: 3", +@@ -34,7 +33,7 @@ download = "http://pypi.python.org/pypi/neo" [build-system] -requires = ["setuptools>=78.0.2"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project.optional-dependencies]