mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
python312Packages.pylamarzocco: 1.2.3 -> 1.2.11 (#359450)
This commit is contained in:
commit
30bdd1f9a0
@ -14,8 +14,8 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lmcloud";
|
||||
version = "1.2.3";
|
||||
pname = "pylamarzocco";
|
||||
version = "1.2.11";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "zweckj";
|
||||
repo = "pylamarzocco";
|
||||
rev = "refs/tags/v.${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-iRxn4xAP5b/2byeWbYm6mQwAu1TUmJgOVEqm/bZT9Xw=";
|
||||
};
|
||||
|
||||
@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Library to interface with La Marzocco's cloud";
|
||||
homepage = "https://github.com/zweckj/pylamarzocco";
|
||||
changelog = "https://github.com/zweckj/pylamarzocco/releases/tag/v.${version}";
|
||||
changelog = "https://github.com/zweckj/pylamarzocco/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
@ -2299,14 +2299,13 @@
|
||||
hassil
|
||||
home-assistant-intents
|
||||
ifaddr
|
||||
lmcloud
|
||||
mutagen
|
||||
pymicro-vad
|
||||
pyserial
|
||||
pyspeex-noise
|
||||
pyudev
|
||||
zeroconf
|
||||
];
|
||||
]; # missing inputs: lmcloud
|
||||
"lametric" = ps: with ps; [
|
||||
demetriek
|
||||
];
|
||||
@ -5458,7 +5457,6 @@
|
||||
"kostal_plenticore"
|
||||
"kraken"
|
||||
"kulersky"
|
||||
"lamarzocco"
|
||||
"lametric"
|
||||
"landisgyr_heat_meter"
|
||||
"lastfm"
|
||||
|
@ -325,6 +325,7 @@ mapAliases ({
|
||||
linear_operator = linear-operator; # added 2024-01-07
|
||||
livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14
|
||||
livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14
|
||||
lmcloud = pylamarzocco; # added 2024-11-26
|
||||
logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29
|
||||
logilab_common = logilab-common; # added 2022-11-21
|
||||
loo-py = loopy; # added 2022-05-03
|
||||
|
@ -7583,8 +7583,6 @@ self: super: with self; {
|
||||
|
||||
lm-format-enforcer = callPackage ../development/python-modules/lm-format-enforcer { };
|
||||
|
||||
lmcloud = callPackage ../development/python-modules/lmcloud { };
|
||||
|
||||
lmdb = callPackage ../development/python-modules/lmdb {
|
||||
inherit (pkgs) lmdb;
|
||||
};
|
||||
@ -11838,6 +11836,8 @@ self: super: with self; {
|
||||
|
||||
pylama = callPackage ../development/python-modules/pylama { };
|
||||
|
||||
pylamarzocco = callPackage ../development/python-modules/pylamarzocco { };
|
||||
|
||||
pylast = callPackage ../development/python-modules/pylast { };
|
||||
|
||||
pylatex = callPackage ../development/python-modules/pylatex { };
|
||||
|
Loading…
Reference in New Issue
Block a user