12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "c902e0653bcce927cc156a7fd9b3a51924cbce3bf3d0bfd49fc282bfd0c5dfd3";
22 substituteInPlace setup.py \
23 --replace "arpeggio ~= 1.7" "arpeggio"
26 propagatedBuildInputs = [
39 description = "Allows parsing and manipulation of PEP 440 version numbers";
40 homepage = "https://github.com/RazerM/parver";
41 license = licenses.mit;
42 maintainers = with maintainers; [ SuperSandro2000 ];