11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-WmprkHOgvlsOIg8H77P7fzEqxGnj6xaL7Df7urRkg3o=";
29 propagatedBuildInputs = [
43 # AttributeError: 'TestRstDirectives' object has no attribute 'assertRegexpMatches'
48 pythonImportsCheck = [
53 description = "Generate activity-diagram image from spec-text file (similar to Graphviz)";
54 homepage = "http://blockdiag.com/";
55 changelog = "https://github.com/blockdiag/actdiag/blob/${version}/CHANGES.rst";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ bjornfor ];
58 mainProgram = "actdiag";
59 platforms = platforms.unix;