python313Packages.pyvlx: 0.2.28 -> 0.2.30

Changelog: https://github.com/Julius2342/pyvlx/releases/tag/0.2.30
(cherry picked from commit 96b2d39f1f92a0e0a0100e9732e978efb3df34fb)
This commit is contained in:
Fabian Affolter
2026-03-08 13:57:58 -07:00
committed by Robert Schütz
parent 860c79ba18
commit 47f535334a
@@ -5,23 +5,32 @@
pytestCheckHook,
pyyaml,
setuptools,
setuptools-scm,
typing-extensions,
zeroconf,
}:
buildPythonPackage (finalAttrs: {
pname = "pyvlx";
version = "0.2.28";
version = "0.2.30";
pyproject = true;
src = fetchFromGitHub {
owner = "Julius2342";
repo = "pyvlx";
tag = finalAttrs.version;
hash = "sha256-l+Yfp8s6x+l/1ssL0wgyzd8QbA4ikr+ZUVMdTEaIjYE=";
hash = "sha256-owrWYBAb/5JAangGwt56gdjJf99C3i04IiKAh1P/MYY=";
};
build-system = [ setuptools ];
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools-scm>=8.0" "setuptools-scm"
'';
build-system = [
setuptools
setuptools-scm
];
dependencies = [
pyyaml