Skip to content

Commit

Permalink
pythonPackages: remove old unmaintained gsutil and dependencies
Browse files Browse the repository at this point in the history
5bd5d2d added gsutil and dependencies.
Since then, only f5680cd touched it.
There have been many updates since then of these packages. Because it is
not maintained I am removing this.
  • Loading branch information
FRidh committed May 7, 2017
1 parent 42cad8b commit 7491bc9
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28669,56 +28669,6 @@ EOF
};
};

boto-230 = buildPythonPackage rec {
name = "boto-2.30.0";
disabled = ! isPy27;
src = pkgs.fetchurl {
url = mirror://pypi/b/boto/boto-2.30.0.tar.gz;
sha256 = "12gl8azmx1vv8dbv9jhnsbhjpc2dd1ng0jlbcg734k6ggwq1h6hh";
};
doCheck = false;
meta = {
homepage = https://github.com/boto/boto;
license = licenses.mit;
description = "Python interface to Amazon Web Services";
};
};

gcs-oauth2-boto-plugin = buildPythonPackage rec {
name = "gcs-oauth2-boto-plugin-1.8";
disabled = ! isPy27;
src = pkgs.fetchurl {
url = mirror://pypi/g/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.tar.gz;
sha256 = "0jy62y5bmaf1mb735lqwry1s5nx2qqrxvl5sxip9yg4miih3qkyb";
};
propagatedBuildInputs = with self; [ boto-230 httplib2 google_api_python_client retry_decorator pyopenssl socksipy-branch ];
meta = {
homepage = https://developers.google.com/storage/docs/gspythonlibrary;
description = "Provides OAuth 2.0 credentials that can be used with Google Cloud Storage";
license = licenses.asl20;
};
};

gsutil = buildPythonPackage rec {
name = "gsutil-4.6";
disabled = ! isPy27;
meta = {
homepage = https://developers.google.com/storage/docs/gsutil;
description = "Google Cloud Storage Tool";
maintainers = with maintainers; [ roconnor ];
license = licenses.asl20;
};
doCheck = false;

src = pkgs.fetchurl {
url = mirror://pypi/g/gsutil/gsutil-4.6.tar.gz;
sha256 = "1i0clm60162rbk45ljr8nsw4ndkzjnwb7r440shcqjrvw8jq49mn";
};

propagatedBuildInputs = with self; [ boto-230 crcmod httplib2 gcs-oauth2-boto-plugin google_api_python_client gflags
retry_decorator pyopenssl socksipy-branch crcmod ];
};

svg2tikz = self.buildPythonPackage {
name = "svg2tikz-1.0.0";
disabled = ! isPy27;
Expand Down

0 comments on commit 7491bc9

Please sign in to comment.