Merge pull request #175285 from fabaff/webapp2-remove

python3Packages.webapp2: remove
This commit is contained in:
Fabian Affolter 2022-05-30 19:17:33 +02:00 committed by GitHub
commit 01258c70ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 30 deletions

View File

@ -1,28 +0,0 @@
{ lib
, buildPythonPackage
, fetchPypi
, webob
, six
}:
buildPythonPackage rec {
pname = "webapp2";
version = "2.5.2";
src = fetchPypi {
inherit pname version;
sha256 = "997db622a266bd64eb7fcc9cfe823efb69277544aa92064030c16acbfb2733a5";
};
# # error in tests when running with python 3+
doCheck = false;
propagatedBuildInputs = [ webob six ];
meta = with lib; {
description = "Taking Google App Engine's webapp to the next level";
homepage = "http://webapp-improved.appspot.com";
license = licenses.asl20;
maintainers = [ maintainers.costrouc ];
};
}

View File

@ -160,6 +160,7 @@ mapAliases ({
tensorflow-tensorboard_2 = tensorflow-tensorboard; # added 2021-11-25
tvnamer = throw "tvnamer was moved to pkgs.tvnamer"; # added 2021-07-05
WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29
webapp2 = throw "webapp2 is unmaintained since 2012"; # added 2022-05-29
websocket_client = websocket-client; # added 2021-06-15
xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31
zc-buildout221 = zc-buildout; # added 2021-07-21

View File

@ -11043,8 +11043,6 @@ in {
webargs = callPackage ../development/python-modules/webargs { };
webapp2 = callPackage ../development/python-modules/webapp2 { };
webassets = callPackage ../development/python-modules/webassets { };
webauthn = callPackage ../development/python-modules/webauthn { };