dbf: 0.94.003 -> 0.96.8

This commit is contained in:
Rahul Gopinath 2017-05-02 20:59:48 -07:00
parent 36acb4ec3e
commit fddbb6b1ee

View file

@ -226,8 +226,12 @@ in {
bugseverywhere = callPackage ../applications/version-management/bugseverywhere {};
dbf = buildPythonPackage rec {
name = "dbf-0.94.003";
disabled = isPy3k;
name = "dbf-0.96.8";
propagatedBuildInputs = [ self.aenum ];
doCheck = false;
# (only) on python3 the unittest loader (loadTestsFromName(submodule)) fails
meta = {
description = "Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files";
@ -238,7 +242,7 @@ in {
src = pkgs.fetchurl {
url = "mirror://pypi/d/dbf/${name}.tar.gz";
sha256 = "0i2454hwg67079jb56x663wqmmwr55pcr6c76q2415185y6nhny9";
sha256 = "1z8n7s4cka6x9ybh4qpfhj51v2qrk38h2f06npizzhm0hmn6r3v1";
};
};