13 buildPythonPackage rec {
14 pname = "minikerberos";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-GweGHGxAOLZqOnVdzOtw0xuvsrKsaB1gf1xZ/WuFR7w=";
25 propagatedBuildInputs = [
34 # no tests are published: https://github.com/skelsec/minikerberos/pull/5
37 pythonImportsCheck = [
42 description = "Kerberos manipulation library in Python";
43 homepage = "https://github.com/skelsec/minikerberos";
44 changelog = "https://github.com/skelsec/minikerberos/releases/tag/${version}";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];