mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
python310Packages.python-myq: rename from pymyq
This commit is contained in:
parent
2585eeed47
commit
f4a7133a37
@ -9,7 +9,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymyq";
|
pname = "python-myq";
|
||||||
version = "3.1.13";
|
version = "3.1.13";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
@ -290,6 +290,7 @@ mapAliases ({
|
|||||||
pymc3 = pymc; # added 2022-06-05, module was rename starting with 4.0.0
|
pymc3 = pymc; # added 2022-06-05, module was rename starting with 4.0.0
|
||||||
pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04
|
pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04
|
||||||
PyMVGLive = pymvglive; # added 2023-02-19
|
PyMVGLive = pymvglive; # added 2023-02-19
|
||||||
|
pymyq = python-myq; # added 2023-10-20
|
||||||
pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09
|
pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09
|
||||||
pyramid_beaker = pyramid-beaker; # added 2023-08-23
|
pyramid_beaker = pyramid-beaker; # added 2023-08-23
|
||||||
pyramid_chameleon = pyramid-chameleon; # added 2023-08-23
|
pyramid_chameleon = pyramid-chameleon; # added 2023-08-23
|
||||||
|
@ -10452,7 +10452,7 @@ self: super: with self; {
|
|||||||
|
|
||||||
pymvglive = callPackage ../development/python-modules/pymvglive { };
|
pymvglive = callPackage ../development/python-modules/pymvglive { };
|
||||||
|
|
||||||
pymyq = callPackage ../development/python-modules/pymyq { };
|
python-myq = callPackage ../development/python-modules/python-myq { };
|
||||||
|
|
||||||
pymysensors = callPackage ../development/python-modules/pymysensors { };
|
pymysensors = callPackage ../development/python-modules/pymysensors { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user