Loading pkgs/development/python-modules/txtorcon/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -6,11 +6,11 @@ cryptography, fetchPypi, geoip, incremental, lsof, mock, pytestCheckHook, pythonOlder, setuptools, twisted, zope-interface, }: Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "txtorcon"; version = "24.8.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -27,10 +27,10 @@ buildPythonPackage rec { hash = "sha256-vv4ZE42cjFMHtu5tT+RG0MIB/9HMQErrJl7ZAwmXitA="; }; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ cryptography incremental twisted automat zope-interface Loading @@ -45,6 +45,8 @@ buildPythonPackage rec { doCheck = !(stdenv.isDarwin && stdenv.isAarch64); pythonImportsCheck = [ "txtorcon" ]; meta = with lib; { description = "Twisted-based Tor controller client, with state-tracking and configuration abstractions"; homepage = "https://github.com/meejah/txtorcon"; Loading Loading
pkgs/development/python-modules/txtorcon/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -6,11 +6,11 @@ cryptography, fetchPypi, geoip, incremental, lsof, mock, pytestCheckHook, pythonOlder, setuptools, twisted, zope-interface, }: Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "txtorcon"; version = "24.8.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -27,10 +27,10 @@ buildPythonPackage rec { hash = "sha256-vv4ZE42cjFMHtu5tT+RG0MIB/9HMQErrJl7ZAwmXitA="; }; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ cryptography incremental twisted automat zope-interface Loading @@ -45,6 +45,8 @@ buildPythonPackage rec { doCheck = !(stdenv.isDarwin && stdenv.isAarch64); pythonImportsCheck = [ "txtorcon" ]; meta = with lib; { description = "Twisted-based Tor controller client, with state-tracking and configuration abstractions"; homepage = "https://github.com/meejah/txtorcon"; Loading