pythonPackages.uncompyle6: init at 2.8.3
This commit is contained in:
parent
be14bfef44
commit
c316e38bad
1 changed files with 15 additions and 0 deletions
|
@ -12019,6 +12019,21 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
uncompyle6 = buildPythonPackage rec {
|
||||
name = "uncompyle6-${version}";
|
||||
version = "2.8.3";
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/u/uncompyle6/${name}.tar.gz";
|
||||
sha256 = "0hx5sji6qjvnq1p0zhvyk5hgracpv2w6iar1j59qwllxv115ffi1";
|
||||
};
|
||||
propagatedBuildInputs = with self; [ spark_parser xdis ];
|
||||
meta = {
|
||||
description = "Python cross-version byte-code deparser";
|
||||
homepage = http://github.com/rocky/python-uncompyle6/;
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
lsi = buildPythonPackage rec {
|
||||
name = "lsi-${version}";
|
||||
version = "0.2.2";
|
||||
|
|
Loading…
Reference in a new issue