10 buildPythonPackage rec {
11 pname = "django-encrypted-model-fields";
13 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-i9IcVWXA1k7E29N1rTT+potNotuHHew/px/nteQiHJk=";
21 nativeBuildInputs = [ poetry-core ];
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "encrypted_model_fields" ];
31 description = "Set of fields that wrap standard Django fields with encryption provided by the python cryptography library";
32 homepage = "https://gitlab.com/lansharkconsulting/django/django-encrypted-model-fields";
33 license = licenses.mit;
34 maintainers = with maintainers; [ centromere ];