Merge pull request #135799 from SuperSandro2000/parsedatetime
This commit is contained in:
commit
180d3bdf0f
1 changed files with 2 additions and 1 deletions
|
@ -29,11 +29,12 @@ buildPythonPackage rec {
|
||||||
"testFloat"
|
"testFloat"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportChecks = [ "parsedatetime" ];
|
pythonImportsCheck = [ "parsedatetime" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Parse human-readable date/time text";
|
description = "Parse human-readable date/time text";
|
||||||
homepage = "https://github.com/bear/parsedatetime";
|
homepage = "https://github.com/bear/parsedatetime";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue