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/python-socketio/
Date: Sat, 28 Mar 2020 21:11:53
Message-Id: 1585429878.679db3d453457be8b71a608eeed11c298b3ffc57.mgorny@gentoo
1 commit: 679db3d453457be8b71a608eeed11c298b3ffc57
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 21:04:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 21:11:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679db3d4
7
8 dev-python/python-socketio: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-socketio/Manifest | 2 --
13 .../python-socketio/python-socketio-1.7.4.ebuild | 40 ----------------------
14 .../python-socketio/python-socketio-1.8.0.ebuild | 40 ----------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest
18 index ba202b4bc76..60fe47f533c 100644
19 --- a/dev-python/python-socketio/Manifest
20 +++ b/dev-python/python-socketio/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-socketio-1.7.4.tar.gz 23298 BLAKE2B a5337e6f124018172902fbc51935e193267a8e209e9d677fa52e72ff6b71ea27e2aa5284369082fe38013c5b4b21c8561952b9046acbfd3f02c824c0837b367c SHA512 fb31072420eca42fa0349f0a9350fe9ab6bbbac7dc32cd7ae76cffa026fdeeb4197b8c441d76bfc46af55a550c5b7e81e387b67d538c500075bc5b4e8f68d5ab
23 -DIST python-socketio-1.8.0.tar.gz 23557 BLAKE2B 085035d6621f2ec351b28095086c6cc5787c4466f904568d5ece0cf37261a75fb6793be1fedd9f54f7cbeccbb668eaee8463850698aa6f2a901b3454cf63f128 SHA512 2514cbad3e429c101f5e247bdf2e4a2b5a0957c19fa97e56ebe8cd78b36e81cfb9dc4500bee367e57460be3a08bbd1e70967a5c87109034ade847ff7f559711d
24 DIST python-socketio-2.0.0.tar.gz 24180 BLAKE2B 33d0c2007acfe067264c670c98e2f8f6764a979b7c67d8d03217a3b2dc45dbccb699beeff151381f8ccd787610ad39bff3396d4737594ed467f29994b4b8f0a7 SHA512 285d6235aaa5914f21a883976ecf31e15947d28e396c859080cf418094e21b5f3a9c4de01361a2c3219edf43c3c587bca24c9f10ebb97be23bc12c59af79ee2b
25
26 diff --git a/dev-python/python-socketio/python-socketio-1.7.4.ebuild b/dev-python/python-socketio/python-socketio-1.7.4.ebuild
27 deleted file mode 100644
28 index acff4ee8370..00000000000
29 --- a/dev-python/python-socketio/python-socketio-1.7.4.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python3_6 pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python implementation of the Socket.IO realtime server."
41 -HOMEPAGE="
42 - https://python-socketio.readthedocs.org/
43 - https://github.com/miguelgrinberg/python-socketio/
44 - https://pypi.org/project/python-socketio/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -
52 -RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]
53 - >=dev-python/python-engineio-1.2.1[${PYTHON_USEDEP}]
54 - !dev-python/gevent-socketio"
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? (
58 - dev-python/mock[${PYTHON_USEDEP}]
59 - )"
60 -
61 -# pypi tarball does not contain tests
62 -RESTRICT="test"
63 -
64 -src_prepare() {
65 - eapply_user
66 - distutils-r1_src_prepare
67 -}
68 -
69 -python_test() {
70 - esetup.py test || die
71 -}
72
73 diff --git a/dev-python/python-socketio/python-socketio-1.8.0.ebuild b/dev-python/python-socketio/python-socketio-1.8.0.ebuild
74 deleted file mode 100644
75 index 23df095e3ea..00000000000
76 --- a/dev-python/python-socketio/python-socketio-1.8.0.ebuild
77 +++ /dev/null
78 @@ -1,40 +0,0 @@
79 -# Copyright 1999-2020 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -PYTHON_COMPAT=( python3_6 pypy3 )
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="Python implementation of the Socket.IO realtime server."
88 -HOMEPAGE="
89 - https://python-socketio.readthedocs.org/
90 - https://github.com/miguelgrinberg/python-socketio/
91 - https://pypi.org/project/python-socketio"
92 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
93 -
94 -LICENSE="MIT"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -IUSE="test"
98 -
99 -RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]
100 - >=dev-python/python-engineio-1.2.1[${PYTHON_USEDEP}]
101 - !dev-python/gevent-socketio"
102 -DEPEND="${RDEPEND}
103 - dev-python/setuptools[${PYTHON_USEDEP}]
104 - test? (
105 - dev-python/mock[${PYTHON_USEDEP}]
106 - )"
107 -
108 -# pypi tarball does not contain tests
109 -RESTRICT="test"
110 -
111 -src_prepare() {
112 - eapply_user
113 - distutils-r1_src_prepare
114 -}
115 -
116 -python_test() {
117 - esetup.py test || die
118 -}