diff options
| author | Wen Heping <wen@FreeBSD.org> | 2026-08-05 01:16:53 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2026-08-05 01:16:53 +0000 |
| commit | 74f66c958dfb8108877b1804373e2fd40f30c08f (patch) | |
| tree | fa9638a198876919a816dbc09a7a621b667be090 | |
| parent | 994e4902425e5b20c1586184692f92b62800fba4 (diff) | |
science/py-qiskit: Add the patch which missed in previous commit
| -rw-r--r-- | science/py-qiskit/files/patch-pyproject.toml | 23 |
1 files changed, 23 insertions, 0 deletions
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" }, + ] |
