12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 sha256 = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b312b044";
22 propagatedBuildInputs = [
28 # Tests assume network connectivity
32 description = "Pure-Python Java Keystore (JKS) library";
33 homepage = "https://github.com/kurtbrose/pyjks";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ kamadorueda ];