forked from mirrors/nixpkgs
python310Packages.pychromecast: Normalize attribute name
This commit is contained in:
parent
8a20c5e473
commit
0deebc3b24
|
@ -43,7 +43,7 @@ python3Packages.buildPythonApplication {
|
|||
notify2
|
||||
pyroute2
|
||||
pygobject3
|
||||
PyChromecast
|
||||
pychromecast
|
||||
lxml
|
||||
setuptools
|
||||
zeroconf
|
||||
|
|
|
@ -70,7 +70,7 @@ python3Packages.buildPythonApplication rec {
|
|||
requests
|
||||
semver
|
||||
]
|
||||
++ lib.optional chromecastSupport PyChromecast
|
||||
++ lib.optional chromecastSupport pychromecast
|
||||
++ lib.optional keyringSupport keyring
|
||||
++ lib.optional serverSupport bottle
|
||||
;
|
||||
|
|
|
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
|||
plexapi
|
||||
pulsectl
|
||||
pycairo
|
||||
PyChromecast
|
||||
pychromecast
|
||||
pylast
|
||||
pygobject3
|
||||
pylyrics
|
||||
|
|
|
@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; ([
|
||||
PyChromecast
|
||||
pychromecast
|
||||
psutil
|
||||
mutagen
|
||||
flask
|
||||
|
|
|
@ -25,7 +25,7 @@ let
|
|||
};
|
||||
});
|
||||
|
||||
PyChromecast = super.PyChromecast.overridePythonAttrs (oldAttrs: rec {
|
||||
pychromecast = super.pychromecast.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "9.2.0";
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
|
@ -49,7 +49,7 @@ buildPythonApplication rec {
|
|||
propagatedBuildInputs = [
|
||||
click
|
||||
ifaddr
|
||||
PyChromecast
|
||||
pychromecast
|
||||
protobuf
|
||||
requests
|
||||
yt-dlp
|
||||
|
|
|
@ -12,7 +12,7 @@ buildPythonApplication rec {
|
|||
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
propagatedBuildInputs = [
|
||||
PyChromecast bottle pycaption paste html5lib pygobject3 dbus-python
|
||||
pychromecast bottle pycaption paste html5lib pygobject3 dbus-python
|
||||
gtk3 gobject-introspection
|
||||
];
|
||||
|
||||
|
|
|
@ -534,7 +534,7 @@
|
|||
plexapi
|
||||
plexauth
|
||||
plexwebsocket
|
||||
PyChromecast
|
||||
pychromecast
|
||||
sqlalchemy
|
||||
zeroconf
|
||||
];
|
||||
|
|
|
@ -18,7 +18,7 @@ let
|
|||
hassio = [ bellows zha-quirks zigpy-deconz zigpy-xbee zigpy-zigate zigpy-znp ];
|
||||
homeassistant_sky_connect = [ bellows zha-quirks zigpy-deconz zigpy-xbee zigpy-zigate zigpy-znp zwave-js-server-python ];
|
||||
homeassistant_yellow = [ bellows zha-quirks zigpy-deconz zigpy-xbee zigpy-zigate zigpy-znp ];
|
||||
lovelace = [ PyChromecast ];
|
||||
lovelace = [ pychromecast ];
|
||||
nest = [ av ];
|
||||
onboarding = [ pymetno radios rpi-bad-power ];
|
||||
raspberry_pi = [ rpi-bad-power ];
|
||||
|
|
|
@ -174,6 +174,7 @@ mapAliases ({
|
|||
pyGtkGlade = throw "Glade support for pygtk has been removed"; # added 2022-01-15
|
||||
pycallgraph = throw "pycallgraph has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
|
||||
pychef = throw "pychef has been removed because it's been archived upstream and abandoned since 2017."; # added 2022-11-14
|
||||
PyChromecast = pychromecast; # added 2023-02-19
|
||||
pycryptodome-test-vectors = throw "pycryptodome-test-vectors has been removed because it is an internal package to pycryptodome"; # added 2022-05-28
|
||||
pyflunearyou = pyoutbreaksnearme; # added 2023-02-11
|
||||
pyialarmxr = pyialarmxr-homeassistant; # added 2022-06-07
|
||||
|
|
|
@ -7865,7 +7865,7 @@ self: super: with self; {
|
|||
|
||||
pychm = callPackage ../development/python-modules/pychm { };
|
||||
|
||||
PyChromecast = callPackage ../development/python-modules/pychromecast { };
|
||||
pychromecast = callPackage ../development/python-modules/pychromecast { };
|
||||
|
||||
pyclimacell = callPackage ../development/python-modules/pyclimacell { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue