summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:26:30 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:20:27 +0200
commit58218ac8b66447998114abc5f556220b376a74f4 (patch)
treeaa01908d79f44de63fde152924a58ba684c20144 /net-misc
parentnet-misc/felix: Drop old (diff)
downloadgentoo-58218ac8b66447998114abc5f556220b376a74f4.tar.gz
gentoo-58218ac8b66447998114abc5f556220b376a74f4.tar.bz2
gentoo-58218ac8b66447998114abc5f556220b376a74f4.zip
net-misc/gsutil: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gsutil/Manifest4
-rw-r--r--net-misc/gsutil/files/gsutil-4.27-use-friendy-version-checks.patch29
-rw-r--r--net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch29
-rw-r--r--net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch30
-rw-r--r--net-misc/gsutil/gsutil-4.27.ebuild60
-rw-r--r--net-misc/gsutil/gsutil-4.28.ebuild60
-rw-r--r--net-misc/gsutil/gsutil-4.30.ebuild58
-rw-r--r--net-misc/gsutil/gsutil-4.32.ebuild78
8 files changed, 0 insertions, 348 deletions
diff --git a/net-misc/gsutil/Manifest b/net-misc/gsutil/Manifest
index 77882581db8e..0b86cf865f19 100644
--- a/net-misc/gsutil/Manifest
+++ b/net-misc/gsutil/Manifest
@@ -1,5 +1 @@
-DIST gsutil_4.27.tar.gz 3107288 BLAKE2B 4322335779645caf8d1ce717140a92a2173871e3c572c70a1a07cfe3f2c3b054becb74a3b4cdd2cfac912b3f84758b1b40e65223cc9e3582653392bc3fc180d5 SHA512 0c05e3f1baa8e11e89fc5af2a42474984fc4d5b3cfbd28f3a0efd7603aeee9062f55899c8325579a10e37a6b70a2ad770daf03589f43d0a8a696595c1cdf7b57
-DIST gsutil_4.28.tar.gz 3410500 BLAKE2B ef6d5460f9f04d27c0f172db5880e02cc88f461455ca05c3eb125656f80c29cba9fcf96ceb0c5958f14a7dc1ac85fcae3a2234a2876c7757ece5e756e910da08 SHA512 fbba505f58bc46a737ae8c02aa6a112f71f2543e3aaa4d45afd8e81cda0850c7180216827f3510858b90dfcad85c2d4b54a8c74a04c9b4ab580e966fee7bde0a
-DIST gsutil_4.30.tar.gz 3549515 BLAKE2B e6ef7e3832922d0ac1dafee27d56ce810fb6daab0ffb19e3c5644c9f6b71c3a68490c809fce101c723a15a2124013691321c1cf5a6e5be0970bb8f9cb8878ead SHA512 504f21e3a79695959b128aac9c1b53fda8a5752c813b81edeff3d435c95e5cf269c75e682467a615e093a00ae2b52a6c9c7f0fc2a2fd49440f633124d47f197c
-DIST gsutil_4.32.tar.gz 3644450 BLAKE2B 0e8667504d2bcb499723cf55e6bf825cf555609209c73efaf544183d01a2a5e696ee7c4968f87ded36158a517abf397a295a770d8b9e230695720e90ce52f2d9 SHA512 9000d67cc29af6e28b6210edee3e2143bd382ff7fbea76bd75dabfd0caaafe82832c86e4148005edd1d9f986127f573d16b8a3387747bc28a6091ff189829e8a
DIST gsutil_4.41.tar.gz 3685987 BLAKE2B 7586d6c64c87c27e4c5f3e86372bfe6d7fdfbdcbe4146308ed497d86b6e3fb984a79d3f07ba3ed055ac09bfe70eef893b8b764a46921703c48c8e54e49cac7eb SHA512 f96500a4761cb244039ba20ccb328b143134a74822990538585116fe6afa6f9e23cfecc9958e34d5deb4291edc9cbe97c6176b3a0f0136ed6e8e81303b5b8c4a
diff --git a/net-misc/gsutil/files/gsutil-4.27-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.27-use-friendy-version-checks.patch
deleted file mode 100644
index c02e567989f3..000000000000
--- a/net-misc/gsutil/files/gsutil-4.27-use-friendy-version-checks.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -36,21 +36,21 @@
-
- requires = [
- 'argcomplete>=1.8.2',
-- 'boto==2.47.0',
-+ 'boto>=2.47.0',
- 'crcmod>=1.7',
- 'gcs-oauth2-boto-plugin>=1.14',
-- 'google-apitools==0.5.3',
-+ 'google-apitools>=0.5.3',
- 'httplib2>=0.8',
- # TODO: Sync submodule with tag referenced here once #339 is fixed in mock.
-- 'mock==2.0.0',
-- 'oauth2client==2.2.0',
-+ 'mock>=2.0.0',
-+ 'oauth2client>=2.2.0',
- 'pyOpenSSL>=0.13',
- 'python-gflags>=2.0',
- 'retry_decorator>=1.0.0',
- 'six>=1.9.0',
- # Not using 1.02 because of:
- # https://code.google.com/p/socksipy-branch/issues/detail?id=3
-- 'SocksiPy-branch==1.01',
-+ 'SocksiPy-branch>=1.01',
- ]
-
- dependency_links = [
diff --git a/net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch
deleted file mode 100644
index 93b529a3003b..000000000000
--- a/net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -36,21 +36,21 @@
-
- requires = [
- 'argcomplete>=1.8.2',
-- 'boto==2.48.0',
-+ 'boto>=2.48.0',
- 'crcmod>=1.7',
- 'gcs-oauth2-boto-plugin>=1.14',
-- 'google-apitools==0.5.16',
-+ 'google-apitools>=0.5.16',
- 'httplib2>=0.10.3',
- # TODO: Sync submodule with tag referenced here once #339 is fixed in mock.
-- 'mock==2.0.0',
-- 'oauth2client==2.2.0',
-+ 'mock>=2.0.0',
-+ 'oauth2client>=2.2.0',
- 'pyOpenSSL>=0.13',
- 'python-gflags>=2.0',
- 'retry_decorator>=1.0.0',
- 'six>=1.9.0',
- # Not using 1.02 because of:
- # https://code.google.com/p/socksipy-branch/issues/detail?id=3
-- 'SocksiPy-branch==1.01',
-+ 'SocksiPy-branch>=1.01',
- ]
-
- dependency_links = [
diff --git a/net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch
deleted file mode 100644
index 5cf7c42274da..000000000000
--- a/net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -36,23 +36,23 @@
-
- requires = [
- 'argcomplete>=1.9.4',
-- 'boto==2.48.0',
-+ 'boto>=2.48.0',
- 'crcmod>=1.7',
- 'fasteners>=0.14.1',
- 'gcs-oauth2-boto-plugin>=1.14',
- 'google-apitools>=0.5.22',
- 'httplib2>=0.10.3',
- # TODO: Sync submodule with tag referenced here once #339 is fixed in mock.
-- 'mock==2.0.0',
-+ 'mock>=2.0.0',
- 'monotonic>=1.4',
-- 'oauth2client==4.1.2',
-+ 'oauth2client>=4.1.2',
- 'pyOpenSSL>=0.13',
- 'python-gflags>=2.0',
- 'retry_decorator>=1.0.0',
- 'six>=1.9.0',
- # Not using 1.02 because of:
- # https://code.google.com/p/socksipy-branch/issues/detail?id=3
-- 'SocksiPy-branch==1.01',
-+ 'PySocks>=1.01',
- ]
-
- dependency_links = [
diff --git a/net-misc/gsutil/gsutil-4.27.ebuild b/net-misc/gsutil/gsutil-4.27.ebuild
deleted file mode 100644
index cb2c309ec5f9..000000000000
--- a/net-misc/gsutil/gsutil-4.27.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="command line tool for interacting with cloud storage services"
-HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil"
-SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# The oauth2client-2 dep sucks.
-# https://github.com/GoogleCloudPlatform/gsutil/issues/355
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/argcomplete-1.8.2[${PYTHON_USEDEP}]
- >=dev-python/boto-2.47.0[${PYTHON_USEDEP}]
- >=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
- >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
- >=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}]
- >=dev-python/google-apitools-0.5.3[${PYTHON_USEDEP}]
- =dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]
- >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( README.md CHANGES.md )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.27-use-friendy-version-checks.patch
-)
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
- sed -i \
- -e '/SocksiPy-branch/d' \
- setup.py || die
-
- # Package installs 'test' package which is forbidden and likely a bug in the build system
- rm -rf "${S}/test" || die
- sed -i -e '/recursive-include test/d' MANIFEST.in || die
-}
-
-python_test() {
- export BOTO_CONFIG=${FILESDIR}/dummy.boto
- ${PYTHON} gslib/__main__.py test -u || die "tests failed"
-}
diff --git a/net-misc/gsutil/gsutil-4.28.ebuild b/net-misc/gsutil/gsutil-4.28.ebuild
deleted file mode 100644
index 85dfba63c0dc..000000000000
--- a/net-misc/gsutil/gsutil-4.28.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="command line tool for interacting with cloud storage services"
-HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil"
-SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# The oauth2client-2 dep sucks.
-# https://github.com/GoogleCloudPlatform/gsutil/issues/355
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/argcomplete-1.8.2[${PYTHON_USEDEP}]
- >=dev-python/boto-2.48.0[${PYTHON_USEDEP}]
- >=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
- >=dev-python/httplib2-0.10.3[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
- >=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}]
- >=dev-python/google-apitools-0.5.16[${PYTHON_USEDEP}]
- =dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]
- >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( README.md CHANGES.md )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.28-use-friendy-version-checks.patch
-)
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
- sed -i \
- -e '/SocksiPy-branch/d' \
- setup.py || die
-
- # Package installs 'test' package which is forbidden and likely a bug in the build system
- rm -rf "${S}/test" || die
- sed -i -e '/recursive-include test/d' MANIFEST.in || die
-}
-
-python_test() {
- export BOTO_CONFIG=${FILESDIR}/dummy.boto
- ${PYTHON} gslib/__main__.py test -u || die "tests failed"
-}
diff --git a/net-misc/gsutil/gsutil-4.30.ebuild b/net-misc/gsutil/gsutil-4.30.ebuild
deleted file mode 100644
index c956e6c8793f..000000000000
--- a/net-misc/gsutil/gsutil-4.30.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-# Python 3 depends on google-apitools being updated.
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="command line tool for interacting with cloud storage services"
-HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil"
-SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}]
- >=dev-python/boto-2.48.0[${PYTHON_USEDEP}]
- >=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
- >=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
- >=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}]
- >=dev-python/google-apitools-0.5.22[${PYTHON_USEDEP}]
- >=dev-python/httplib2-0.10.3[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/monotonic-1.4[${PYTHON_USEDEP}]
- >=dev-python/oauth2client-4.1.2[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
- >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]
- >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( README.md CHANGES.md )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.30-use-friendy-version-checks.patch
-)
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # Package installs 'test' package which is forbidden and likely a bug in the build system
- rm -rf "${S}/test" || die
- sed -i -e '/recursive-include test/d' MANIFEST.in || die
-}
-
-python_test() {
- export BOTO_CONFIG=${FILESDIR}/dummy.boto
- ${PYTHON} gslib/__main__.py test -u || die "tests failed"
-}
diff --git a/net-misc/gsutil/gsutil-4.32.ebuild b/net-misc/gsutil/gsutil-4.32.ebuild
deleted file mode 100644
index c22ead4ade73..000000000000
--- a/net-misc/gsutil/gsutil-4.32.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="command line tool for interacting with cloud storage services"
-HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil"
-SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}]
- >=dev-python/boto-2.48.0[${PYTHON_USEDEP}]
- >=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
- >=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
- >=dev-python/gcs-oauth2-boto-plugin-2.1[${PYTHON_USEDEP}]
- >=dev-python/google-apitools-0.5.22[${PYTHON_USEDEP}]
- dev-python/google-reauth-python[${PYTHON_USEDEP}]
- >=dev-python/httplib2-0.11.3[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/monotonic-1.4[${PYTHON_USEDEP}]
- >=dev-python/oauth2client-4.1.2[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
- >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]
- >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( README.md CHANGES.md )
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- sed -e 's/boto==/boto>=/' \
- -e 's/mock==/mock>=/' \
- -e 's/oauth2client==/oauth2client>=/' \
- -e 's/SocksiPy-branch==/PySocks>=/' \
- -i setup.py || die
-
- # For debugging purposes, temporarily uncomment this in order to
- # show hidden tracebacks.
- #sed -e 's/^ except OSError as e:$/&\n raise/' \
- # -e 's/def _HandleUnknownFailure(e):/&\n raise/' \
- # -i gslib/__main__.py || die
-
- # create_bucket raised ResponseNotReady
- sed -e 's/test_cp_unwritable_tracker_file/_&/' \
- -e 's/test_cp_unwritable_tracker_file_download/_&/' \
- -i gslib/tests/test_cp.py || die
-
- sed -e 's/\(executable_prefix =\).*/\1 [sys.executable]/' \
- -i gslib/commands/test.py || die
-
- # IOError: close() called during concurrent operation on the same file object.
- sed -e 's/sys.stderr.close()/#&/' \
- -i gslib/tests/testcase/unit_testcase.py
-
- # Package installs 'test' package which is forbidden and likely a bug in the build system
- rm -rf "${S}/test" || die
- sed -i -e '/recursive-include test/d' MANIFEST.in || die
-}
-
-python_test() {
- export BOTO_CONFIG=${FILESDIR}/dummy.boto
- ${PYTHON} gslib/__main__.py test -u || die "tests failed"
-}