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

python310Packages.python-myq: rename from pymyq
This commit is contained in:
Martin Weinelt 2023-10-21 13:02:22 +02:00 committed by GitHub
commit a26cd9e098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "pymyq";
pname = "python-myq";
version = "3.1.13";
pyproject = true;

View file

@ -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"

View file

@ -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

View file

@ -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 { };