11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "serge-sans-paille";
21 rev = "refs/tags/${version}";
22 hash = "sha256-zrbxW8qWhCY6tObP+/WDReoCnlCpMEzQucX2inpRTL4=";
25 build-system = [ setuptools ];
32 pythonImportsCheck = [ "gast" ];
35 description = "Compatibility layer between the AST of various Python versions";
36 homepage = "https://github.com/serge-sans-paille/gast/";
37 license = lib.licenses.bsd3;
38 maintainers = with lib.maintainers; [