8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 sha256 = "3772b2a9923fbf674000ff51abebf6ea8f0fca0a2cfcbfa0d63ff118193d1ec5";
20 propagatedBuildInputs = [
24 # ImportError: No module named 'tests
27 pythonImportsCheck = [
32 description = "Ridiculously fast object serialization";
33 homepage = "https://github.com/clarkduvall/serpy";
34 license = licenses.mit;
35 maintainers = with maintainers; [ ];