pythonPackages: remove old unmaintained gsutil and dependencies

5bd5d2d9be5826793db8270befd1b064dcb49373 added gsutil and dependencies.
Since then, only f5680cdd49ef437da3faf3f9e1c999b0fef29b00 touched it.
There have been many updates since then of these packages. Because it is
not maintained I am removing this.

-50
-50
pkgs/top-level/python-packages.nix
··· 28669 28669 }; 28670 28670 }; 28671 28671 28672 - boto-230 = buildPythonPackage rec { 28673 - name = "boto-2.30.0"; 28674 - disabled = ! isPy27; 28675 - src = pkgs.fetchurl { 28676 - url = mirror://pypi/b/boto/boto-2.30.0.tar.gz; 28677 - sha256 = "12gl8azmx1vv8dbv9jhnsbhjpc2dd1ng0jlbcg734k6ggwq1h6hh"; 28678 - }; 28679 - doCheck = false; 28680 - meta = { 28681 - homepage = https://github.com/boto/boto; 28682 - license = licenses.mit; 28683 - description = "Python interface to Amazon Web Services"; 28684 - }; 28685 - }; 28686 - 28687 - gcs-oauth2-boto-plugin = buildPythonPackage rec { 28688 - name = "gcs-oauth2-boto-plugin-1.8"; 28689 - disabled = ! isPy27; 28690 - src = pkgs.fetchurl { 28691 - url = mirror://pypi/g/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.tar.gz; 28692 - sha256 = "0jy62y5bmaf1mb735lqwry1s5nx2qqrxvl5sxip9yg4miih3qkyb"; 28693 - }; 28694 - propagatedBuildInputs = with self; [ boto-230 httplib2 google_api_python_client retry_decorator pyopenssl socksipy-branch ]; 28695 - meta = { 28696 - homepage = https://developers.google.com/storage/docs/gspythonlibrary; 28697 - description = "Provides OAuth 2.0 credentials that can be used with Google Cloud Storage"; 28698 - license = licenses.asl20; 28699 - }; 28700 - }; 28701 - 28702 - gsutil = buildPythonPackage rec { 28703 - name = "gsutil-4.6"; 28704 - disabled = ! isPy27; 28705 - meta = { 28706 - homepage = https://developers.google.com/storage/docs/gsutil; 28707 - description = "Google Cloud Storage Tool"; 28708 - maintainers = with maintainers; [ roconnor ]; 28709 - license = licenses.asl20; 28710 - }; 28711 - doCheck = false; 28712 - 28713 - src = pkgs.fetchurl { 28714 - url = mirror://pypi/g/gsutil/gsutil-4.6.tar.gz; 28715 - sha256 = "1i0clm60162rbk45ljr8nsw4ndkzjnwb7r440shcqjrvw8jq49mn"; 28716 - }; 28717 - 28718 - propagatedBuildInputs = with self; [ boto-230 crcmod httplib2 gcs-oauth2-boto-plugin google_api_python_client gflags 28719 - retry_decorator pyopenssl socksipy-branch crcmod ]; 28720 - }; 28721 - 28722 28672 svg2tikz = self.buildPythonPackage { 28723 28673 name = "svg2tikz-1.0.0"; 28724 28674 disabled = ! isPy27;