11 buildPythonPackage rec {
19 hash = "sha256-3I7oVAc0dK15rhaNkML2iThU9Yk2z6GPNYfK2uDTaW0=";
22 propagatedBuildInputs = [
24 ] ++ lib.optionals (pythonOlder "3.8") [
32 # required openjdk (easy) but then there were some class path issues
33 # when running the tests
37 homepage = "https://github.com/originell/jpype/";
38 sourceProvenance = with sourceTypes; [
42 license = licenses.asl20;
43 description = "A Python to Java bridge";