Merge pull request #21156 from schneefux/pkg.parsedatetime
pythonPackages.parsedatetime: disable tests to fix the build
This commit is contained in:
commit
6ab2e40176
1 changed files with 10 additions and 2 deletions
|
@ -18055,11 +18055,19 @@ in {
|
|||
|
||||
parsedatetime = buildPythonPackage rec {
|
||||
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 {
|
||||
url = "mirror://pypi/p/parsedatetime/${name}.tar.gz";
|
||||
sha256 = "1as0mm4ql3z0324nc9bys2s1ngh507i317p16b79rx86wlmvx9ix";
|
||||
sha256 = "0bdgyw6y3v7bcxlx0p50s8drxsh5bb5cy2afccqr3j90amvpii8p";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue