18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
29 hash = "sha256-yh7gPyy3VMdyINBCZo5K2wA0BY7yYgHrKGZRB/pm77U=";
32 propagatedBuildInputs = [
50 substituteInPlace setup.py \
51 --replace '"pytest-runner>=5.2",' ""
54 pythonImportsCheck = [
60 "ismartgate/tests/test_init.py"
65 description = "Python module to work with the ismartgate and gogogate2 API";
66 homepage = "https://github.com/bdraco/ismartgate";
67 license = with licenses; [ mit ];
68 maintainers = with maintainers; [ fab ];