8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-TYUvr0bscM/FaPk9oiF4Ob7HdKa2HlbpEFmaPfh4ir0=";
26 pythonImportsCheck = [
31 description = "A small extension for the tempfile module";
32 homepage = "https://github.com/mbr/volatile";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];