8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "097k83zr0z71pha7bafzhs4ink174wk9ls2883bic274rihsnc5r";
19 disabled = pythonOlder "3.5";
21 propagatedBuildInputs = lib.optionals (pythonOlder "3.6") [ aenum ];
24 homepage = "https://github.com/vstinner/bytecode";
25 description = "Python module to generate and modify bytecode";
26 license = licenses.mit;
27 maintainers = with maintainers; [ raboof ];