15 buildPythonPackage rec {
21 inherit pname version;
22 hash = "sha256-uf3h5ruc6fB+COnEvqjYglxeeOGKAFLQLgK/lRfrR3c=";
25 nativeBuildInputs = [ setuptools ];
27 propagatedBuildInputs = [
30 ] ++ lib.optionals (pythonOlder "3.10") [ typing-extensions ];
39 description = "Allows parsing and manipulation of PEP 440 version numbers";
40 homepage = "https://github.com/RazerM/parver";
41 license = licenses.mit;