10 buildPythonPackage rec {
13 format = "setuptools";
15 propagatedBuildInputs = [
22 inherit pname version;
23 hash = "sha256-mKK1N1cTbMdNwpflniEB009tSPQfdBVrtsDeJruiqj8=";
27 description = "Adds read support for dbf files to agate";
28 homepage = "https://github.com/wireservice/agate-dbf";
29 license = with licenses; [ mit ];