mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/qiskit: Bump to 2.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -113,6 +113,8 @@ DIST pyo3-macros-backend-0.22.6.crate 66312 BLAKE2B ec0b11bee1ad2192e8d95cebab00
|
||||
DIST qiskit-1.4.0.gh.tar.gz 8508849 BLAKE2B 8f7cf0992d6623ae441719339aac48dcbb6f969276da4d76c0e317865f75b9bb0ca76e0feccea8ef297b2306320de47aab05bb07fc6e2cc40ae6f1c6c04bf37f SHA512 c1a74ff98474add76a24a962a39c43a0a7ae44cf5421f846c43a4c39d89e61552cc51ed2769f0badf1c4eb4ee8d6f2be9715041583ad3b359bab9778a309455c
|
||||
DIST qiskit-2.0.0rc1-crates.tar.xz 14966052 BLAKE2B a7c0a83ebc2c03e856b4634e8c2f300d6aa953926e33af3884ab7419f2784b13db70134d1d26d2e20afe597e4acbf84135107842794a0e460389698d8dd9dc6d SHA512 e74a00c53600247a194e80633157c5ad050e6b41b254e8e238f9852272e51d6b2a9f65a1cc4aec89939b1319e32885a35e6fa39d9cde715a29ee68f461807943
|
||||
DIST qiskit-2.0.0rc1.gh.tar.gz 7874905 BLAKE2B ab21ce2c190006fe3ee698d39800e03272252a2065dcb8f3b9aebcc2da8b2ee355ea4f4e6440cd0c74bf58691299d7dcebb2f8e2ba4a6406a12e00001404b262 SHA512 cb13db2823de6fd270c5ce565ebdce4afa15c6004bdc7866c3cce5348a48efeac5d27769a1bc780738bb84c0dfead696a3665cfb04e9dd17e3bf82befc3e5862
|
||||
DIST qiskit-2.0.0rc2-crates.tar.xz 14966052 BLAKE2B a7c0a83ebc2c03e856b4634e8c2f300d6aa953926e33af3884ab7419f2784b13db70134d1d26d2e20afe597e4acbf84135107842794a0e460389698d8dd9dc6d SHA512 e74a00c53600247a194e80633157c5ad050e6b41b254e8e238f9852272e51d6b2a9f65a1cc4aec89939b1319e32885a35e6fa39d9cde715a29ee68f461807943
|
||||
DIST qiskit-2.0.0rc2.gh.tar.gz 7876821 BLAKE2B e11bd6c3f41e0a8481b8d70d4dbfcbcb9930706aa5ec70a65bb7dac0aa124573bb9bd6004d97d00d5fb285e507f2b590c3d03634b43ab0f60662212466f4fd78 SHA512 d3b5789d91a905ed79b4af216c8175d4bd362902137c2d96e448079690b6dbd2e1c3cdb811855815f44b710bc883d8f4e0b3518f9d4ba4d976a17c0fe8747ec4
|
||||
DIST quote-1.0.37.crate 28558 BLAKE2B a7d007a69e619f853af94333e1066bb767013312bd99f147b1b153611242bcfa9c76768b1ba47278589db309a9acd61a772c8ec3b567e48439bb9d831f9326d4 SHA512 c4ed21428c1f89cf22b85d80720a7869831a9c129d694617b0ce8c258278114ab98846f3f653abf736d1c86bc9224bbd695e9a7b06aa3adf292d02e1ef14cc05
|
||||
DIST ra_ap_limit-0.0.188.crate 1283 BLAKE2B 265a70d088ed76500cdbefa04d1b2778d54985aa978b806e9ebb016348556559799b8ac889c00aeff51d4ff08f3fa86cd3be3742f5896916edbbda49bca1946e SHA512 01d56844fb4437959e93fc3394d674848eaae3365d271c01ba5ff12fc05d4a1d11eb4145ee89a65eb5ba12db4075e8102ee31df55c569c8ee5ad6d383f9f451a
|
||||
DIST rand-0.8.5.crate 87113 BLAKE2B 516f26bb2a969d0d79e957818133f35d2c0b4d9f1b401098ea23c5b80d27599e842b9298c0c5e46e2a6cb6953857bf8a9fb71ec9366c5ce6708cf17df14f179c SHA512 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2
|
||||
|
||||
114
dev-python/qiskit/qiskit-2.0.0_rc2.ebuild
Normal file
114
dev-python/qiskit/qiskit-2.0.0_rc2.ebuild
Normal file
@@ -0,0 +1,114 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
CRATES="
|
||||
"
|
||||
|
||||
inherit cargo distutils-r1
|
||||
|
||||
MY_P=${P/_}
|
||||
DESCRIPTION="An open-source SDK for working with quantum computers"
|
||||
HOMEPAGE="
|
||||
https://github.com/Qiskit/qiskit/
|
||||
https://pypi.org/project/qiskit/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/Qiskit/qiskit/archive/${PV/_}.tar.gz
|
||||
-> ${MY_P}.gh.tar.gz
|
||||
${CARGO_CRATE_URIS}
|
||||
https://github.com/gentoo-crate-dist/qiskit/releases/download/${PV/_}/${MY_P}-crates.tar.xz
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
# Dependent crate licenses
|
||||
LICENSE+="
|
||||
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 MIT MPL-2.0
|
||||
Unicode-3.0 ZLIB
|
||||
"
|
||||
SLOT="0"
|
||||
IUSE="+visualization"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/dill-0.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.17[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-constraint-1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rustworkx-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/scipy-1.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
|
||||
<dev-python/symengine-0.14[${PYTHON_USEDEP}]
|
||||
>=dev-python/symengine-0.11.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sympy-1.3[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
' 3.10)
|
||||
visualization? (
|
||||
>=dev-python/matplotlib-3.3[${PYTHON_USEDEP}]
|
||||
dev-python/pydot[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-4.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pylatexenc-1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/seaborn-0.9.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/cython-0.27.1[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
app-text/poppler[png]
|
||||
>=dev-python/ddt-1.4.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/hypothesis-4.24.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/networkx-2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/qiskit-aer-0.14[${PYTHON_USEDEP}]
|
||||
>=dev-python/scikit-learn-0.20.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# Files built without CFLAGS/LDFLAGS, acceptable for rust
|
||||
QA_FLAGS_IGNORED="
|
||||
usr/lib.*/py.*/site-packages/qiskit/_accelerate.*.so
|
||||
usr/lib.*/py.*/site-packages/qiskit/_qasm2.*.so
|
||||
"
|
||||
|
||||
EPYTEST_XDIST=1
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# strip forcing -Werror from tests that also leaks to other packages
|
||||
sed -i -e '/filterwarnings.*error/d' test/utils/base.py || die
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=(
|
||||
# TODO
|
||||
test/python/circuit/test_equivalence.py::TestEquivalenceLibraryVisualization::test_equivalence_draw
|
||||
test/python/transpiler/test_unitary_synthesis_plugin.py::TestUnitarySynthesisPlugin
|
||||
test/python/visualization/test_dag_drawer.py::TestDagDrawer::test_dag_drawer_no_register
|
||||
# tiny image differences, sigh
|
||||
test/python/visualization/test_gate_map.py::TestGateMap::test_plot_error_map_over_100_qubit
|
||||
# TODO: failures from dill
|
||||
test/python/circuit/test_parameters.py::TestParameters::test_transpiling_multiple_parameterized_circuits
|
||||
test/python/compiler/test_transpiler.py::TestTranspile::test_delay_converts_expr_to_dt
|
||||
test/python/compiler/test_transpiler.py::TestTranspile::test_transpile_two
|
||||
test/python/transpiler/test_naming_transpiled_circuits.py::TestNamingTranspiledCircuits::test_multiple_circuits_name_list
|
||||
)
|
||||
|
||||
local EPYTEST_IGNORE=(
|
||||
# Breaks xdist
|
||||
test/python/qasm2/test_parse_errors.py
|
||||
test/python/transpiler/test_preset_passmanagers.py
|
||||
)
|
||||
|
||||
rm -rf qiskit || die
|
||||
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
# Run the Python test suite rather than everything under test/ which
|
||||
# includes the 'randomized' suite. Upstream run that in a separate CI job.
|
||||
epytest test/python
|
||||
}
|
||||
Reference in New Issue
Block a user