10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
21 hash = "sha256-YsZBPcGWKxE5Cl3HCmB2ZDecFuQa5Q5aTEbZ5ijmB24=";
24 build-system = [ setuptools ];
26 dependencies = [ packaging ];
31 pythonImportsCheck = [ "fastcore" ];
34 description = "Python module for Fast AI";
35 homepage = "https://github.com/fastai/fastcore";
36 changelog = "https://github.com/fastai/fastcore/blob/${version}/CHANGELOG.md";
37 license = with licenses; [ asl20 ];
38 maintainers = with maintainers; [ fab ];