mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
python311Packages.python-matter-server: 4.0.2 -> 5.0.1
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.0.1 https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.0.2 https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.0.3
This commit is contained in:
parent
5ffba0318d
commit
774442f610
@ -5,11 +5,11 @@
|
||||
|
||||
# build
|
||||
, setuptools
|
||||
, wheel
|
||||
|
||||
# propagates
|
||||
, aiohttp
|
||||
, aiorun
|
||||
, async-timeout
|
||||
, coloredlogs
|
||||
, dacite
|
||||
, orjson
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-matter-server";
|
||||
version = "4.0.2";
|
||||
version = "5.0.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -37,17 +37,22 @@ buildPythonPackage rec {
|
||||
owner = "home-assistant-libs";
|
||||
repo = "python-matter-server";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-fyVvmYznYuhDhU3kApXgXjkPdwhJFxoFq3U87ichmt8=";
|
||||
hash = "sha256-bR6AVoy9f02RKZ57dnHTDAv5LTCcd/qBbzMDRKsGbfM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'version = "0.0.0"' 'version = "${version}"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
aiorun
|
||||
async-timeout
|
||||
coloredlogs
|
||||
dacite
|
||||
orjson
|
||||
|
Loading…
Reference in New Issue
Block a user