1 { lib, buildPythonPackage, fetchPypi, hypothesis, isPy3k }:
3 buildPythonPackage rec {
10 sha256 = "94aa84fa42393f773c8215fab679bd3b72bbdb9f7931643d3672184cde9981d9";
13 propagatedBuildInputs = [ hypothesis ];
15 # pypi doesn't distribute tests
18 pythonImportsCheck = [ "rubymarshal" ];
21 homepage = "https://github.com/d9pouces/RubyMarshal/";
22 description = "Read and write Ruby-marshalled data";
23 license = licenses.wtfpl;
24 maintainers = [ maintainers.ryantm ];