1 { lib, buildPythonPackage, python, fetchFromGitHub, requests, iso8601, bottle, pytest, pytestcov }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "0cmg993icpsa1b19kljxvjwhs167bsqrs0ad4wnwsi8qq6na5d4p";
14 checkInputs = [ bottle pytest pytestcov ];
17 pytest tests/test_{parser,model,variant_m3u8}.py
20 propagatedBuildInputs = [ requests iso8601 ];
23 homepage = "https://github.com/globocom/m3u8";
24 description = "Python m3u8 parser";
25 license = licenses.mit;
26 maintainers = with maintainers; [ Scriptkiddi ];