science/py-neo: update 0.14.2 → 0.14.3

This commit is contained in:
Yuri Victorovich
2025-10-29 23:36:52 -07:00
parent 91d31e9fa6
commit eeaaec2088
3 changed files with 24 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
PORTNAME= neo
PORTVERSION= 0.14.2
PORTVERSION= 0.14.3
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,20 @@ WWW= https://neo.readthedocs.io/en/latest/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
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
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

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1759525621
SHA256 (neo-0.14.2.tar.gz) = 76517503e114fffcc38aa3600c04dd8be48b1ee5e2c8162bc0db8fb92476811f
SIZE (neo-0.14.2.tar.gz) = 5067423
TIMESTAMP = 1761805461
SHA256 (neo-0.14.3.tar.gz) = 50d473fb9070d1728ec6fd72bdad16262b40f7c99df7ff5e8d927ebc2680b080
SIZE (neo-0.14.3.tar.gz) = 5076523

View File

@@ -0,0 +1,11 @@
--- pyproject.toml.orig 2025-10-30 06:25:36 UTC
+++ pyproject.toml
@@ -36,7 +36,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]