python311Packages.querystring-parser: rename from querystring_parser

This commit is contained in:
Felix Buehler 2024-01-07 15:52:22 +01:00 committed by Martin Weinelt
parent bfc3865336
commit aed36f1238
4 changed files with 7 additions and 5 deletions

View File

@ -26,7 +26,7 @@
, pyarrow
, pytz
, pyyaml
, querystring_parser
, querystring-parser
, requests
, scikit-learn
, scipy
@ -83,7 +83,7 @@ buildPythonPackage rec {
pyarrow
pytz
pyyaml
querystring_parser
querystring-parser
requests
scikit-learn
scipy

View File

@ -3,12 +3,13 @@
}:
buildPythonPackage rec {
pname = "querystring_parser";
pname = "querystring-parser";
version = "1.2.4";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
pname = "querystring_parser";
inherit version;
sha256 = "644fce1cffe0530453b43a83a38094dbe422ccba8c9b2f2a1c00280e14ca8a62";
};

View File

@ -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
qds_sdk = qds-sdk; # added 2023-10-21
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
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

@ -12271,7 +12271,7 @@ self: super: with self; {
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 { };