python3Packages.blinkpy: 0.25.6 -> 0.25.7
Diff: https://github.com/fronzbot/blinkpy/compare/v0.25.6...v0.25.7 Changelog: https://github.com/fronzbot/blinkpy/releases/tag/v0.25.7
This commit is contained in:
@@ -15,24 +15,29 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "blinkpy";
|
||||
version = "0.25.6";
|
||||
version = "0.25.7";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fronzbot";
|
||||
repo = "blinkpy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-OAa5sYuFGsxiS5r+v69dnXCQs7rmAFAHbmNXm3S6cgY=";
|
||||
hash = "sha256-/GaSnovF6IwIKdbQ4bTqXI/lZERa2DhbLalOO+ZYXEY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "wheel>=0.40,<0.47" wheel \
|
||||
--replace-fail "setuptools>=68,<81" setuptools
|
||||
--replace-fail "wheel>=0.40,<0.48" wheel \
|
||||
--replace-fail "setuptools>=68,<83" setuptools
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiohttp"
|
||||
"requests"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiofiles
|
||||
aiohttp
|
||||
|
||||
Reference in New Issue
Block a user