Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2026 07:21:15 +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: c7a29389d0f8 - main - devel/nox: 2025.02.0=?utf-8?Q?9 =E2=86=92 20?=26.04.10
Message-ID:  <69d9f66b.3a197.3813c230@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=c7a29389d0f80e0b83584160286d08cfbce8a25c

commit c7a29389d0f80e0b83584160286d08cfbce8a25c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-11 05:18:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-11 07:21:06 +0000

    devel/nox: 2025.02.09 → 2026.04.10
---
 devel/nox/Makefile | 28 +++++++++++++++-------------
 devel/nox/distinfo |  6 +++---
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/devel/nox/Makefile b/devel/nox/Makefile
index 85fdbbec959a..08977b88aadc 100644
--- a/devel/nox/Makefile
+++ b/devel/nox/Makefile
@@ -11,32 +11,34 @@ WWW=		https://nox.thea.codes/en/stable \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argcomplete>=1.9.4<4.0:devel/py-argcomplete@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}attrs>=23.1:devel/py-attrs@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argcomplete>=1.9.4:devel/py-argcomplete@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}attrs>=24.1:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}colorlog>=2.6.1<7.0.0:devel/py-colorlog@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dependency-groups>=1.1:devel/py-dependency-groups@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}virtualenv>=20.14.1:devel/py-virtualenv@${PY_FLAVOR}
-BUILD_DEPENDS=	${PY_DEPENDS} \
-		${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PY_DEPENDS} \
-		${PY_TOMLI}
+		${PYTHON_PKGNAMEPREFIX}humanize>=4:devel/py-humanize@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=22:devel/py-packaging@${PY_FLAVOR} \
+		${PY_TOMLI} \
+		${PYTHON_PKGNAMEPREFIX}virtualenv>=20.15:devel/py-virtualenv@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist pytest
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	wntrblm
-GH_TAGNAME=	2025.02.09
+GH_TAGNAME=	2026.04.10
 
-TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+TEST_ENV=	${MAKE_ENV} \
+		PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+		PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
+PYTEST_IGNORED_TESTS=	test_noxfile_script_mode_url_req \
+			test_uv_install
 
 BINARY_ALIAS=	python3=${PYTHON_CMD} # for tests
 
 NO_ARCH=	yes
 
-# tests as of 2024.10.09: 542 passed, 31 skipped, 1 xpassed in 52.39s
-# tests as of 2025.02.09: 22 failed, 581 passed, 30 skipped, 1 xpassed in 58.55s, see https://github.com/wntrblm/nox/issues/926
+# tests as of 2026.04.10: 681 passed, 36 skipped, 7 deselected, 1 xpassed in 23.08s
 
 .include <bsd.port.mk>
diff --git a/devel/nox/distinfo b/devel/nox/distinfo
index 20d93694a025..b2f96fd4da55 100644
--- a/devel/nox/distinfo
+++ b/devel/nox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1739169601
-SHA256 (wntrblm-nox-2025.2.9-2025.02.09_GH0.tar.gz) = fd8f2ae980dbe8338210943af8640f2ca15132e1c006a2707914e4d2ade15f12
-SIZE (wntrblm-nox-2025.2.9-2025.02.09_GH0.tar.gz) = 4021040
+TIMESTAMP = 1775883754
+SHA256 (wntrblm-nox-2026.4.10-2026.04.10_GH0.tar.gz) = 2f2126830916e182cb60a31b7b72db85986f5d85c1f87b3576aa4c5c300a43dd
+SIZE (wntrblm-nox-2026.4.10-2026.04.10_GH0.tar.gz) = 4035107


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9f66b.3a197.3813c230>