Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hcloud-python/
Date: Wed, 16 Sep 2020 06:54:22
Message-Id: 1600239252.05fa4d5e756b43eb6b6deb66be7edfb58cdba46d.ago@gentoo
1 commit: 05fa4d5e756b43eb6b6deb66be7edfb58cdba46d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 06:54:12 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 06:54:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fa4d5e
7
8 dev-python/hcloud-python: remove old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 dev-python/hcloud-python/Manifest | 2 -
14 .../hcloud-python/hcloud-python-1.8.1.ebuild | 58 ----------------------
15 .../hcloud-python/hcloud-python-1.8.2.ebuild | 55 --------------------
16 3 files changed, 115 deletions(-)
17
18 diff --git a/dev-python/hcloud-python/Manifest b/dev-python/hcloud-python/Manifest
19 index 8d5166e2af6..950767a687a 100644
20 --- a/dev-python/hcloud-python/Manifest
21 +++ b/dev-python/hcloud-python/Manifest
22 @@ -1,3 +1 @@
23 -DIST hcloud-python-1.8.1.tar.gz 87532 BLAKE2B d5e2b5d2aef96508042189d650ef0c6793ca8747a99f20c591c63dbeed497576ef6cf268f75cdc5551b9b3469f1087d5d2ad167af77a93ab321cc9c70d1bb65b SHA512 e26976abe77149db53ea8a35e53de85e0acc3b2021ecbfb1a3a634230d2324e2fb212f54cfcb7a96993b4776d305a247b29aa883053958db881a794f431858bd
24 -DIST hcloud-python-1.8.2.tar.gz 87560 BLAKE2B 836b0422364e50567cfa31e1a77e0b4a28da4419a0991f1635d6d0366368315ae914d238fab974fb1ba2c5e09172e3edfc625d40c6c099d757fa1c7913dba68b SHA512 8436b57e9a0e5b8fb44f9242c9862835a5e027ee2d774e3dd1b55834f5a574c4f21a543ac9c7d0a105048bd184e7278a3bb4f94a7ee5e18bfb419f0ca59183eb
25 DIST hcloud-python-1.9.0.tar.gz 88885 BLAKE2B 455f955caddd8e72d02df57da2e08f395b9845f9658b73dd9f96b1fd73d7793fa13319d8365903599c000a803c9374dee7b50c5ad2a9ba449027d3dc602601fe SHA512 6da2a3eb7e4a4d7f13137167199f01f370210e6c139f0cd8a8e447ea3f14101d4b37b104ed387b1713ad62351ae72c8add7970e878571caa4242e6e347ef8833
26
27 diff --git a/dev-python/hcloud-python/hcloud-python-1.8.1.ebuild b/dev-python/hcloud-python/hcloud-python-1.8.1.ebuild
28 deleted file mode 100644
29 index 8febbd5247b..00000000000
30 --- a/dev-python/hcloud-python/hcloud-python-1.8.1.ebuild
31 +++ /dev/null
32 @@ -1,58 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{6,7,8} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Official Hetzner Cloud python library"
43 -HOMEPAGE="https://github.com/hetznercloud/hcloud-python"
44 -SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="amd64"
49 -IUSE="doc examples"
50 -
51 -COMMON_DEPEND=">=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]
52 - <dev-python/python-dateutil-2.9[${PYTHON_USEDEP}]
53 - >=dev-python/requests-2.20[${PYTHON_USEDEP}]
54 - <dev-python/requests-2.24[${PYTHON_USEDEP}]"
55 -
56 -BDEPEND="${COMMON_DEPEND}
57 - doc? (
58 - dev-python/sphinx[${PYTHON_USEDEP}]
59 - dev-python/sphinx_rtd_theme
60 - )
61 - test? (
62 - dev-python/flake8[${PYTHON_USEDEP}]
63 - dev-python/isort[${PYTHON_USEDEP}]
64 - dev-python/mock[${PYTHON_USEDEP}]
65 - dev-python/tox[${PYTHON_USEDEP}]
66 - )"
67 -
68 -RDEPEND="${COMMON_DEPEND}
69 - >=dev-python/future-0.17.1[${PYTHON_USEDEP}]
70 - <dev-python/future-0.19[${PYTHON_USEDEP}]"
71 -
72 -python_compile_all() {
73 - use doc && emake -C docs html
74 -}
75 -
76 -python_install_all() {
77 - use examples && dodoc -r examples
78 - use doc && local HTML_DOCS=( docs/_build/html/. )
79 -
80 - distutils-r1_python_install_all
81 -}
82 -
83 -distutils_enable_tests pytest
84 -
85 -src_test() {
86 - # Integration tests need docker:
87 - # https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16
88 - rm -fr tests/integration
89 - default
90 -}
91
92 diff --git a/dev-python/hcloud-python/hcloud-python-1.8.2.ebuild b/dev-python/hcloud-python/hcloud-python-1.8.2.ebuild
93 deleted file mode 100644
94 index 90f5fbfd78b..00000000000
95 --- a/dev-python/hcloud-python/hcloud-python-1.8.2.ebuild
96 +++ /dev/null
97 @@ -1,55 +0,0 @@
98 -# Copyright 1999-2020 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=7
102 -
103 -PYTHON_COMPAT=( python3_{6,7,8} )
104 -
105 -inherit distutils-r1
106 -
107 -DESCRIPTION="Official Hetzner Cloud python library"
108 -HOMEPAGE="https://github.com/hetznercloud/hcloud-python"
109 -SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
110 -
111 -LICENSE="MIT"
112 -SLOT="0"
113 -KEYWORDS="amd64"
114 -IUSE="doc examples"
115 -
116 -COMMON_DEPEND=">=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]
117 - >=dev-python/requests-2.20[${PYTHON_USEDEP}]"
118 -
119 -BDEPEND="${COMMON_DEPEND}
120 - doc? (
121 - dev-python/sphinx[${PYTHON_USEDEP}]
122 - dev-python/sphinx_rtd_theme
123 - )
124 - test? (
125 - dev-python/flake8[${PYTHON_USEDEP}]
126 - dev-python/isort[${PYTHON_USEDEP}]
127 - dev-python/mock[${PYTHON_USEDEP}]
128 - dev-python/tox[${PYTHON_USEDEP}]
129 - )"
130 -
131 -RDEPEND="${COMMON_DEPEND}
132 - >=dev-python/future-0.17.1[${PYTHON_USEDEP}]"
133 -
134 -python_compile_all() {
135 - use doc && emake -C docs html
136 -}
137 -
138 -python_install_all() {
139 - use examples && dodoc -r examples
140 - use doc && local HTML_DOCS=( docs/_build/html/. )
141 -
142 - distutils-r1_python_install_all
143 -}
144 -
145 -distutils_enable_tests pytest
146 -
147 -src_test() {
148 - # Integration tests need docker:
149 - # https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16
150 - rm -fr tests/integration
151 - default
152 -}