commit:     b0f77cfa35301df50087a1774681983f619fbdd0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 14:00:36 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 18 14:04:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f77cfa

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.9.5.ebuild | 30 -----------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/terminado/Manifest b/dev-python/terminado/Manifest
index e8d7ec5d439..93483458d6f 100644
--- a/dev-python/terminado/Manifest
+++ b/dev-python/terminado/Manifest
@@ -1,3 +1,2 @@
 DIST terminado-0.10.0.tar.gz 14059 BLAKE2B 
9fedf12900275154068f5bac97a7038bbd9f655b30a1f3f50f5a66f581b7ed7599116be8eb59d1a82234455574b3a85f239f25af81b03967e986da01b5cee87b
 SHA512 
a0fdbe904e617659a96a594430da3bc00a8addf93b111557355cca48f7d7e39ea1f388d6cb4179de1c10a35c0bec0c69e97c38e1ce77823b5c938c04fa1a632a
 DIST terminado-0.9.4.tar.gz 13934 BLAKE2B 
8544d70a7c561005370bbb2b16db593ac9e4453b729b58d641b99066dc1255e294b712958d54a35a92d85e30b918a1122d24e97400b967858b542498d76305b5
 SHA512 
ab297e60c1adb25b5fbfcd0246db12f5df3acceeac3357af310602da3915345cb2d4fb460cc303cc4b5b5df237e750ce123ac0ed98a9bf7c6e8493783398cbc9
-DIST terminado-0.9.5.tar.gz 13953 BLAKE2B 
fcd67a5193fe20b17ff815c934fb20cbcb5d5ca29818c7064534017c13db7ab2326f0be00a4cb541ef877bb7d208eb93685fbb0c2ff08b8640cd5befb1c5eab5
 SHA512 
7b9f9b81bd30d7b5493faf92c2cecc251c68709ab4c8364e5da1aaf42507919563ee368c30d94c30913f116df9113612500473c6bdf5bc673a96ef1d6c7337a4

diff --git a/dev-python/terminado/terminado-0.9.5.ebuild 
b/dev-python/terminado/terminado-0.9.5.ebuild
deleted file mode 100644
index f329d3d887b..00000000000
--- a/dev-python/terminado/terminado-0.9.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Terminals served to term.js using Tornado websockets"
-HOMEPAGE="https://pypi.org/project/terminado/ 
https://github.com/jupyter/terminado";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS=""
-
-RDEPEND="
-       dev-python/ptyprocess[${PYTHON_USEDEP}]
-       www-servers/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