11 buildPythonPackage rec {
13 version = "2024.11.0";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
22 hash = "sha256-h0GubDuwINDNfDxBVJv74yu/OnzMasq5f0lPoIrNNCA=";
25 build-system = [ setuptools ];
27 dependencies = [ cryptography ];
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "securetar" ];
34 description = "Module to handle tarfile backups";
35 homepage = "https://github.com/pvizeli/securetar";
36 changelog = "https://github.com/pvizeli/securetar/releases/tag/${version}";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ fab ];