Merge pull request #21156 from schneefux/pkg.parsedatetime
pythonPackages.parsedatetime: disable tests to fix the build
This commit is contained in:
commit
6ab2e40176
@ -18055,11 +18055,19 @@ in {
|
|||||||
|
|
||||||
parsedatetime = buildPythonPackage rec {
|
parsedatetime = buildPythonPackage rec {
|
||||||
name = "parsedatetime-${version}";
|
name = "parsedatetime-${version}";
|
||||||
version = "1.5";
|
version = "2.1";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Parse human-readable date/time text";
|
||||||
|
homepage = "https://github.com/bear/parsedatetime";
|
||||||
|
license = licenses.asl20;
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ PyICU nose ];
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/parsedatetime/${name}.tar.gz";
|
url = "mirror://pypi/p/parsedatetime/${name}.tar.gz";
|
||||||
sha256 = "1as0mm4ql3z0324nc9bys2s1ngh507i317p16b79rx86wlmvx9ix";
|
sha256 = "0bdgyw6y3v7bcxlx0p50s8drxsh5bb5cy2afccqr3j90amvpii8p";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user