12 buildPythonPackage rec {
13 pname = "txi2p-tahoe";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-u/IOhxK9jWC/tTKKLsc4PexbCuki+yEtMNw7LuQKmuk=";
30 propagatedBuildInputs = [
35 pythonImportsCheck = [ "txi2p" ];
39 ${python.interpreter} -m twisted.trial txi2p
44 description = "I2P bindings for Twisted";
45 homepage = "https://github.com/tahoe-lafs/txi2p";
46 license = lib.licenses.isc;
47 maintainers = with lib.maintainers; [ dotlambda ];