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
1 changed files with 9 additions and 12 deletions

View File

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