python311Packages.querystring-parser: rename from querystring_parser
This commit is contained in:
parent
bfc3865336
commit
aed36f1238
4 changed files with 7 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
||||||
, pyarrow
|
, pyarrow
|
||||||
, pytz
|
, pytz
|
||||||
, pyyaml
|
, pyyaml
|
||||||
, querystring_parser
|
, querystring-parser
|
||||||
, requests
|
, requests
|
||||||
, scikit-learn
|
, scikit-learn
|
||||||
, scipy
|
, scipy
|
||||||
|
@ -83,7 +83,7 @@ buildPythonPackage rec {
|
||||||
pyarrow
|
pyarrow
|
||||||
pytz
|
pytz
|
||||||
pyyaml
|
pyyaml
|
||||||
querystring_parser
|
querystring-parser
|
||||||
requests
|
requests
|
||||||
scikit-learn
|
scikit-learn
|
||||||
scipy
|
scipy
|
||||||
|
|
|
@ -3,12 +3,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "querystring_parser";
|
pname = "querystring-parser";
|
||||||
version = "1.2.4";
|
version = "1.2.4";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "querystring_parser";
|
||||||
|
inherit version;
|
||||||
sha256 = "644fce1cffe0530453b43a83a38094dbe422ccba8c9b2f2a1c00280e14ca8a62";
|
sha256 = "644fce1cffe0530453b43a83a38094dbe422ccba8c9b2f2a1c00280e14ca8a62";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -408,6 +408,7 @@ mapAliases ({
|
||||||
qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
|
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
|
qds_sdk = qds-sdk; # added 2023-10-21
|
||||||
Quandl = quandl; # added 2023-02-19
|
Quandl = quandl; # added 2023-02-19
|
||||||
|
querystring_parser = querystring-parser; # added 2024-01-07
|
||||||
qcodes-loop = throw "qcodes-loop has been removed due to deprecation"; # added 2023-11-30
|
qcodes-loop = throw "qcodes-loop has been removed due to deprecation"; # added 2023-11-30
|
||||||
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
|
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
|
rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
|
||||||
|
|
|
@ -12271,7 +12271,7 @@ self: super: with self; {
|
||||||
|
|
||||||
qudida = callPackage ../development/python-modules/qudida { };
|
qudida = callPackage ../development/python-modules/qudida { };
|
||||||
|
|
||||||
querystring_parser = callPackage ../development/python-modules/querystring-parser { };
|
querystring-parser = callPackage ../development/python-modules/querystring-parser { };
|
||||||
|
|
||||||
questionary = callPackage ../development/python-modules/questionary { };
|
questionary = callPackage ../development/python-modules/questionary { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue