10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "1yihp2n42amrxw0wk9f66llpb3w5kwhgkcdg9krkzcik1nsqp7dh";
20 propagatedBuildInputs = [ javaobj-py3 ];
22 # No tests implemented
26 description = "Bindings for the Twofish implementation by Niels Ferguson";
27 homepage = "https://github.com/keybase/python-twofish";
28 license = lib.licenses.bsd3;
29 maintainers = with lib.maintainers; [ kamadorueda ];