11 buildPythonPackage rec {
12 pname = "openerz-api";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-CwK61StspZJt0TALv76zfibUzlriwp9HRoYOtX9bU+c=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Python module to interact with the OpenERZ API";
44 homepage = "https://github.com/misialq/openerz-api";
45 changelog = "https://github.com/misialq/openerz-api/releases/tag/v${version}";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];