python-packages.nix: strip more trailing whitespace
This commit is contained in:
parent
daef191d8d
commit
41f3ff68b5
@ -10437,16 +10437,16 @@ let
|
|||||||
maintainers = with maintainers; [ koral ];
|
maintainers = with maintainers; [ koral ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pystache = buildPythonPackage rec {
|
pystache = buildPythonPackage rec {
|
||||||
name = "pystache-${version}";
|
name = "pystache-${version}";
|
||||||
version = "0.5.4";
|
version = "0.5.4";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/p/pystache/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/p/pystache/${name}.tar.gz";
|
||||||
sha256 = "f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a";
|
sha256 = "f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A framework-agnostic, logic-free templating system inspired by ctemplate and et";
|
description = "A framework-agnostic, logic-free templating system inspired by ctemplate and et";
|
||||||
homepage = https://github.com/defunkt/pystache;
|
homepage = https://github.com/defunkt/pystache;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user