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