9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-lAJypyrCfRah22mq/vggaEASzDVT/+mHXVzS46nLadw=";
21 propagatedBuildInputs = [
26 ${python.interpreter} dbf/test.py
29 pythonImportsCheck = [
34 description = "Module for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files";
35 homepage = "https://github.com/ethanfurman/dbf";
36 license = licenses.bsd2;
37 maintainers = with maintainers; [ vrthra ];