Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2026 23:02:35 +0000
Message-ID:  <695ee60b.247be.7acb57e7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c61dc6aa43d489220f6bc18969c1ff8737c8be2

commit 6c61dc6aa43d489220f6bc18969c1ff8737c8be2
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-01-07 23:01:10 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-01-07 23:01:10 +0000

    benchmarks/py-asv: update to 0.6.5
    
    Changelog:      https://github.com/airspeed-velocity/asv/releases/tag/v0.6.5
                    https://github.com/airspeed-velocity/asv/releases/tag/v0.6.4
                    https://github.com/airspeed-velocity/asv/releases/tag/v0.6.3
                    https://github.com/airspeed-velocity/asv/releases/tag/v0.6.2
---
 benchmarks/py-asv/Makefile                   | 25 +++++++++++++++----------
 benchmarks/py-asv/distinfo                   |  6 +++---
 benchmarks/py-asv/files/patch-pyproject.toml | 11 -----------
 3 files changed, 18 insertions(+), 24 deletions(-)

diff --git a/benchmarks/py-asv/Makefile b/benchmarks/py-asv/Makefile
index 7baaa8338a32..97f971bd425b 100644
--- a/benchmarks/py-asv/Makefile
+++ b/benchmarks/py-asv/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	asv
-DISTVERSION=	0.6.1
-PORTREVISION=	1
+DISTVERSION=	0.6.5
 CATEGORIES=	benchmarks python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,27 +11,30 @@ WWW=		https://asv.readthedocs.io/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-BUILD_DEPENDS:=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS:=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${RUN_DEPENDS}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asv-runner>=0.1.0:benchmarks/py-asv-runner@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asv-runner>=0.2.1:benchmarks/py-asv-runner@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}json5>0:devel/py-json5@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \
+		${PY_TOMLI} \
+		${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Pympler>0:devel/py-pympler@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=10.0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} \
-		${PY_NUMPY} \
+		${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}feedparser>0:textproc/py-feedparser@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}selenium>0:www/py-selenium@${PY_FLAVOR} \
 		git:devel/git \
-		${PYTHON_PKGNAMEPREFIX}hglib>0:devel/py-hglib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rpy2>0:math/py-rpy2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-hglib>0:devel/py-hglib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
 
@@ -45,4 +47,7 @@ PYTEST_IGNORED_TESTS=	test_custom_commands \
 			test_install_success \
 			test_install_env_matrix_values
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|setuptools>=64,<72.2.0|setuptools|' ${WRKSRC}/pyproject.toml
+
 .include <bsd.port.mk>
diff --git a/benchmarks/py-asv/distinfo b/benchmarks/py-asv/distinfo
index 2caedbe8febd..8f59cf4a8c56 100644
--- a/benchmarks/py-asv/distinfo
+++ b/benchmarks/py-asv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696913123
-SHA256 (asv-0.6.1.tar.gz) = 4eaf7b2ff825d841c819b15de8753d10dc0cc5da4082dc3e0de2707fc71d7ea4
-SIZE (asv-0.6.1.tar.gz) = 376306
+TIMESTAMP = 1767817766
+SHA256 (asv-0.6.5.tar.gz) = a8eeb7c5037cd78c146bd727d27203132438d4d62f36e669eb0cd5d63da0cf39
+SIZE (asv-0.6.5.tar.gz) = 402650
diff --git a/benchmarks/py-asv/files/patch-pyproject.toml b/benchmarks/py-asv/files/patch-pyproject.toml
deleted file mode 100644
index a4c29f831859..000000000000
--- a/benchmarks/py-asv/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2023-09-11 04:51:42 UTC
-+++ pyproject.toml
-@@ -89,8 +89,6 @@ license-files = [
-     "LICENSE.rst",
- ]
- 
--[tool.setuptools.packages.find]
--namespaces = false
- [tool.setuptools.exclude-package-data]
- "*" = ["*.sh"]
- 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695ee60b.247be.7acb57e7>