6 buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "r1chardj0n3s";
14 rev = "refs/tags/${version}";
15 hash = "sha256-f08SlkGnwhSh0ajTKFqBAGGFvLj8nWBZVb6uClbRaP4=";
27 homepage = "https://github.com/r1chardj0n3s/parse";
28 description = "parse() is the opposite of format()";
29 license = licenses.bsdOriginal;
30 maintainers = with maintainers; [ alunduil ];