Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2026 01:17:52 +0000
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 74f66c958dfb - main - science/py-qiskit: Add the patch which missed in previous commit
Message-ID:  <6a728f40.34629.55fcb753@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74f66c958dfb8108877b1804373e2fd40f30c08f

commit 74f66c958dfb8108877b1804373e2fd40f30c08f
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-08-05 01:16:53 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-08-05 01:16:53 +0000

    science/py-qiskit: Add the patch which missed in previous commit
---
 science/py-qiskit/files/patch-pyproject.toml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/science/py-qiskit/files/patch-pyproject.toml b/science/py-qiskit/files/patch-pyproject.toml
new file mode 100644
index 000000000000..65412253e5e4
--- /dev/null
+++ b/science/py-qiskit/files/patch-pyproject.toml
@@ -0,0 +1,23 @@
+--- pyproject.toml.orig	2026-07-04 14:22:18 UTC
++++ pyproject.toml
+@@ -2,7 +2,7 @@ requires = [
+ # This is duplicated as `dependency-groups.build` for convenience.
+ requires = [
+     # Minimum is for PEP 639 / SPDX licence metadata.
+-    "setuptools>=77.0",
++    "setuptools>=63.0",
+     # Minimum is for `Extension(generated_files=...)`.
+     "setuptools-rust>=1.13.0",
+ ]
+@@ -12,10 +12,7 @@ requires-python = ">=3.10"
+ name = "qiskit"
+ description = "An open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives."
+ requires-python = ">=3.10"
+-license = "Apache-2.0"
+-license-files = [
+-    "LICENSE.txt",
+-]
++license = { text = "Apache-2.0" }
+ authors = [
+     { name = "Qiskit Development Team", email = "qiskit@us.ibm.com" },
+ ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a728f40.34629.55fcb753>