python311Packages.qds-sdk: rename from qds_sdk

This commit is contained in:
natsukium 2023-10-21 10:34:52 +09:00
parent 0686263a23
commit d9dcbbdb88
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@
urllib3 }:
buildPythonPackage rec {
pname = "qds_sdk";
pname = "qds-sdk";
version = "1.16.1";
# pypi does not contain tests, using github sources instead

View File

@ -350,6 +350,7 @@ mapAliases ({
PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01
qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
qds_sdk = qds-sdk; # added 2023-10-21
Quandl = quandl; # added 2023-02-19
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01

View File

@ -11828,7 +11828,7 @@ self: super: with self; {
qdrant-client = callPackage ../development/python-modules/qdrant-client { };
qds_sdk = callPackage ../development/python-modules/qds_sdk { };
qds-sdk = callPackage ../development/python-modules/qds-sdk { };
qgrid = callPackage ../development/python-modules/qgrid { };