Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2024 00:11:47 GMT
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: 939bf3ac5b5e - main - devel/py-nanobind: update 1.9.2 =?utf-8?Q?=E2=86=92?= 2.0.0
Message-ID:  <202405250011.44P0Blux080166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=939bf3ac5b5eac004cfcf2192338c2b33a4d9b59

commit 939bf3ac5b5eac004cfcf2192338c2b33a4d9b59
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-24 15:13:14 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-25 00:11:39 +0000

    devel/py-nanobind: update 1.9.2 → 2.0.0
    
    Reported by:    portscout
---
 devel/py-nanobind/Makefile                   | 2 +-
 devel/py-nanobind/distinfo                   | 6 +++---
 devel/py-nanobind/files/patch-pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-nanobind/Makefile b/devel/py-nanobind/Makefile
index d39734df7c67..40266f0f07f6 100644
--- a/devel/py-nanobind/Makefile
+++ b/devel/py-nanobind/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nanobind
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.9.2
+DISTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-nanobind/distinfo b/devel/py-nanobind/distinfo
index e20bbfcbaeaf..b2b1ea393184 100644
--- a/devel/py-nanobind/distinfo
+++ b/devel/py-nanobind/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1714059630
-SHA256 (wjakob-nanobind-v1.9.2_GH0.tar.gz) = 149a3da40b0a988513d8cf5e71db3037373823505a3c92f87b988c92d7e0ab34
-SIZE (wjakob-nanobind-v1.9.2_GH0.tar.gz) = 785164
+TIMESTAMP = 1716567471
+SHA256 (wjakob-nanobind-v2.0.0_GH0.tar.gz) = 2e70727484edb7a8645d26f6a9f67352a668657c34de7a603bf9c68e5cbf8ff9
+SIZE (wjakob-nanobind-v2.0.0_GH0.tar.gz) = 842956
 SHA256 (Tessil-robin-map-188c455_GH0.tar.gz) = c3f05ed8933a1f9aa57295c8ad17bd44756cf5cf030a95325c61aa862fa19680
 SIZE (Tessil-robin-map-188c455_GH0.tar.gz) = 70577
diff --git a/devel/py-nanobind/files/patch-pyproject.toml b/devel/py-nanobind/files/patch-pyproject.toml
index 90fb521c5bd4..40b6b2540d23 100644
--- a/devel/py-nanobind/files/patch-pyproject.toml
+++ b/devel/py-nanobind/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig	2024-04-25 15:40:44 UTC
+--- pyproject.toml.orig	2024-05-23 14:30:00 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
--requires = ["setuptools>=42", "wheel", "scikit-build", "cmake>=3.17", "ninja"]
-+requires = ["setuptools>=42", "wheel", "scikit-build"]
+-requires = ["setuptools>=42", "wheel", "scikit-build", "cmake>=3.17", "ninja", "typing_extensions"]
++requires = ["setuptools>=42", "wheel", "scikit-build", "typing_extensions"]
  build-backend = "setuptools.build_meta"
  
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405250011.44P0Blux080166>