python.pkgs.rubymarshal: init at 1.0.3

This commit is contained in:
Ryan Mulligan 2018-05-27 09:13:14 -07:00
parent b2317a0b87
commit 0163b98641
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ stdenv, buildPythonPackage, fetchPypi, python, hypothesis }:
buildPythonPackage rec {
pname = "rubymarshal";
version = "1.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "131lbc18s3rlmby2dpbvi4msz13gqw6xvx067mh4zcx9npygn9r2";
};
propagatedBuildInputs = [ hypothesis ];
meta = with stdenv.lib; {
homepage = https://github.com/d9pouces/RubyMarshal/;
description = "Read and write Ruby-marshalled data";
license = licenses.wtfpl;
maintainers = [ maintainers.ryantm ];
};
}

View file

@ -18195,6 +18195,8 @@ EOF
pysdl2 = callPackage ../development/python-modules/pysdl2 { };
pyogg = callPackage ../development/python-modules/pyogg { };
rubymarshal = callPackage ../development/python-modules/rubymarshal { };
});
in fix' (extends overrides packages)