mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
python munch: init at 2.0.4
This commit is contained in:
parent
8f4bd87993
commit
fef06f6875
@ -8954,6 +8954,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
munch = buildPythonPackage rec {
|
||||
name = "munch-${version}";
|
||||
version = "2.0.4";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/m/munch/${name}.tar.gz";
|
||||
sha256 = "1420683a94f3a2ffc77935ddd28aa9ccb540dd02b75e02ed7ea863db437ab8b2";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A dot-accessible dictionary (a la JavaScript objects)";
|
||||
license = licenses.mit;
|
||||
homepage = http://github.com/Infinidat/munch;
|
||||
};
|
||||
};
|
||||
|
||||
nototools = buildPythonPackage rec {
|
||||
version = "git-2015-09-16";
|
||||
name = "nototools-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user