14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-uf3h5ruc6fB+COnEvqjYglxeeOGKAFLQLgK/lRfrR3c=";
28 propagatedBuildInputs = [
31 ] ++ lib.optionals (pythonOlder "3.10") [
42 description = "Allows parsing and manipulation of PEP 440 version numbers";
43 homepage = "https://github.com/RazerM/parver";
44 license = licenses.mit;
45 maintainers = with maintainers; [ ];