1 { lib, buildPythonPackage, fetchPypi, pyyaml, nose, jinja2, mock, pytest }:
3 buildPythonPackage rec {
10 sha256 = "1kc1042jydgk54xpgcp0r1ib4gys91nhy285jzfcxj3pfqrk4w8n";
13 propagatedBuildInputs = [ pyyaml ];
14 nativeCheckInputs = [ nose jinja2 mock pytest ];
16 # Needs Babel CLI tool
18 checkPhase = "py.test";
21 description = "Media asset management for Python, with glue code for various web frameworks";
22 mainProgram = "webassets";
23 homepage = "https://github.com/miracle2k/webassets/";
24 license = licenses.bsd2;
25 maintainers = with maintainers; [ abbradar ];