Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 17:25:25 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5b7bfd3437f9 - main - science/py-neo: update 0.=?utf-8?Q?14.3 =E2=86=92?= 0.14.4
Message-ID:  <6a206385.1c209.784ddf38@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b7bfd3437f9b9dd3bf89e18c1e1af6857d500eb

commit 5b7bfd3437f9b9dd3bf89e18c1e1af6857d500eb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-03 17:18:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-03 17:25:15 +0000

    science/py-neo: update 0.14.3 → 0.14.4
---
 science/py-neo/Makefile                   |  9 ++++-----
 science/py-neo/distinfo                   |  6 +++---
 science/py-neo/files/patch-pyproject.toml | 12 ++++++++++--
 3 files changed, 17 insertions(+), 10 deletions(-)

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,6 +1,5 @@
 PORTNAME=	neo
-PORTVERSION=	0.14.3
-PORTREVISION=	2
+PORTVERSION=	0.14.4
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +14,9 @@ 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
@@ -30,6 +29,6 @@ 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 <bsd.port.mk>
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,6 +1,14 @@
---- 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]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a206385.1c209.784ddf38>