8 buildPythonPackage rec {
11 disabled = isPyPy || isPy3k;
14 inherit pname version;
15 sha256 = "01y6vbwncqb0hxlnin6whd9wrrm5my4qzjhk76fnix78v7ip515r";
18 doCheck = false; # No such file or directory errors on 32bit
21 homepage = "https://pypi.org/project/pyptlib/";
22 description = "A python implementation of the Pluggable Transports for Circumvention specification for Tor";
23 license = licenses.bsd2;