bitbucket-cli: remove

Uses unsupported API and Python 2
This commit is contained in:
Armeen Mahdian 2022-03-21 15:14:41 -05:00
parent 9bc841fec1
commit c13013049e
3 changed files with 1 additions and 29 deletions

View file

@ -1,27 +0,0 @@
{ lib
, python2
}:
python2.pkgs.buildPythonApplication rec {
pname = "bitbucket-cli";
version = "0.5.1";
src = python2.pkgs.fetchPypi {
inherit pname version;
sha256 = "1xmn73x6jirnwfwcdy380ncmkai9f9dhmld6zin01ypbqwgf50fq";
};
propagatedBuildInputs = with python2.pkgs; [
requests
];
# No tests
doCheck = false;
meta = with lib; {
description = "Bitbucket command line interface";
homepage = "https://bitbucket.org/zhemao/bitbucket-cli";
maintainers = with maintainers; [ refnil ];
license = licenses.bsd2;
};
}

View file

@ -100,6 +100,7 @@ mapAliases ({
beegfs = throw "beegfs has been removed"; # Added 2019-11-24
beret = throw "beret has been removed"; # Added 2021-11-16
bin_replace_string = throw "bin_replace_string has been removed: deleted by upstream"; # Added 2022-01-07
bitbucket-cli = throw "bitbucket-cli has been removed: abandoned by upstream"; # Added 2022-03-21
bitsnbots = throw "bitsnbots has been removed because it was broken and upstream missing"; # Added 2021-08-22
blastem = throw "blastem has been removed from nixpkgs as it would still require python2"; # Added 2022-01-01
bluezFull = bluez; # Added 2019-12-03

View file

@ -2299,8 +2299,6 @@ with pkgs;
birdtray = libsForQt5.callPackage ../applications/misc/birdtray { };
bitbucket-cli = callPackage ../tools/misc/bitbucket-cli { };
bitbucket-server-cli = callPackage ../applications/version-management/git-and-tools/bitbucket-server-cli { };
blitz = callPackage ../development/libraries/blitz { };