12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-4/1Y7cdh1tF33jgPrqdxCGPcRnnxx+Wf8lyztF54Ck0=";
30 propagatedBuildInputs = [
35 passthru.optional-dependencies = {
43 ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
45 pythonImportsCheck = [
50 description = "IPython extension for printing date and timestamps, version numbers, and hardware information";
51 homepage = "https://github.com/rasbt/watermark";
52 changelog = "https://github.com/rasbt/watermark/releases/tag/v${version}";
53 license = licenses.bsd3;
54 maintainers = with maintainers; [ nphilou ];