8 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "r1chardj0n3s";
17 hash = "sha256-i/H3E/Z8vqt2jLS8BaVHJuD2Fbi7TP7EeOjXAJ16bWg=";
24 nativeBuildInputs = [ setuptools ];
26 nativeCheckInputs = [ pytestCheckHook ];
29 homepage = "https://github.com/r1chardj0n3s/parse";
30 description = "parse() is the opposite of format()";
31 license = licenses.bsdOriginal;
32 maintainers = with maintainers; [ alunduil ];