Merge pull request #165165 from armeenm/remove-bitbucket-cli

authored by

Ben Siraphob and committed by
GitHub
b7717b64 6326d1b3

+1 -29
-27
pkgs/tools/misc/bitbucket-cli/default.nix
··· 1 - { lib 2 - , python2 3 - }: 4 - 5 - python2.pkgs.buildPythonApplication rec { 6 - pname = "bitbucket-cli"; 7 - version = "0.5.1"; 8 - 9 - src = python2.pkgs.fetchPypi { 10 - inherit pname version; 11 - sha256 = "1xmn73x6jirnwfwcdy380ncmkai9f9dhmld6zin01ypbqwgf50fq"; 12 - }; 13 - 14 - propagatedBuildInputs = with python2.pkgs; [ 15 - requests 16 - ]; 17 - 18 - # No tests 19 - doCheck = false; 20 - 21 - meta = with lib; { 22 - description = "Bitbucket command line interface"; 23 - homepage = "https://bitbucket.org/zhemao/bitbucket-cli"; 24 - maintainers = with maintainers; [ refnil ]; 25 - license = licenses.bsd2; 26 - }; 27 - }
+1
pkgs/top-level/aliases.nix
··· 100 100 beegfs = throw "beegfs has been removed"; # Added 2019-11-24 101 101 beret = throw "beret has been removed"; # Added 2021-11-16 102 102 bin_replace_string = throw "bin_replace_string has been removed: deleted by upstream"; # Added 2022-01-07 103 + bitbucket-cli = throw "bitbucket-cli has been removed: abandoned by upstream"; # Added 2022-03-21 103 104 bitsnbots = throw "bitsnbots has been removed because it was broken and upstream missing"; # Added 2021-08-22 104 105 blastem = throw "blastem has been removed from nixpkgs as it would still require python2"; # Added 2022-01-01 105 106 bluezFull = bluez; # Added 2019-12-03
-2
pkgs/top-level/all-packages.nix
··· 2301 2301 2302 2302 birdtray = libsForQt5.callPackage ../applications/misc/birdtray { }; 2303 2303 2304 - bitbucket-cli = callPackage ../tools/misc/bitbucket-cli { }; 2305 - 2306 2304 bitbucket-server-cli = callPackage ../applications/version-management/git-and-tools/bitbucket-server-cli { }; 2307 2305 2308 2306 blitz = callPackage ../development/libraries/blitz { };