python-events: init at 0.2.1

This commit is contained in:
Yuri Albuquerque 2016-01-08 09:57:03 -04:00
parent a04caed0b3
commit 295b0534e8

View File

@ -4557,6 +4557,22 @@ in modules // {
};
};
events = buildPythonPackage rec {
name = "Events-${version}";
version = "0.2.1";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/E/Events/${name}.tar.gz";
sha256 = "0rymyfvarjdi2fdhfz2iqmp4wgd2n2sm0p2mx44c3spm7ylnqzqa";
};
meta = {
homepage = "http://events.readthedocs.org";
description = "Bringing the elegance of C# EventHanlder to Python";
license = licenses.bsd3;
};
};
eyeD3 = buildPythonPackage rec {
version = "0.7.8";