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