9 buildPythonPackage rec {
11 pname = "pickleshare";
14 inherit pname version;
15 sha256 = "87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca";
18 propagatedBuildInputs = [ path ]
19 ++ lib.optional (pythonOlder "3.4") pathlib2;
21 # No proper test suite
25 description = "Tiny 'shelve'-like database with concurrency support";
26 homepage = "https://github.com/vivainio/pickleshare";
27 license = licenses.mit;