17 buildPythonPackage rec {
20 format = "setuptools";
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-mfiHoli0ldw/E1SrtOBpDO8ZTC0wTeaoSZ2nPnx5EaQ=";
32 substituteInPlace setup.py \
33 --replace '"pytest-runner>=5.2",' ""
36 propagatedBuildInputs = [
52 pythonImportsCheck = [
57 description = "Python module to work with the ismartgate and gogogate2 API";
58 homepage = "https://github.com/bdraco/ismartgate";
59 changelog = "https://github.com/bdraco/ismartgate/releases/tag/v${version}";
60 license = with licenses; [ mit ];
61 maintainers = with maintainers; [ fab ];