forked from mirrors/nixpkgs
cherrypy: 3.2.2 -> 8.7.0
This commit is contained in:
parent
88d78f9d46
commit
53c2f3c52e
|
@ -3847,15 +3847,17 @@ in {
|
|||
|
||||
cherrypy = buildPythonPackage (rec {
|
||||
name = "cherrypy-${version}";
|
||||
version = "3.2.2";
|
||||
version = "8.7.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://download.cherrypy.org/cherrypy/${version}/CherryPy-${version}.tar.gz";
|
||||
sha256 = "14dn129h69wj0h8yr0bjwbrk8kygl6mkfnxc5m3fxhlm4xb8hnnw";
|
||||
url = "mirror://pypi/C/CherryPy/CherryPy-${version}.tar.gz";
|
||||
sha256 = "cbf418bf46458a67eb841944f2d414c23bf59d090baf2a28704bd67243e6a79f";
|
||||
};
|
||||
|
||||
# error: invalid command 'test'
|
||||
doCheck = false;
|
||||
# wsgiserver.ssl_pyopenssl is broken on py3k.
|
||||
doCheck = !isPy3k;
|
||||
buildInputs = with self; [ pytest setuptools_scm pytestrunner ];
|
||||
propagatedBuildInputs = with self; [ six ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.cherrypy.org";
|
||||
|
|
Loading…
Reference in a new issue