9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
17 inherit pname version;
18 hash = "sha256-WLNyRswrE/7hyio8CSyzcE0h7PYhpb27Fo5E5pf20E0=";
34 pythonImportsCheck = [
39 description = "Python module to check whether versions number match PEP 440";
40 mainProgram = "pep440";
41 homepage = "https://github.com/Carreau/pep440";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];