git: 696938a2d4f6 - main - devel/py-pytest-arraydiff: update 0.6.1 → 0.7.0
Yuri Victorovich <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=696938a2d4f6b9f13e994e8943311b2b73f799ff commit 696938a2d4f6b9f13e994e8943311b2b73f799ff Author: Yuri Victorovich <[email protected]> AuthorDate: 2026-08-07 17:11:23 +0000 Commit: Yuri Victorovich <[email protected]> CommitDate: 2026-08-07 17:18:57 +0000 devel/py-pytest-arraydiff: update 0.6.1 → 0.7.0 --- devel/py-pytest-arraydiff/Makefile | 12 +++++++----- devel/py-pytest-arraydiff/distinfo | 6 +++--- devel/py-pytest-arraydiff/files/patch-pyproject.toml | 9 +++++++++ 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/devel/py-pytest-arraydiff/Makefile b/devel/py-pytest-arraydiff/Makefile index 7ba5ea80e167..1795aed2c3d4 100644 --- a/devel/py-pytest-arraydiff/Makefile +++ b/devel/py-pytest-arraydiff/Makefile @@ -1,22 +1,24 @@ PORTNAME= pytest-arraydiff -DISTVERSION= 0.6.1 -PORTREVISION= 2 +DISTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} MAINTAINER= [email protected] COMMENT= Pytest plugin to help with comparing array output from tests WWW= https://github.com/astropy/pytest-arraydiff -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest>=6.2:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=0:astro/py-astropy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest @@ -25,6 +27,6 @@ NO_ARCH= yes TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -# tests as of 0.6.1: 18 passed in 32.31s +# tests as of 0.7.0: 17 passed, 2 skipped in 15.08s .include <bsd.port.mk> diff --git a/devel/py-pytest-arraydiff/distinfo b/devel/py-pytest-arraydiff/distinfo index 51c9960f06a9..0237c0b3efab 100644 --- a/devel/py-pytest-arraydiff/distinfo +++ b/devel/py-pytest-arraydiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757266057 -SHA256 (pytest-arraydiff-0.6.1.tar.gz) = 2937b1450fc935620f24709d87d40c67e055a043d7b8541a25fdfa994dda67de -SIZE (pytest-arraydiff-0.6.1.tar.gz) = 16907 +TIMESTAMP = 1786122434 +SHA256 (pytest_arraydiff-0.7.0.tar.gz) = 70e2a9183af5b4f05f694727beb30eb5fc6712632b240ef259ec60984a629b1a +SIZE (pytest_arraydiff-0.7.0.tar.gz) = 17860 diff --git a/devel/py-pytest-arraydiff/files/patch-pyproject.toml b/devel/py-pytest-arraydiff/files/patch-pyproject.toml new file mode 100644 index 000000000000..6073e525babc --- /dev/null +++ b/devel/py-pytest-arraydiff/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2026-08-07 17:10:41 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=77.0.1", ++requires = ["setuptools", + "setuptools_scm", + ] + build-backend = 'setuptools.build_meta'