14 buildPythonPackage rec {
15 pname = "minikerberos";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-GweGHGxAOLZqOnVdzOtw0xuvsrKsaB1gf1xZ/WuFR7w=";
26 propagatedBuildInputs = [
35 # no tests are published: https://github.com/skelsec/minikerberos/pull/5
38 pythonImportsCheck = [ "minikerberos" ];
41 description = "Kerberos manipulation library in Python";
42 homepage = "https://github.com/skelsec/minikerberos";
43 changelog = "https://github.com/skelsec/minikerberos/releases/tag/${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];