15 inherit pname version;
16 sha256 = "0nb64p1hzshgi1kfc2jx1v9vn8b0wzs50460wfra3fsxh0ap66ab";
18 skeinJar = callPackage ./skeinjar.nix { inherit src version; };
20 buildPythonPackage rec {
21 inherit pname version src;
24 propagatedBuildInputs = with pythonPackages; [ cryptography grpcio grpcio-tools jupyter pytest pyyaml requests jre ];
27 # Ensure skein.jar exists skips the maven build in setup.py
29 ln -s ${skeinJar} skein/java/skein.jar
33 homepage = "https://jcristharif.com/skein";
34 description = "A tool and library for easily deploying applications on Apache YARN";
35 license = licenses.bsd3;
36 maintainers = with maintainers; [ alexbiehl ];
37 broken = true; # maven repo src isn't stable