forked from mirrors/nixpkgs
python.pkgs.sockjs-tornado: init at 1.0.3
This commit is contained in:
parent
a916417f1a
commit
c7ee41bc13
|
@ -24609,6 +24609,25 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
sockjs-tornado = buildPythonPackage rec {
|
||||
name = "sockjs-tornado-${version}";
|
||||
version = "1.0.3";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/s/sockjs-tornado/${name}.tar.gz";
|
||||
sha256 = "16cff40nniqsyvda1pb2j3b4zwmrw7y2g1vqq78lp20xpmhnwwkd";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ tornado ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://github.com/mrjoes/sockjs-tornado/";
|
||||
description = "SockJS python server implementation on top of Tornado framework";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
};
|
||||
|
||||
sorl_thumbnail = buildPythonPackage rec {
|
||||
name = "sorl-thumbnail-11.12";
|
||||
|
||||
|
|
Loading…
Reference in a new issue