9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-TYUvr0bscM/FaPk9oiF4Ob7HdKa2HlbpEFmaPfh4ir0=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "volatile" ];
28 description = "Small extension for the tempfile module";
29 homepage = "https://github.com/mbr/volatile";
30 license = licenses.mit;
31 maintainers = with maintainers; [ fab ];