1 { lib, buildPythonPackage, fetchPypi, isPy27, unittest2, six }:
3 buildPythonPackage rec {
4 pname = "logilab-common";
10 sha256 = "0h0b2vg2xpfbnynrkg2yki4zjpscm6wgm6nhaahb088v98zxqbrk";
13 propagatedBuildInputs = [ unittest2 six ];
15 # package supports 3.x but tests require egenix-mx-base which is python 2.x only
16 # and is not currently in nixos
20 description = "Python packages and modules used by Logilab ";
21 homepage = "https://www.logilab.org/project/logilab-common";
22 license = licenses.lgpl21;