9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-MYWSKYd7emHZfY+W/UweQtTg62GSUMybpecL9BR8dhg=";
21 propagatedBuildInputs = [
25 # Source not tagged and PyPI releases don't contain tests
28 pythonImportsCheck = [
33 description = "Python to communicate with the Brel hubs";
34 homepage = "https://gitlab.com/rogiervandergeer/brelpy";
35 license = licenses.agpl3Only;
36 maintainers = with maintainers; [ fab ];