11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
22 hash = "sha256-Ni7GcpkxzAMtP4wBOFsi4KnxK+nC0XCZR/2Z/eS/C+w=";
25 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "cryptography" ];
40 description = "Pure python Tor client";
41 homepage = "https://github.com/torpyorg/torpy";
42 license = licenses.asl20;
43 maintainers = with maintainers; [ larsr ];