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