15 buildPythonPackage rec {
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 hash = "sha256-G2t+wsVGj7cDbsnWss7XqKU421WqygPzAZkhbTu9Jks=";
26 nativeBuildInputs = [ wheel ];
28 propagatedBuildInputs = [
34 ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
36 # Tests require network access and pythonImportsCheck requires configuration file
40 description = "pip update helpers";
41 mainProgram = "pipdate";
42 homepage = "https://github.com/nschloe/pipdate";
43 license = licenses.gpl3Plus;