Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/
Date: Sun, 19 Jan 2020 18:17:05
Message-Id: 1579457798.c405e6be10929c36ee7f3d68c85606854159a472.leio@gentoo
1 commit: c405e6be10929c36ee7f3d68c85606854159a472
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 18:16:13 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 18:16:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c405e6be
7
8 net-misc/streamlink: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-misc/streamlink/Manifest | 3 --
14 net-misc/streamlink/streamlink-0.14.2-r1.ebuild | 71 ------------------------
15 net-misc/streamlink/streamlink-1.0.0.ebuild | 72 -------------------------
16 net-misc/streamlink/streamlink-1.1.1.ebuild | 72 -------------------------
17 4 files changed, 218 deletions(-)
18
19 diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
20 index 13beee87968..302919b4d08 100644
21 --- a/net-misc/streamlink/Manifest
22 +++ b/net-misc/streamlink/Manifest
23 @@ -1,4 +1 @@
24 -DIST streamlink-0.14.2.tar.gz 643695 BLAKE2B ea28daac32903738206226bce85a4615338b6039be1e4cce18325e977112c3301d6e6ed90d1210f4f362c898397fd980c136a98d8a0d5ff7ee2b6c5cf077f2c6 SHA512 0d9f1db32915392f9d29bcfb40743058352a924435a8ee77f1218c108e937204e88041c908d2f93546beaa70e18db62c961ea31fbdd85c5e7e4315a18118e276
25 -DIST streamlink-1.0.0.tar.gz 674393 BLAKE2B 091272bae71f1e89cf14872578091a01f9d05ee372d4b9379e672280735c6800a33ae198bf019fbb3e970aa060ef059e5106e1be3a20602874be6206b6303bf6 SHA512 22ba96ac0ec27fe923b99898c45548df88ed3dda3bcbcb10b55fea145e20731eb8aa3a90212a5863b4ef5a7387d4bcf3d09d447ea2789762a8cf5eaa87f263d7
26 -DIST streamlink-1.1.1.tar.gz 681973 BLAKE2B a027074e7346ee1758f86456d0d3180bdb3cdbe9be7da232971fe6ece0d0723afa963bff67cef410757d85f7dc356f2a409ad3e84075c03328bbfa995fce796d SHA512 e493e7775eff84b7c70e60606296c71058b0c4ea25920ab6b2efa09cf45765c4b23287258729b60622e57594e7458a320e47301c1821b7211d49f366c73998cd
27 DIST streamlink-1.3.0.tar.gz 694190 BLAKE2B cd262290cd81f1954567e217eaf9568c00180ee7f6955c8227b7067488d685385fe8b4b3bcd6004e7e8f7f66236696a48e744cb24c4d00f2111f00633ffeb1bf SHA512 5a114e0b1e617b2a41f8fe00f9bd6846843dd7643b4283d2fe30ea869cc9d6f495458b0ddb97955a87b7ad64e5628343262af5068b8a7a19d0d84a32020b3365
28
29 diff --git a/net-misc/streamlink/streamlink-0.14.2-r1.ebuild b/net-misc/streamlink/streamlink-0.14.2-r1.ebuild
30 deleted file mode 100644
31 index 04e080e8c0e..00000000000
32 --- a/net-misc/streamlink/streamlink-0.14.2-r1.ebuild
33 +++ /dev/null
34 @@ -1,71 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -PYTHON_COMPAT=( python{2_7,3_6} )
41 -PYTHON_REQ_USE='xml(+),threads(+)'
42 -DISTUTILS_SINGLE_IMPL=1
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="CLI for extracting streams from websites to a video player of your choice"
47 -HOMEPAGE="https://streamlink.github.io/"
48 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
49 -
50 -KEYWORDS="~amd64 ~x86"
51 -LICENSE="BSD-2 Apache-2.0"
52 -SLOT="0"
53 -IUSE="doc test"
54 -RESTRICT="!test? ( test )"
55 -
56 -RDEPEND="
57 - virtual/python-futures[${PYTHON_USEDEP}]
58 - virtual/python-singledispatch[${PYTHON_USEDEP}]
59 - >dev-python/requests-2.17.1[${PYTHON_USEDEP}]
60 - dev-python/urllib3[${PYTHON_USEDEP}]
61 - dev-python/isodate[${PYTHON_USEDEP}]
62 - dev-python/websocket-client[${PYTHON_USEDEP}]
63 - $(python_gen_cond_dep 'dev-python/backports-shutil_which[${PYTHON_USEDEP}]' 'python2*')
64 - $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*')
65 - dev-python/pycountry[${PYTHON_USEDEP}]
66 - >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
67 -"
68 -DEPEND="${RDEPEND}
69 - dev-python/setuptools[${PYTHON_USEDEP}]
70 - doc? (
71 - dev-python/sphinx[${PYTHON_USEDEP}]
72 - dev-python/docutils[${PYTHON_USEDEP}]
73 - dev-python/recommonmark[${PYTHON_USEDEP}]
74 - )
75 - test? (
76 - dev-python/mock[${PYTHON_USEDEP}]
77 - dev-python/requests-mock[${PYTHON_USEDEP}]
78 - dev-python/pytest[${PYTHON_USEDEP}]
79 - dev-python/freezegun[${PYTHON_USEDEP}]
80 - )"
81 -RDEPEND="${RDEPEND}
82 - media-video/rtmpdump
83 - virtual/ffmpeg
84 -"
85 -
86 -python_configure_all() {
87 - # Avoid iso-639, iso3166 dependencies since we use pycountry.
88 - export STREAMLINK_USE_PYCOUNTRY=1
89 -}
90 -
91 -python_compile_all() {
92 - use doc && emake -C docs html man
93 -}
94 -
95 -python_test() {
96 - esetup.py test
97 -}
98 -
99 -python_install_all() {
100 - if use doc; then
101 - local HTML_DOCS=( docs/_build/html/. )
102 - doman docs/_build/man/*
103 - fi
104 - distutils-r1_python_install_all
105 -}
106
107 diff --git a/net-misc/streamlink/streamlink-1.0.0.ebuild b/net-misc/streamlink/streamlink-1.0.0.ebuild
108 deleted file mode 100644
109 index 7e377f5f216..00000000000
110 --- a/net-misc/streamlink/streamlink-1.0.0.ebuild
111 +++ /dev/null
112 @@ -1,72 +0,0 @@
113 -# Copyright 1999-2020 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -PYTHON_COMPAT=( python{2_7,3_6} )
119 -PYTHON_REQ_USE='xml(+),threads(+)'
120 -DISTUTILS_SINGLE_IMPL=1
121 -
122 -inherit distutils-r1
123 -
124 -DESCRIPTION="CLI for extracting streams from websites to a video player of your choice"
125 -HOMEPAGE="https://streamlink.github.io/"
126 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
127 -
128 -KEYWORDS="~amd64 ~x86"
129 -LICENSE="BSD-2 Apache-2.0"
130 -SLOT="0"
131 -IUSE="doc test"
132 -RESTRICT="!test? ( test )"
133 -
134 -# >=urllib3-1.23 only needed for python2, but requests pulls some version anyways, so we might as well guarantee at least that ver for py3 too
135 -RDEPEND="
136 - virtual/python-futures[${PYTHON_USEDEP}]
137 - virtual/python-singledispatch[${PYTHON_USEDEP}]
138 - >dev-python/requests-2.21.0[${PYTHON_USEDEP}]
139 - >=dev-python/urllib3-1.23[${PYTHON_USEDEP}]
140 - dev-python/isodate[${PYTHON_USEDEP}]
141 - dev-python/websocket-client[${PYTHON_USEDEP}]
142 - $(python_gen_cond_dep 'dev-python/backports-shutil_which[${PYTHON_USEDEP}]' 'python2*')
143 - $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*')
144 - dev-python/pycountry[${PYTHON_USEDEP}]
145 - >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
146 -"
147 -DEPEND="${RDEPEND}
148 - dev-python/setuptools[${PYTHON_USEDEP}]
149 - doc? (
150 - dev-python/sphinx[${PYTHON_USEDEP}]
151 - dev-python/docutils[${PYTHON_USEDEP}]
152 - dev-python/recommonmark[${PYTHON_USEDEP}]
153 - )
154 - test? (
155 - dev-python/mock[${PYTHON_USEDEP}]
156 - dev-python/requests-mock[${PYTHON_USEDEP}]
157 - dev-python/pytest[${PYTHON_USEDEP}]
158 - dev-python/freezegun[${PYTHON_USEDEP}]
159 - )"
160 -RDEPEND="${RDEPEND}
161 - media-video/rtmpdump
162 - virtual/ffmpeg
163 -"
164 -
165 -python_configure_all() {
166 - # Avoid iso-639, iso3166 dependencies since we use pycountry.
167 - export STREAMLINK_USE_PYCOUNTRY=1
168 -}
169 -
170 -python_compile_all() {
171 - use doc && emake -C docs html man
172 -}
173 -
174 -python_test() {
175 - esetup.py test
176 -}
177 -
178 -python_install_all() {
179 - if use doc; then
180 - local HTML_DOCS=( docs/_build/html/. )
181 - doman docs/_build/man/*
182 - fi
183 - distutils-r1_python_install_all
184 -}
185
186 diff --git a/net-misc/streamlink/streamlink-1.1.1.ebuild b/net-misc/streamlink/streamlink-1.1.1.ebuild
187 deleted file mode 100644
188 index 7e377f5f216..00000000000
189 --- a/net-misc/streamlink/streamlink-1.1.1.ebuild
190 +++ /dev/null
191 @@ -1,72 +0,0 @@
192 -# Copyright 1999-2020 Gentoo Authors
193 -# Distributed under the terms of the GNU General Public License v2
194 -
195 -EAPI=6
196 -
197 -PYTHON_COMPAT=( python{2_7,3_6} )
198 -PYTHON_REQ_USE='xml(+),threads(+)'
199 -DISTUTILS_SINGLE_IMPL=1
200 -
201 -inherit distutils-r1
202 -
203 -DESCRIPTION="CLI for extracting streams from websites to a video player of your choice"
204 -HOMEPAGE="https://streamlink.github.io/"
205 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
206 -
207 -KEYWORDS="~amd64 ~x86"
208 -LICENSE="BSD-2 Apache-2.0"
209 -SLOT="0"
210 -IUSE="doc test"
211 -RESTRICT="!test? ( test )"
212 -
213 -# >=urllib3-1.23 only needed for python2, but requests pulls some version anyways, so we might as well guarantee at least that ver for py3 too
214 -RDEPEND="
215 - virtual/python-futures[${PYTHON_USEDEP}]
216 - virtual/python-singledispatch[${PYTHON_USEDEP}]
217 - >dev-python/requests-2.21.0[${PYTHON_USEDEP}]
218 - >=dev-python/urllib3-1.23[${PYTHON_USEDEP}]
219 - dev-python/isodate[${PYTHON_USEDEP}]
220 - dev-python/websocket-client[${PYTHON_USEDEP}]
221 - $(python_gen_cond_dep 'dev-python/backports-shutil_which[${PYTHON_USEDEP}]' 'python2*')
222 - $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*')
223 - dev-python/pycountry[${PYTHON_USEDEP}]
224 - >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
225 -"
226 -DEPEND="${RDEPEND}
227 - dev-python/setuptools[${PYTHON_USEDEP}]
228 - doc? (
229 - dev-python/sphinx[${PYTHON_USEDEP}]
230 - dev-python/docutils[${PYTHON_USEDEP}]
231 - dev-python/recommonmark[${PYTHON_USEDEP}]
232 - )
233 - test? (
234 - dev-python/mock[${PYTHON_USEDEP}]
235 - dev-python/requests-mock[${PYTHON_USEDEP}]
236 - dev-python/pytest[${PYTHON_USEDEP}]
237 - dev-python/freezegun[${PYTHON_USEDEP}]
238 - )"
239 -RDEPEND="${RDEPEND}
240 - media-video/rtmpdump
241 - virtual/ffmpeg
242 -"
243 -
244 -python_configure_all() {
245 - # Avoid iso-639, iso3166 dependencies since we use pycountry.
246 - export STREAMLINK_USE_PYCOUNTRY=1
247 -}
248 -
249 -python_compile_all() {
250 - use doc && emake -C docs html man
251 -}
252 -
253 -python_test() {
254 - esetup.py test
255 -}
256 -
257 -python_install_all() {
258 - if use doc; then
259 - local HTML_DOCS=( docs/_build/html/. )
260 - doman docs/_build/man/*
261 - fi
262 - distutils-r1_python_install_all
263 -}