14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "uqfoundation";
24 rev = "refs/tags/${version}";
25 hash = "sha256-p+W0ppNMfSgplKsQjaTnTrMvQ5poF/E/xSzsiLf9h58=";
28 nativeBuildInputs = [ setuptools ];
32 ${python.interpreter} dill/tests/__main__.py
37 inherit apache-beam datasets;
40 pythonImportsCheck = [ "dill" ];
43 description = "Serialize all of python (almost)";
44 homepage = "https://github.com/uqfoundation/dill/";
45 changelog = "https://github.com/uqfoundation/dill/releases/tag/dill-${version}";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ tjni ];