Merge pull request #165165 from armeenm/remove-bitbucket-cli
This commit is contained in:
commit
b7717b643c
3 changed files with 1 additions and 29 deletions
|
@ -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;
|
||||
};
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -2301,8 +2301,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 { };
|
||||
|
|
Loading…
Reference in a new issue