Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docker-py/
Date: Fri, 23 Mar 2018 15:06:02
Message-Id: 1521817537.c2067a0db32f3f7839157b90cc17e3f3e003a2b0.mrueg@gentoo
1 commit: c2067a0db32f3f7839157b90cc17e3f3e003a2b0
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 15:03:56 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 15:05:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2067a0d
7
8 dev-python/docker-py: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-python/docker-py/Manifest | 2 --
13 dev-python/docker-py/docker-py-3.1.0.ebuild | 55 -----------------------------
14 dev-python/docker-py/docker-py-3.1.1.ebuild | 55 -----------------------------
15 3 files changed, 112 deletions(-)
16
17 diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
18 index f9851c3f5c5..b961fe80c87 100644
19 --- a/dev-python/docker-py/Manifest
20 +++ b/dev-python/docker-py/Manifest
21 @@ -1,5 +1,3 @@
22 DIST docker-py-2.4.2.tar.gz 180890 BLAKE2B 57518a0c8481fde0198100354225cd8a2908af6d3ca2690d98ad80b386ca4c688c7ccd6a34634ce04fb5ab1553b6c0dfbc75d28333a10f28de7188fe2ee7ffde SHA512 3367066b2acd96b85bef28aef00c91d752dc25b3055575b4f2f9c0b981eb4bca81a742bc6da5f97cf039cd9c7d818e3f80101997fe3a2e2c6f3a9c42fd3111c2
23 DIST docker-py-2.7.0.tar.gz 196369 BLAKE2B dd181dbf32f5afda06e748cb49f15d5fc6ff4a579c64b505308ad0d96913ddc8065d165090ec2b20e1f17a4519988a5665dd7a8c7643ca53aaa4385ceecb1341 SHA512 15cf1d8949d71e472f7636ff975cbc4c5f3e18e2d193cb603ade1397a56d0c1ec239167b71be325af99105bc36590a0f0faa1ab010f36fe8baca7807ddfa191b
24 -DIST docker-py-3.1.0.tar.gz 201288 BLAKE2B 0aa7f712952aac86df37f4eb8f9c60c71199454472ac14d50ee2fd5acdf1980adea6b9f065fdb920999e8d657ae37028e0aff90dd82c3e8b3b13850d748c0e97 SHA512 7f69e6095f36b7a526367bf2762704f5dc5337ba81b2733ad0b683edc271ab17f548da4398176f2e1ffaad41f8f445e1c790af14d815404ad4df7a25d0ff0b7b
25 -DIST docker-py-3.1.1.tar.gz 201637 BLAKE2B f94ba89922eb62891113bef2b5f3d034eba0f6e91aeb657c265aa72e3b66ad5f6eba6430faae99485236689ef22e09eed3461126d84b51f369ef3004179e89c5 SHA512 139967232d687af9379e18abd1fd133fa655b6247055ae24fe9c8be02a1900d3af0bfcf0d994b7807c3623a3d1fd57e80ca18ce882855bae593321f0a85432f6
26 DIST docker-py-3.1.4.tar.gz 202064 BLAKE2B 6ee3672cd1f62cd570d3939805465698879d747215b8424bc4edd79253c5bc25d193582dbfa6aa423f9b183d477486d6347f65ac7245d601d3f1fe2a1fd124ed SHA512 78081010ce4027156d3b4ebafee6023f387ee8e7ee4d77ee671a16a3fcb646fca91c5c36cfbaf94157f8a524a3e1a09b9cbfabf304e278a3c1e0132df5d13d13
27
28 diff --git a/dev-python/docker-py/docker-py-3.1.0.ebuild b/dev-python/docker-py/docker-py-3.1.0.ebuild
29 deleted file mode 100644
30 index 8108a4abde8..00000000000
31 --- a/dev-python/docker-py/docker-py-3.1.0.ebuild
32 +++ /dev/null
33 @@ -1,55 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python client for Docker"
43 -HOMEPAGE="https://github.com/docker/docker-py"
44 -SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -IUSE="doc test"
50 -
51 -RDEPEND="
52 - >=dev-python/docker-pycreds-0.2.2[${PYTHON_USEDEP}]
53 - !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
54 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
55 - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
56 - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
57 - $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 'python3_4' )
58 - $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' )
59 -"
60 -DEPEND="
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - test? (
63 - ${RDEPEND}
64 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
65 - dev-python/pytest-runner[${PYTHON_USEDEP}]
66 - >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
67 - )
68 - doc? (
69 - dev-python/recommonmark[${PYTHON_USEDEP}]
70 - >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
71 - )
72 -"
73 -
74 -python_prepare_all() {
75 - sed -i -e "s/import pip//" -e "s/if 'docker-py'.*/if False:/" setup.py || die
76 - distutils-r1_python_prepare_all
77 -}
78 -
79 -python_compile_all() {
80 - if use doc; then
81 - sphinx-build docs html || die "docs failed to build"
82 - HTML_DOCS=( html/. )
83 - fi
84 -}
85 -
86 -python_test() {
87 - py.test tests/unit/ || die "tests failed under ${EPYTHON}"
88 -}
89
90 diff --git a/dev-python/docker-py/docker-py-3.1.1.ebuild b/dev-python/docker-py/docker-py-3.1.1.ebuild
91 deleted file mode 100644
92 index 8108a4abde8..00000000000
93 --- a/dev-python/docker-py/docker-py-3.1.1.ebuild
94 +++ /dev/null
95 @@ -1,55 +0,0 @@
96 -# Copyright 1999-2018 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=6
100 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
101 -
102 -inherit distutils-r1
103 -
104 -DESCRIPTION="Python client for Docker"
105 -HOMEPAGE="https://github.com/docker/docker-py"
106 -SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
107 -
108 -LICENSE="Apache-2.0"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~arm64 ~x86"
111 -IUSE="doc test"
112 -
113 -RDEPEND="
114 - >=dev-python/docker-pycreds-0.2.2[${PYTHON_USEDEP}]
115 - !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
116 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
117 - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
118 - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
119 - $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 'python3_4' )
120 - $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' )
121 -"
122 -DEPEND="
123 - dev-python/setuptools[${PYTHON_USEDEP}]
124 - test? (
125 - ${RDEPEND}
126 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
127 - dev-python/pytest-runner[${PYTHON_USEDEP}]
128 - >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
129 - )
130 - doc? (
131 - dev-python/recommonmark[${PYTHON_USEDEP}]
132 - >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
133 - )
134 -"
135 -
136 -python_prepare_all() {
137 - sed -i -e "s/import pip//" -e "s/if 'docker-py'.*/if False:/" setup.py || die
138 - distutils-r1_python_prepare_all
139 -}
140 -
141 -python_compile_all() {
142 - if use doc; then
143 - sphinx-build docs html || die "docs failed to build"
144 - HTML_DOCS=( html/. )
145 - fi
146 -}
147 -
148 -python_test() {
149 - py.test tests/unit/ || die "tests failed under ${EPYTHON}"
150 -}