pydispatcher: re-enable on Python3.5
This commit is contained in:
parent
5ea0390493
commit
288bb906fe
@ -18775,13 +18775,18 @@ in modules // {
|
|||||||
|
|
||||||
pydispatcher = buildPythonPackage (rec {
|
pydispatcher = buildPythonPackage (rec {
|
||||||
version = "2.0.5";
|
version = "2.0.5";
|
||||||
disabled = isPy35;
|
|
||||||
name = "pydispatcher-${version}";
|
name = "pydispatcher-${version}";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/P/PyDispatcher/PyDispatcher-${version}.tar.gz";
|
url = "mirror://pypi/P/PyDispatcher/PyDispatcher-${version}.tar.gz";
|
||||||
sha256 = "1bswbmhlbqdxlgbxlb6xrlm4k253sg8nvpl1whgsys8p3fg0cw2m";
|
sha256 = "1bswbmhlbqdxlgbxlb6xrlm4k253sg8nvpl1whgsys8p3fg0cw2m";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ pytest ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pydispatcher.sourceforge.net/;
|
homepage = http://pydispatcher.sourceforge.net/;
|
||||||
description = "Signal-registration and routing infrastructure for use in multiple contexts";
|
description = "Signal-registration and routing infrastructure for use in multiple contexts";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user