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: Sat, 18 Sep 2021 21:03:40
Message-Id: 1631998617.cb4ac9795ddf46e8f109820e1c0ff559b1fe15ed.mgorny@gentoo
1 commit: cb4ac9795ddf46e8f109820e1c0ff559b1fe15ed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 20:07:34 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 20:56:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4ac979
7
8 dev-python/terminado: Remove old
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.10.1.ebuild | 30 ----------------------------
14 dev-python/terminado/terminado-0.11.0.ebuild | 30 ----------------------------
15 3 files changed, 62 deletions(-)
16
17 diff --git a/dev-python/terminado/Manifest b/dev-python/terminado/Manifest
18 index 7d767991287..d2cd649ba34 100644
19 --- a/dev-python/terminado/Manifest
20 +++ b/dev-python/terminado/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST terminado-0.10.1.tar.gz 13911 BLAKE2B e939bab2a23b75d803ba2260548a48a0f1c9925f6a2fe69ff7b549255539898e35f76e94526f8f470126d4d50466f8a85a14bbd3c38d2999d4e90ec4be3e0222 SHA512 fb6a6e27cec8e644565ecab3a7c43fd288c6ff9e18e68dda6d306532fa5e39274574f3dabdbf629cf00096256fef9a0419c98a3d9b7b038e04dd6ca1af16af46
23 -DIST terminado-0.11.0.tar.gz 14423 BLAKE2B 0fd782bd2b75bb74990b4638af3855d4c63bc53c1be5b1614ab7669e0504ad40b608bfcc4d8c77a4aa36bc3f2a0304a534b791161320de11c1687b4f568ce9c4 SHA512 038619e3e2114200afdc940c4937e20ac0aaee5df152fd2f1fc92f50c5f51bd0e351d3fb8d3979fe8ce5d5a12a27b9f896cf9ff0578a82772fe464b73d6a8d98
24 DIST terminado-0.11.1.tar.gz 14451 BLAKE2B 02650bb272d2f11a5a4fa24d1d67f6fb7e35aa2b55e24abec0016c190d6af705079f2e4f56ca4cfb65eb801b7db02950daa8834c8f8768c15ec7637bb8d1a21a SHA512 55b44e8153a54ab43eff35ce8e1fcc0a3ec9189d5fc14cba6953fa03a7584b1be24ba53bcd8a5ca6e17da1fdc8e4f34c5c74417842bdad54a6c913a083d9487a
25 DIST terminado-0.12.1.tar.gz 14513 BLAKE2B 97537851a2284c4cae2d9cdc42ad2714c9368f4318ac14c35197d6691404bec205b7b589c35302ff9d3fa99e4a15e24e713f70cc319e26788631134ff4b77cb1 SHA512 770a41b8fa6b43a577c077e8239a43b654f8e4423564ca38d66428ed6c322edea64c98225cb94ae182add9757b6d4e52796edd332443fe7ac643677a8d133674
26
27 diff --git a/dev-python/terminado/terminado-0.10.1.ebuild b/dev-python/terminado/terminado-0.10.1.ebuild
28 deleted file mode 100644
29 index f94f8bb0b93..00000000000
30 --- a/dev-python/terminado/terminado-0.10.1.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Terminals served to term.js using Tornado websockets"
44 -HOMEPAGE="https://pypi.org/project/terminado/ https://github.com/jupyter/terminado"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -SLOT="0"
48 -LICENSE="BSD-2"
49 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
50 -
51 -RDEPEND="
52 - dev-python/ptyprocess[${PYTHON_USEDEP}]
53 - www-servers/tornado[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_tests pytest
56 -
57 -src_test() {
58 - # workaround new readline defaults
59 - echo "set enable-bracketed-paste off" > "${T}"/inputrc || die
60 - local -x INPUTRC="${T}"/inputrc
61 - distutils-r1_src_test
62 -}
63
64 diff --git a/dev-python/terminado/terminado-0.11.0.ebuild b/dev-python/terminado/terminado-0.11.0.ebuild
65 deleted file mode 100644
66 index eb50a120e23..00000000000
67 --- a/dev-python/terminado/terminado-0.11.0.ebuild
68 +++ /dev/null
69 @@ -1,30 +0,0 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Terminals served to term.js using Tornado websockets"
81 -HOMEPAGE="https://pypi.org/project/terminado/ https://github.com/jupyter/terminado"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 -
84 -SLOT="0"
85 -LICENSE="BSD-2"
86 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
87 -
88 -RDEPEND="
89 - dev-python/ptyprocess[${PYTHON_USEDEP}]
90 - www-servers/tornado[${PYTHON_USEDEP}]"
91 -
92 -distutils_enable_tests pytest
93 -
94 -src_test() {
95 - # workaround new readline defaults
96 - echo "set enable-bracketed-paste off" > "${T}"/inputrc || die
97 - local -x INPUTRC="${T}"/inputrc
98 - distutils-r1_src_test
99 -}