Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/
Date: Fri, 05 Jan 2018 13:26:29
Message-Id: 1515158765.d6febaa670fabf1e7b9efb2a77804673a5ae6c91.mgorny@gentoo
1 commit: d6febaa670fabf1e7b9efb2a77804673a5ae6c91
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 12:44:47 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 13:26:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6febaa6
7
8 dev-python/oauth2client: Clean old up
9
10 dev-python/oauth2client/Manifest | 2 -
11 dev-python/oauth2client/oauth2client-1.5.2.ebuild | 36 ------------------
12 dev-python/oauth2client/oauth2client-4.0.0.ebuild | 45 -----------------------
13 3 files changed, 83 deletions(-)
14
15 diff --git a/dev-python/oauth2client/Manifest b/dev-python/oauth2client/Manifest
16 index 9d523ec196f..a275df3d0b5 100644
17 --- a/dev-python/oauth2client/Manifest
18 +++ b/dev-python/oauth2client/Manifest
19 @@ -1,5 +1,3 @@
20 -DIST oauth2client-1.5.2.tar.gz 131665 BLAKE2B dacc72b8cc22a99ec8bad234f13e6f19d8af93142fa3adb5e4b171e9b187bd86a656c3fcac01ffd37cb5b7ca90a00d9aa0b3c5f39256cb085bbe484f84461041 SHA512 15f10b52aa93fc10289658d5ff671a247e5c92c5ff2be424a04617fee1a3a82439b829b0f5dcb04e3e84802e02580e366e08356df7ec6e24563a530d2f6b1db5
21 DIST oauth2client-2.0.1.tar.gz 153127 BLAKE2B f7e7ccbe42effedfb94abe4f78e2ea02867aa75ca7ff794d6db6cdb2e039d4a7d55df79df3a7f8777be215fc4aafb1dda08a23b81eaa66d64c9b2580045c158f SHA512 66179a604418a8aee9ca9dbfc5ad18356d5130a588e85f4dab3330feef194af2114bc2eb18ec625acf791938e4d7f78ee55284f45a67a48c775676697ce2b183
22 DIST oauth2client-2.2.0.tar.gz 167484 BLAKE2B 60c7fc941548874f436df094a94e97312983f88af8ca472c998cb7121662363793423d420fa3e7e83032b82a3fd22a76f9331a60e3099785ef82d3fb5a781356 SHA512 1e23c3f655e955dbf0cdb2b78613768ca4c6eb4336b555e3553da212fd762ba12329584f108d8145810228cf44da018675b38dd152b06e58be4eb18d4f8127c6
23 -DIST oauth2client-4.0.0.tar.gz 183288 BLAKE2B 3330cbe01228b1b57a668744ce4310ee23a55c858fd05d0424fe43c16bb7e211e0d9e2c3d8c148db276bd61fcf25db12437dce6093dfa89375caaf2c848ca528 SHA512 b59805702c7acb306801a04a92b7f700c0f58d5937b4b27a497018d313922512b5ec3f1711bacf13bc7e01c4f006eda5344a9055f981ba34e116c34c56c5dfec
24 DIST oauth2client-4.1.2.tar.gz 184731 BLAKE2B 09ae16a94b1f6b3eedb02ac10d660d8fda78faa82da5fed75b2a40308049c7d78951d593352f2e02c7bd9255e75b50c20996d12f451c20e1dcf2c32f54008b07 SHA512 908f0e32f0ef76c3eb86ee34118d4100bc08fa34aa89c561793bf8c55078f07611935ee6aecb6d2ae2f7e96a18ac3bc25af0321fe564f26042ff2bb5eab30b18
25
26 diff --git a/dev-python/oauth2client/oauth2client-1.5.2.ebuild b/dev-python/oauth2client/oauth2client-1.5.2.ebuild
27 deleted file mode 100644
28 index a67b0ceca52..00000000000
29 --- a/dev-python/oauth2client/oauth2client-1.5.2.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Library for accessing resources protected by OAuth 2.0"
42 -HOMEPAGE="https://github.com/google/oauth2client"
43 -SRC_URI="https://github.com/google/oauth2client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
52 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
53 - >=dev-python/pyasn1-modules-0.0.5[${PYTHON_USEDEP}]
54 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
55 - >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
56 - !<=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
57 -"
58 -DEPEND="${RDEPEND}
59 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
60 -"
61 -
62 -# Needs network
63 -RESTRICT=test
64 -
65 -python_test() {
66 - nosetests || die
67 -}
68
69 diff --git a/dev-python/oauth2client/oauth2client-4.0.0.ebuild b/dev-python/oauth2client/oauth2client-4.0.0.ebuild
70 deleted file mode 100644
71 index 9c0d1405c17..00000000000
72 --- a/dev-python/oauth2client/oauth2client-4.0.0.ebuild
73 +++ /dev/null
74 @@ -1,45 +0,0 @@
75 -# Copyright 1999-2017 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -
80 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
81 -
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="Library for accessing resources protected by OAuth 2.0"
85 -HOMEPAGE="https://github.com/google/oauth2client"
86 -SRC_URI="https://github.com/google/oauth2client/archive/v${PV/_p/-post}.tar.gz -> ${P}.tar.gz"
87 -
88 -LICENSE="Apache-2.0"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
91 -IUSE="test"
92 -
93 -RDEPEND="
94 - >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
95 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
96 - >=dev-python/pyasn1-modules-0.0.5[${PYTHON_USEDEP}]
97 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
98 - >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
99 - !<=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
100 -"
101 -DEPEND="${RDEPEND}
102 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
103 -"
104 -
105 -S="${WORKDIR}"/${P/_p/-post}
106 -
107 -# Needs network
108 -RESTRICT=test
109 -
110 -python_prepare_all() {
111 - sed -i \
112 - -e "s:find_packages():find_packages(exclude=['tests','tests.*']):" \
113 - setup.py || die
114 - distutils-r1_python_prepare_all
115 -}
116 -
117 -python_test() {
118 - nosetests || die
119 -}