9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-MFEi1U0RNvrfDtV4HpvPgKTCibAh76z7Gnmj32IubYw=";
21 propagatedBuildInputs = [
26 ${python.interpreter} -m dbf.test
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 ];