pluggy: init at 0.3.1

This commit is contained in:
Jascha Geerds 2016-01-11 13:51:17 +01:00
parent 15f6633210
commit c2224b8c0e

View file

@ -23160,6 +23160,23 @@ in modules // {
};
};
pluggy = buildPythonPackage rec {
name = "pluggy-${version}";
version = "0.3.1";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pluggy/${name}.tar.gz";
sha256 = "18qfzfm40bgx672lkg8q9x5hdh76n7vax99aank7vh2nw21wg70m";
};
meta = {
description = "Plugin and hook calling mechanisms for Python";
homepage = "https://pypi.python.org/pypi/pluggy";
license = licenses.mit;
maintainers = with maintainers; [ jgeerds ];
};
};
xcffib = buildPythonPackage rec {
version = "0.3.2";
name = "xcffib-${version}";