15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-1Jn785e4aLd83EHjkgB90sWi9No8wqCjUEn4ecyVl4o=";
30 substituteInPlace pyproject.toml \
31 --replace 'pydantic = ">=1.10.2"' 'pydantic = "*"'
38 propagatedBuildInputs = [
51 pythonImportsCheck = [
56 description = "Module for the SFR Box API";
57 homepage = "https://github.com/hacf-fr/sfrbox-api";
58 changelog = "https://github.com/hacf-fr/sfrbox-api/releases/tag/v${version}";
59 license = licenses.mit;
60 maintainers = with maintainers; [ fab ];