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, 27 Feb 2022 18:52:56
Message-Id: 1645987631.5127453a7dd689a4fa66459820471912a85b1fc3.mgorny@gentoo
1 commit: 5127453a7dd689a4fa66459820471912a85b1fc3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:47:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:47:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5127453a
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.12.1.ebuild | 30 ---------------------------
14 dev-python/terminado/terminado-0.13.0.ebuild | 31 ----------------------------
15 3 files changed, 63 deletions(-)
16
17 diff --git a/dev-python/terminado/Manifest b/dev-python/terminado/Manifest
18 index c31306fc5b53..85ad1a265832 100644
19 --- a/dev-python/terminado/Manifest
20 +++ b/dev-python/terminado/Manifest
21 @@ -1,3 +1 @@
22 -DIST terminado-0.12.1.tar.gz 14513 BLAKE2B 97537851a2284c4cae2d9cdc42ad2714c9368f4318ac14c35197d6691404bec205b7b589c35302ff9d3fa99e4a15e24e713f70cc319e26788631134ff4b77cb1 SHA512 770a41b8fa6b43a577c077e8239a43b654f8e4423564ca38d66428ed6c322edea64c98225cb94ae182add9757b6d4e52796edd332443fe7ac643677a8d133674
23 -DIST terminado-0.13.0.tar.gz 16587 BLAKE2B 4a5b7431412d4eb65df076846519bb4ec89873bf2a6daf6ef5bf9c378d428378ca7323dadfcbcac43b4136cc91d6e786361c96e36b1e1dddbc0723a02666a52b SHA512 bf2b1d39afeaff43c9ae9cfa4ab799e254b97b7fb43d831c373ac1a6f954780757546df2a240d863901e13c610f07f429b30f188eebacbae33c6c9bb43d14bcc
24 DIST terminado-0.13.1.tar.gz 16770 BLAKE2B ee95896d8fea06496ff9c7b44e081719227fa83ac612a40919ecbd979b0078df3a66f69b9a0ce2b944f4e6d181208f6918a1d69ffb3315bea7793c1f1c449eb1 SHA512 80d0ae11debd302b561d27ebf5f62cd8e318f0f0585818b71da5bf3fa43da497c0a7a90f4c23330e4d7e65c1f879db2df1e80768d9f45bbb5a7dd9e4362b4198
25
26 diff --git a/dev-python/terminado/terminado-0.12.1.ebuild b/dev-python/terminado/terminado-0.12.1.ebuild
27 deleted file mode 100644
28 index e3c753560fc5..000000000000
29 --- a/dev-python/terminado/terminado-0.12.1.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
38 -PYTHON_COMPAT=( python3_{8..10} )
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 ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
49 -
50 -RDEPEND="
51 - dev-python/ptyprocess[${PYTHON_USEDEP}]
52 - www-servers/tornado[${PYTHON_USEDEP}]"
53 -
54 -distutils_enable_tests pytest
55 -
56 -src_test() {
57 - # workaround new readline defaults
58 - echo "set enable-bracketed-paste off" > "${T}"/inputrc || die
59 - local -x INPUTRC="${T}"/inputrc
60 - distutils-r1_src_test
61 -}
62
63 diff --git a/dev-python/terminado/terminado-0.13.0.ebuild b/dev-python/terminado/terminado-0.13.0.ebuild
64 deleted file mode 100644
65 index 72cd87d36e72..000000000000
66 --- a/dev-python/terminado/terminado-0.13.0.ebuild
67 +++ /dev/null
68 @@ -1,31 +0,0 @@
69 -# Copyright 1999-2022 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=8
73 -
74 -DISTUTILS_USE_PEP517=setuptools
75 -PYTHON_COMPAT=( python3_{8..10} )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Terminals served to term.js using Tornado websockets"
80 -HOMEPAGE="https://pypi.org/project/terminado/ https://github.com/jupyter/terminado"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -SLOT="0"
84 -LICENSE="BSD-2"
85 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
86 -
87 -BDEPEND="
88 - www-servers/tornado[${PYTHON_USEDEP}]"
89 -RDEPEND="${BDEPEND}
90 - dev-python/ptyprocess[${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 -}