Unverified Commit a26cd9e0 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #262459 from dotlambda/python-myq-rename

python310Packages.python-myq: rename from pymyq
parents 5ffda1ad da3bf40c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:

buildPythonPackage rec {
  pname = "pymyq";
  pname = "python-myq";
  version = "3.1.13";
  pyproject = true;

+3 −1
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };