8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "09f5066337f8a76fb5233f267873f89a27a17c10bf79575954894bb71686451c";
17 propagatedBuildInputs = [ six ];
20 ${python.interpreter} setup.py test
24 description = "A backport of the selectors module from Python 3.4";
25 homepage = "https://github.com/berkerpeksag/selectors34";
26 license = licenses.psfl;
27 maintainers = with maintainers; [ prusnak ];