home-assistant.intents: 2024.3.12 -> 2024.4.3

This commit is contained in:
Martin Weinelt 2024-04-06 17:01:56 +02:00
parent 7d6d820172
commit 131ea2631e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,27 +9,24 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "home-assistant-intents"; pname = "home-assistant-intents";
version = "2024.3.12"; version = "2024.4.3";
format = "pyproject"; format = "wheel";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit version format;
hash = "sha256-9oMn5ogHcuopAnXgATu9xlBBBMeWJ9RT5C//xJ5FOBI="; pname = "home_assistant_intents";
dist = "py3";
python = "py3";
hash = "sha256-GraYVtioKIoKlPRBhhhzlbBfI6heXAaA1MQpUqAgEDQ=";
}; };
postPatch = '' build-system = [
substituteInPlace pyproject.toml --replace-fail \
'requires = ["setuptools~=62.3", "wheel~=0.37.1"]' \
'requires = ["setuptools"]'
'';
nativeBuildInputs = [
setuptools setuptools
]; ];
# sdist does not ship tests # sdist/wheel do not ship tests
doCheck = false; doCheck = false;
pytestFlagsArray = [ pytestFlagsArray = [