9 buildPythonPackage rec {
12 disabled = pythonOlder "3.5";
15 inherit pname version;
17 sha256 = "00p6f1dfma65192hc72dxd506491lsq3g5wgxqafi1xpg2w1xia6";
20 propagatedBuildInputs = [
25 # circular dependency on webtest
27 pythonImportsCheck = [ "pyquery" ];
30 description = "A jquery-like library for Python";
31 homepage = "https://github.com/gawel/pyquery";
32 changelog = "https://github.com/gawel/pyquery/blob/${version}/CHANGES.rst";
33 license = licenses.bsd0;