11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-kW03swRXZdkh45I/up/FIxv0WGBRqTlDt1X71Ow/hrg=";
26 substituteInPlace pyproject.toml \
27 --replace "poetry-core==1.6.1" "poetry-core"
34 propagatedBuildInputs = [
40 # Project has no tests
43 pythonImportsCheck = [
48 description = "Python wrapper for MyQ API";
49 homepage = "https://github.com/Python-MyQ/Python-MyQ";
50 changelog = "https://github.com/Python-MyQ/Python-MyQ/releases/tag/v${version}";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];