From 126642811ace579236768674c0801f920122c2bf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 20 Apr 2016 21:26:21 -0700 Subject: dev-python/gcs-oauth2-boto-plugin: fix SocksiPy-branch reference for bug 577892 Package-Manager: portage-2.2.28 --- .../gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild | 7 +++++++ .../gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8-r1.ebuild | 7 +++++++ .../gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild index 5793adac44bc..c4af2e6025e9 100644 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild +++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.12.ebuild @@ -32,3 +32,10 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]" + +python_prepare_all() { + distutils-r1_python_prepare_all + sed \ + -e '/SocksiPy-branch/d' \ + -i setup.py || die +} diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8-r1.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8-r1.ebuild index 14c963466d24..293b176c8a48 100644 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8-r1.ebuild +++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8-r1.ebuild @@ -30,3 +30,10 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]" + +python_prepare_all() { + distutils-r1_python_prepare_all + sed \ + -e '/SocksiPy-branch/d' \ + -i setup.py || die +} diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild index 6c00d4dc6c36..2b8dcabe6741 100644 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild +++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild @@ -30,3 +30,10 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]" + +python_prepare_all() { + distutils-r1_python_prepare_all + sed \ + -e '/SocksiPy-branch/d' \ + -i setup.py || die +} -- cgit v1.2.3-65-gdbad