14 buildPythonPackage rec {
15 pname = "stups-fullstop";
17 format = "setuptools";
20 src = fetchFromGitHub {
21 owner = "zalando-stups";
22 repo = "fullstop-cli";
24 sha256 = "1cpzz1b8g2mich7c1p74vfgw70vlxpgwi82a1ld82wv3srwqa0h3";
27 propagatedBuildInputs = [
43 description = "Convenience command line tool for fullstop. audit reporting";
44 homepage = "https://github.com/zalando-stups/stups-fullstop-cli";
45 license = licenses.asl20;
46 maintainers = [ maintainers.mschuwalow ];
47 # Uses regex patterns deprecated in 3.9:
48 # re.error: global flags not at the start of the expression at ...
49 broken = pythonAtLeast "3.11";