pythonPackages.entrypoints: init at 0.2.1

This commit is contained in:
Frederik Rietdijk 2016-04-26 18:00:32 +02:00
parent 303e976245
commit 3c0dc7a7c7
1 changed files with 13 additions and 0 deletions

View File

@ -5431,6 +5431,19 @@ in modules // {
};
});
entrypoints = buildPythonPackage rec {
name = "entrypoints";
version = "0.2.1";
format = "wheel";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/a5/2d/26548d66d58f7775cb332fcf3f864987c05f5e3f800b0b22b9919dacf653/entrypoints-0.2.1-py2.py3-none-any.whl";
sha256 = "112n36dllmls19j5k6bwcnsm6y2789lxzkjl1n9yir7gkm0dmzzw";
};
propagatedBuildInputs = with self; [ configparser ];
};
evdev = buildPythonPackage rec {
version = "0.4.7";