pythonPackages.bepasty-server: init at 0.4.0

This commit is contained in:
makefu 2015-10-05 16:20:17 +02:00
parent a68d7db1c4
commit 58d4ffc488

View File

@ -18587,6 +18587,33 @@ let
}; };
}; };
bepasty-server = buildPythonPackage rec {
name = "bepasty-server-${version}";
version = "0.4.0";
propagatedBuildInputs = with self;[
flask
pygments
xstatic
xstatic-bootbox
xstatic-bootstrap
xstatic-jquery
xstatic-jquery-file-upload
xstatic-jquery-ui
xstatic-pygments
];
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/b/bepasty/bepasty-${version}.tar.gz";
sha256 = "0bs79pgrjlnkmjfyj2hllbx3rw757va5w2g2aghi9cydmsl7gyi4";
};
meta = {
homepage = http://github.com/bepasty/bepasty-server;
description = "binary pastebin server";
license = licenses.mit;
maintainers = [ maintainers.makefu ];
};
};
xstatic = buildPythonPackage rec { xstatic = buildPythonPackage rec {
name = "XStatic-${version}"; name = "XStatic-${version}";
version = "1.0.1"; version = "1.0.1";