pythonPackages.bugseverywhere: removing, abandoned
This package has been abandoned by upstream, with the last version being from 2012. This is being removed due to python 3 incompatibility.
This commit is contained in:
parent
222932255e
commit
611493595a
@ -1,34 +0,0 @@
|
||||
{ stdenv, pythonPackages, fetchurl }:
|
||||
|
||||
#
|
||||
# Upstream stopped development of this package. If this package does not build
|
||||
# anymore, feel free to remove it by reverting the appropriate patch
|
||||
# (git log --grep bugseverywhere)
|
||||
#
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
version = "1.1.1";
|
||||
pname = "bugseverywhere";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
"mirror://pypi/b/bugs-everywhere/bugs-everywhere-${version}.tar.gz";
|
||||
sha256 = "1ikm3ckwpimwcvx32vy7gh5gbp7q750j3327m17nvrj99g3daz2d";
|
||||
};
|
||||
|
||||
# There are no tests in the repository.
|
||||
doCheck = false;
|
||||
|
||||
buildInputs = with pythonPackages; [
|
||||
jinja2
|
||||
cherrypy
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Bugtracker supporting distributed revision control";
|
||||
homepage = http://www.bugseverywhere.org/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.matthiasbeyer ];
|
||||
};
|
||||
}
|
||||
|
@ -489,7 +489,7 @@ in {
|
||||
|
||||
bt_proximity = callPackage ../development/python-modules/bt-proximity { };
|
||||
|
||||
bugseverywhere = callPackage ../applications/version-management/bugseverywhere {};
|
||||
bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # Added 2019-11-27
|
||||
|
||||
cachecontrol = callPackage ../development/python-modules/cachecontrol { };
|
||||
|
||||
@ -4489,7 +4489,7 @@ in {
|
||||
|
||||
praw = if isPy3k then callPackage ../development/python-modules/praw { }
|
||||
else callPackage ../development/python-modules/praw/6.3.nix { };
|
||||
|
||||
|
||||
prance = callPackage ../development/python-modules/prance { };
|
||||
|
||||
prawcore = callPackage ../development/python-modules/prawcore { };
|
||||
|
Loading…
Reference in New Issue
Block a user