Skip to content

Commit 7491bc9

Browse files
committedMay 7, 2017
pythonPackages: remove old unmaintained gsutil and dependencies
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.
1 parent 42cad8b commit 7491bc9

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed
 

‎pkgs/top-level/python-packages.nix

-50
Original file line numberDiff line numberDiff line change
@@ -28669,56 +28669,6 @@ EOF
2866928669
};
2867028670
};
2867128671

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-
2872228672
svg2tikz = self.buildPythonPackage {
2872328673
name = "svg2tikz-1.0.0";
2872428674
disabled = ! isPy27;

0 commit comments

Comments
 (0)
Please sign in to comment.