commit:     4fbfbc3d4280aea401fdf5aadbe96c175dc3240e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 09:33:45 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 09:33:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbfbc3d

dev-python/terminado: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/terminado/Manifest                |  1 -
 dev-python/terminado/terminado-0.17.1.ebuild | 33 ----------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/terminado/Manifest b/dev-python/terminado/Manifest
index cd21bd70273e..0a4a312eb749 100644
--- a/dev-python/terminado/Manifest
+++ b/dev-python/terminado/Manifest
@@ -1,2 +1 @@
-DIST terminado-0.17.1.tar.gz 30603 BLAKE2B 
e21087ab332076df3462f765ef839ed1b99580fd86acb2aa36626a656972c08ce4fff349e47d27847799d6550f6f31489ce7bf5fc67988fb74f7403b77d8fc79
 SHA512 
c61987e6ccb75fef6428c4557a690be3f48ff186b2bd6765d4f5b71d4443833def7025921e7f1362a47bf77163846294080c2d81f6d2ff15236d499f480ec8e9
 DIST terminado-0.18.0.tar.gz 32250 BLAKE2B 
1993df502e0e54f78160aca91b475f989cd83a3ea6dedef3d70db7a2d2c7b4dd8ccbcb854302e665f079f4b12c91ad434c23407974ad18e8c6e1f47cf54179ec
 SHA512 
4cefaf34e00d4c22b01c2cfbd55e385df1c2ad6e812fb6f9a47d1af2126251028d633a40c20e9babec7de927a44fc580c5972f85d00fbdd32b895a4197346c90

diff --git a/dev-python/terminado/terminado-0.17.1.ebuild 
b/dev-python/terminado/terminado-0.17.1.ebuild
deleted file mode 100644
index bdb477f3269c..000000000000
--- a/dev-python/terminado/terminado-0.17.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Terminals served to term.js using Tornado websockets"
-HOMEPAGE="
-       https://github.com/jupyter/terminado/
-       https://pypi.org/project/terminado/
-"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       dev-python/ptyprocess[${PYTHON_USEDEP}]
-       dev-python/tornado[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-       # workaround new readline defaults
-       echo "set enable-bracketed-paste off" > "${T}"/inputrc || die
-       local -x INPUTRC="${T}"/inputrc
-       distutils-r1_src_test
-}

Reply via email to