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/terminado/
Date: Sun, 29 Mar 2020 10:13:41
Message-Id: 1585476778.a550b7c5532a0bc45259ec482583db192ffd4465.mgorny@gentoo
1 commit: a550b7c5532a0bc45259ec482583db192ffd4465
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:57:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:12:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a550b7c5
7
8 dev-python/terminado: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/terminado/Manifest | 2 --
13 dev-python/terminado/terminado-0.5.ebuild | 28 ----------------------------
14 dev-python/terminado/terminado-0.6.ebuild | 28 ----------------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/dev-python/terminado/Manifest b/dev-python/terminado/Manifest
18 index 007a980b918..616c9296e38 100644
19 --- a/dev-python/terminado/Manifest
20 +++ b/dev-python/terminado/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST terminado-0.5.tar.gz 10491 BLAKE2B 8beb4784c13ceeea47966efbf56e62b259adac533d2ff72f287984aa100837d8123be3109761c9c282fc081e26d0d26224a8d1bab6263d3abed00839cc576c9b SHA512 8c53e2c8fa837c171a8790744770f41d4fc8fe15fe8abd28af17317950c615e4c75c22ab896fd98984fd9c2bbbc7798e5ffe319827d84eb77889bca63660e421
23 -DIST terminado-0.6.tar.gz 10334 BLAKE2B 02ae2135da982cfe12ea0b3219a67a6b327bd3f4f45539f79629cb33ec0882586094b7084e4ca64567f55fbe6f0194a10934c558fd836f825ef81319920caf5f SHA512 9b9521917d4000aa45e61a1b88705e715f11686890671607cca81d4518f1e17feefdc2ad3de64dd0e053a6849956efbbd838c7b98d570dcc98a936c0a4cfce9c
24 DIST terminado-0.8.1.tar.gz 21134 BLAKE2B 504fd13ab5efde77b38fbd79e4bbe4b08fb9bc1cf0f4aa8ca6cd90b4dbd20083088d6cc287f78ca159bf5f72a371c146dc0c648e310a0c892f283f2d9fd23199 SHA512 5cf5259954339d567c41b8ef3b4d77de4f69fe41fd371e63775c9d8d5870ee801795462654f16978f4c86e381fcd26437e307458db9ee4e575d31d5377f2a749
25 DIST terminado-0.8.3.tar.gz 21165 BLAKE2B ec031cb7828840a4f299aa25de0030d5b7993119fd41b71e698dd032f4fd31ea725a9b610dc53a71d480ee74b49a1d072d76555b434da4f5fee2479efa03fdec SHA512 441355cdc919b6f04b1bf1eb870f24e0bd6c7ef412e72e1747707049b1fa0d6676644e3646007f2653b3df00e1f30048d9dc40d73f0827b2bbfc0821549e140b
26
27 diff --git a/dev-python/terminado/terminado-0.5.ebuild b/dev-python/terminado/terminado-0.5.ebuild
28 deleted file mode 100644
29 index 5977bf86dd4..00000000000
30 --- a/dev-python/terminado/terminado-0.5.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python3_{6,7} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Terminals served to term.js using Tornado websockets"
43 -HOMEPAGE="https://pypi.org/project/terminado/ https://github.com/jupyter/terminado"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -SLOT="0"
47 -LICENSE="BSD-2"
48 -KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND="
53 - dev-python/ptyprocess[${PYTHON_USEDEP}]
54 - www-servers/tornado[${PYTHON_USEDEP}]"
55 -DEPEND="${RDEPEND}
56 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
57 -
58 -python_test() {
59 - nosetests --verbosity=3 || die
60 -}
61
62 diff --git a/dev-python/terminado/terminado-0.6.ebuild b/dev-python/terminado/terminado-0.6.ebuild
63 deleted file mode 100644
64 index a6a4549f1a3..00000000000
65 --- a/dev-python/terminado/terminado-0.6.ebuild
66 +++ /dev/null
67 @@ -1,28 +0,0 @@
68 -# Copyright 1999-2020 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=5
72 -
73 -PYTHON_COMPAT=( python3_6 )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Terminals served to term.js using Tornado websockets"
78 -HOMEPAGE="https://pypi.org/project/terminado/ https://github.com/jupyter/terminado"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -SLOT="0"
82 -LICENSE="BSD-2"
83 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
84 -IUSE="test"
85 -RESTRICT="!test? ( test )"
86 -
87 -RDEPEND="
88 - dev-python/ptyprocess[${PYTHON_USEDEP}]
89 - >=www-servers/tornado-0.4[${PYTHON_USEDEP}]"
90 -DEPEND="${RDEPEND}
91 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
92 -
93 -python_test() {
94 - nosetests --verbosity=3 || die
95 -}