From nobody Mon Apr 27 13:10:32 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g43pK0zvVz6b2s0 for ; Mon, 27 Apr 2026 13:10:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g43pJ3Mqlz3vQC for ; Mon, 27 Apr 2026 13:10:32 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777295432; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=pPpz+BePdtJiXdA8qQCifLM2gSLopAgiG1o61EhObVs=; b=sjfoFf+0OPePdsIEH1HApyxzef8VwPaLTy9EA7SzlIsCv5BrvxBVLEVD2EyhZbYZ+goKLs yRSg14enj8Dr8Ht/Tv8mUTAy4g6lrYMIsw/bkILyF0lkDPHNweEyq1G7I6XV59OhIvAYgR xJIQKCe7wZvMRXIcvGtUBMRs4RiFdPYHoPRuhdCgXULRwr93b/vQ0Hn6+xTfNUsWrIa7E0 gjm5gDED6IPTWaEu/b17zFDO98c3Prt+GepMQTKUhPQJqIuf76kOivc+1BOD0khIGUsj5v B3BrOJf95B0Z84qK8nl5OCCfUHQ5Rxs28uyeDvLAjSvzSdRaS+NrwzY1A6djIg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777295432; a=rsa-sha256; cv=none; b=OZJmTsf8ZInNxPWjXr0hJTV/Jmp+uHtp7Dcb9PgyAP8eHq6W/787/owlc/9YNWPPLzAjBh V5PCLLUEctaGHfNmtBCOIbaiuGVSh5EbmgDLuFqzBMTgfLEKku5j9/QuXlFKtA6me0sHjN ZutX1taVPU4ZmWG9qgYBTl9PdDAX1TYC23BYicCpU96bIub9HEmmJZ4ycc2F86JrSXtatQ hI+jjdqT3ildGmg6GrsPSvWitbtAOuhI1oBc/elrBZFOThstL+dZDGNhPYNBbeRdR0bj+3 Xwu+/zpK4FrDNQ0A7RRe0e6eQtjBMg2DkcoCh6KlzgCETtIEHD96jXtFgi4W9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777295432; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=pPpz+BePdtJiXdA8qQCifLM2gSLopAgiG1o61EhObVs=; b=CiKXfokJzuB9VqhRcDyMqCf+PthgUDcUmxFQhZdgv33EAc17pSi8qLKFkECtu9qhqGTaxH srFjv1piblE1zhbtX8dSMvhHE16nuO5hP2lAwFyb4vasVzO1QYU1Zpwm/32nVu9IO7uiDF /4KBupJ+nLMfkyCLc6d7SC2zFYu6/9rLhAC9qPOTwODVwbux+HEJ0fDRM8icWw2/ruRxxX RkfjFHsEmN4EkG4z2uaKEF7vbLkgP2tg6iyOD8NGAQQoOwyduOp9Hrqhng2FreIMb2Y1Oy GkYjDVFMYlenAhBSirIFYqm6QO7ytx1bMBmQPTckjTQIVY0OPpIPMQdFidzF4g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g43pJ2sQRz1704 for ; Mon, 27 Apr 2026 13:10:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 31feb by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 27 Apr 2026 13:10:32 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e53c201510f9 - main - graphics/py-h3: Update to 4.4.2 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e53c201510f995f7c09d0cb4c02e00f4f12b9334 Auto-Submitted: auto-generated Date: Mon, 27 Apr 2026 13:10:32 +0000 Message-Id: <69ef6048.31feb.503f540b@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e53c201510f995f7c09d0cb4c02e00f4f12b9334 commit e53c201510f995f7c09d0cb4c02e00f4f12b9334 Author: Po-Chuan Hsieh AuthorDate: 2026-04-27 13:02:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-04-27 13:07:00 +0000 graphics/py-h3: Update to 4.4.2 Changes: https://github.com/uber/h3-py/releases --- graphics/py-h3/Makefile | 11 +++++------ graphics/py-h3/distinfo | 6 +++--- graphics/py-h3/files/patch-CMakeLists.txt | 15 +++++++++++---- graphics/py-h3/files/patch-pyproject.toml | 8 -------- 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index 46ed36c36fbb..6b86f3885776 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -1,6 +1,5 @@ PORTNAME= h3 -PORTVERSION= 3.7.7 -PORTREVISION= 2 +PORTVERSION= 4.4.2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +12,10 @@ WWW= https://uber.github.io/h3-py/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= h3>=3.7.2:graphics/h3 \ - ${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= h3>=4.4.1:graphics/h3 \ + ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0:devel/py-scikit-build-core@${PY_FLAVOR} +# ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} +# ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libh3.so:graphics/h3 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=0:math/py-numpy1@${PY_FLAVOR} diff --git a/graphics/py-h3/distinfo b/graphics/py-h3/distinfo index 9d2271b731bb..145ead92a82e 100644 --- a/graphics/py-h3/distinfo +++ b/graphics/py-h3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712506 -SHA256 (h3-3.7.7.tar.gz) = 33d141c3cef0725a881771fd8cb80c06a0db84a6e4ca5c647ce095ae07c61e94 -SIZE (h3-3.7.7.tar.gz) = 192246 +TIMESTAMP = 1777252544 +SHA256 (h3-4.4.2.tar.gz) = b25ab9f339e40b10dcb5e2e6988d07672e780a4950d79c25380d308cdf14f82f +SIZE (h3-4.4.2.tar.gz) = 171891 diff --git a/graphics/py-h3/files/patch-CMakeLists.txt b/graphics/py-h3/files/patch-CMakeLists.txt index 232444f5b742..33ecd460b966 100644 --- a/graphics/py-h3/files/patch-CMakeLists.txt +++ b/graphics/py-h3/files/patch-CMakeLists.txt @@ -1,8 +1,8 @@ ---- CMakeLists.txt.orig 2022-11-24 19:38:22 UTC +--- CMakeLists.txt.orig 2022-11-09 12:37:21 UTC +++ CMakeLists.txt -@@ -6,28 +6,6 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) - # Always make a release build - set(CMAKE_BUILD_TYPE Release) +@@ -11,35 +11,6 @@ find_package( + COMPONENTS Interpreter Development.Module + REQUIRED) -# Avoid building tooling we won't need for release -# See all options with `cmake -LA` in an `h3/build` directory, @@ -29,3 +29,10 @@ # Build the rest (other than the core library dependency) as shared set(BUILD_SHARED_LIBS ON) add_subdirectory(src/h3) +- +-# Include built h3api.h for Cython API +-install( +- FILES +- "${CMAKE_CURRENT_BINARY_DIR}/src/h3lib/src/h3lib/include/h3api.h" +- DESTINATION +- ${SKBUILD_PROJECT_NAME}/_cy) diff --git a/graphics/py-h3/files/patch-pyproject.toml b/graphics/py-h3/files/patch-pyproject.toml deleted file mode 100644 index 52147e92455e..000000000000 --- a/graphics/py-h3/files/patch-pyproject.toml +++ /dev/null @@ -1,8 +0,0 @@ ---- pyproject.toml.orig 2024-03-09 18:55:18 UTC -+++ pyproject.toml -@@ -2,5 +2,4 @@ requires = [ - requires = [ - 'scikit-build', - 'cython', -- 'cmake', - ]