13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "uqfoundation";
23 rev = "refs/tags/dill-${version}";
24 hash = "sha256-1cRGA5RuNjlpc3jq9SAsUYgmPauIV8zRF9SxOmveljI=";
33 ${python.interpreter} dill/tests/__main__.py
38 inherit apache-beam datasets;
41 pythonImportsCheck = [ "dill" ];
44 description = "Serialize all of python (almost)";
45 homepage = "https://github.com/uqfoundation/dill/";
46 changelog = "https://github.com/uqfoundation/dill/releases/tag/dill-${version}";
47 license = licenses.bsd3;
48 maintainers = with maintainers; [ tjni ];