Merge pull request #262459 from dotlambda/python-myq-rename
python310Packages.python-myq: rename from pymyq
This commit is contained in:
commit
a26cd9e098
4 changed files with 6 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymyq";
|
||||
pname = "python-myq";
|
||||
version = "3.1.13";
|
||||
pyproject = true;
|
||||
|
|
@ -2771,7 +2771,8 @@
|
|||
sqlalchemy
|
||||
];
|
||||
"myq" = ps: with ps; [
|
||||
]; # missing inputs: python-myq
|
||||
python-myq
|
||||
];
|
||||
"mysensors" = ps: with ps; [
|
||||
aiohttp-cors
|
||||
janus
|
||||
|
@ -5405,6 +5406,7 @@
|
|||
"mullvad"
|
||||
"mutesync"
|
||||
"my"
|
||||
"myq"
|
||||
"mysensors"
|
||||
"mystrom"
|
||||
"mythicbeastsdns"
|
||||
|
|
|
@ -290,6 +290,7 @@ mapAliases ({
|
|||
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
|
||||
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
|
||||
pyramid_beaker = pyramid-beaker; # added 2023-08-23
|
||||
pyramid_chameleon = pyramid-chameleon; # added 2023-08-23
|
||||
|
|
|
@ -10456,7 +10456,7 @@ self: super: with self; {
|
|||
|
||||
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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue