8 buildPythonPackage rec {
9 pname = "click-datetime";
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "click-contrib";
17 sha256 = "1yxagk4wd2h77nxml19bn2y26fv2xw2n9g981ls8mjy0g51ms3gh";
20 propagatedBuildInputs = [ click ];
25 pythonImportsCheck = [ "click_datetime" ];
28 description = "Datetime type support for click";
29 homepage = "https://github.com/click-contrib/click-datetime";
30 license = licenses.mit;
31 maintainers = with maintainers; [ hexa ];