Fabian Affolter
2024-02-10 04:15:34 +01:00
committed by Martin Weinelt
parent 6f83cd9bd0
commit 0adaa393a0
@@ -3,28 +3,37 @@
, bluetooth-data-tools
, buildPythonPackage
, fetchFromGitHub
, habluetooth
, orjson
, pythonOlder
, setuptools
, yarl
}:
buildPythonPackage rec {
pname = "aioshelly";
version = "7.1.0";
format = "setuptools";
version = "8.0.1";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-W8oAJ7q4cAWq+RF4Hwd8cuPkEZQorsBnjmos5tVSBzc=";
hash = "sha256-3W5XfSOaKCCBjDHJh8IP/5I48py3j6i2O3FfhbcQzbY=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
aiohttp
bluetooth-data-tools
habluetooth
orjson
yarl
];
# Project has no test