8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "16xwayr0rbp7xdg7bzmyf8s7al0dhkbmkcnil66ax7r8bznp5lmp";
19 propagatedBuildInputs = [ future ];
22 ${python.interpreter} test.py
26 description = "A JUnit/xUnit Result XML Parser";
27 license = licenses.asl20;
28 homepage = "https://github.com/gastlygem/junitparser";
29 maintainers = with maintainers; [ multun ];