20 buildPythonPackage rec {
25 disabled = pythonOlder "3.8";
27 src = fetchFromGitHub {
28 owner = "wireservice";
30 rev = "refs/tags/${version}";
31 hash = "sha256-JVBf21as4DNmGT84dSG+54RIU6PbRBoLPSsWj2FGXxc=";
34 build-system = [ setuptools ];
53 pythonImportsCheck = [ "agate" ];
56 description = "Python data analysis library that is optimized for humans instead of machines";
57 homepage = "https://github.com/wireservice/agate";
58 changelog = "https://github.com/wireservice/agate/blob/${version}/CHANGELOG.rst";
59 license = with licenses; [ mit ];