Merge pull request #122880 from fabaff/bump-pysonos
python3Packages.pysonos: 0.0.45 -> 0.0.46
This commit is contained in:
commit
2f48585f3f
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pysonos";
|
pname = "pysonos";
|
||||||
version = "0.0.45";
|
version = "0.0.46";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
@ -23,10 +23,14 @@ buildPythonPackage rec {
|
|||||||
owner = "amelchio";
|
owner = "amelchio";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0wzmrd9ja5makvsgf0ckil99wr8vw91dml8fi9miiq4la0100q0n";
|
sha256 = "sha256-5vQBSKDgzwdWkyGduq2cWa7Eq5l01gbs236H2Syc/Dc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ifaddr requests xmltodict ];
|
propagatedBuildInputs = [
|
||||||
|
ifaddr
|
||||||
|
requests
|
||||||
|
xmltodict
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
@ -38,10 +42,10 @@ buildPythonPackage rec {
|
|||||||
"test_desc_from_uri" # test requires network access
|
"test_desc_from_uri" # test requires network access
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/amelchio/pysonos";
|
|
||||||
description = "A SoCo fork with fixes for Home Assistant";
|
description = "A SoCo fork with fixes for Home Assistant";
|
||||||
license = lib.licenses.mit;
|
homepage = "https://github.com/amelchio/pysonos";
|
||||||
maintainers = with lib.maintainers; [ juaningan ];
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ juaningan ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user