public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/terminado/
Date: Sat, 18 Sep 2021 21:03:37 +0000 (UTC)	[thread overview]
Message-ID: <1631998617.cb4ac9795ddf46e8f109820e1c0ff559b1fe15ed.mgorny@gentoo> (raw)

commit:     cb4ac9795ddf46e8f109820e1c0ff559b1fe15ed
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 20:07:34 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 20:56:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4ac979

dev-python/terminado: Remove old

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

 dev-python/terminado/Manifest                |  2 --
 dev-python/terminado/terminado-0.10.1.ebuild | 30 ----------------------------
 dev-python/terminado/terminado-0.11.0.ebuild | 30 ----------------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-python/terminado/Manifest b/dev-python/terminado/Manifest
index 7d767991287..d2cd649ba34 100644
--- a/dev-python/terminado/Manifest
+++ b/dev-python/terminado/Manifest
@@ -1,4 +1,2 @@
-DIST terminado-0.10.1.tar.gz 13911 BLAKE2B e939bab2a23b75d803ba2260548a48a0f1c9925f6a2fe69ff7b549255539898e35f76e94526f8f470126d4d50466f8a85a14bbd3c38d2999d4e90ec4be3e0222 SHA512 fb6a6e27cec8e644565ecab3a7c43fd288c6ff9e18e68dda6d306532fa5e39274574f3dabdbf629cf00096256fef9a0419c98a3d9b7b038e04dd6ca1af16af46
-DIST terminado-0.11.0.tar.gz 14423 BLAKE2B 0fd782bd2b75bb74990b4638af3855d4c63bc53c1be5b1614ab7669e0504ad40b608bfcc4d8c77a4aa36bc3f2a0304a534b791161320de11c1687b4f568ce9c4 SHA512 038619e3e2114200afdc940c4937e20ac0aaee5df152fd2f1fc92f50c5f51bd0e351d3fb8d3979fe8ce5d5a12a27b9f896cf9ff0578a82772fe464b73d6a8d98
 DIST terminado-0.11.1.tar.gz 14451 BLAKE2B 02650bb272d2f11a5a4fa24d1d67f6fb7e35aa2b55e24abec0016c190d6af705079f2e4f56ca4cfb65eb801b7db02950daa8834c8f8768c15ec7637bb8d1a21a SHA512 55b44e8153a54ab43eff35ce8e1fcc0a3ec9189d5fc14cba6953fa03a7584b1be24ba53bcd8a5ca6e17da1fdc8e4f34c5c74417842bdad54a6c913a083d9487a
 DIST terminado-0.12.1.tar.gz 14513 BLAKE2B 97537851a2284c4cae2d9cdc42ad2714c9368f4318ac14c35197d6691404bec205b7b589c35302ff9d3fa99e4a15e24e713f70cc319e26788631134ff4b77cb1 SHA512 770a41b8fa6b43a577c077e8239a43b654f8e4423564ca38d66428ed6c322edea64c98225cb94ae182add9757b6d4e52796edd332443fe7ac643677a8d133674

diff --git a/dev-python/terminado/terminado-0.10.1.ebuild b/dev-python/terminado/terminado-0.10.1.ebuild
deleted file mode 100644
index f94f8bb0b93..00000000000
--- a/dev-python/terminado/terminado-0.10.1.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_{8..10} )
-
-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="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-
-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
-}

diff --git a/dev-python/terminado/terminado-0.11.0.ebuild b/dev-python/terminado/terminado-0.11.0.ebuild
deleted file mode 100644
index eb50a120e23..00000000000
--- a/dev-python/terminado/terminado-0.11.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-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="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-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	other threads:[~2021-09-18 21:03 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-18 21:03 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-20 17:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/terminado/ Michał Górny
2024-06-28 14:01 Petr Vaněk
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-12 17:51 Michał Górny
2024-01-29 17:18 Michał Górny
2023-12-02  9:34 Michał Górny
2023-12-02  9:32 Arthur Zamarin
2023-11-16 19:43 Michał Górny
2023-11-10  4:09 Michał Górny
2023-06-01 14:59 Michał Górny
2023-02-23 22:20 Sam James
2023-02-13  3:22 Matt Turner
2023-01-08  5:06 Michał Górny
2023-01-07 18:31 Arthur Zamarin
2022-12-06  6:02 Michał Górny
2022-11-25 13:52 Michał Górny
2022-11-25 13:44 Arthur Zamarin
2022-11-03 19:38 Arthur Zamarin
2022-11-03 19:13 Arthur Zamarin
2022-10-26  4:03 Michał Górny
2022-09-29 18:07 Arthur Zamarin
2022-06-16  9:23 Michał Górny
2022-06-16  9:02 Jakov Smolić
2022-05-17  6:54 Michał Górny
2022-04-15 15:12 Arthur Zamarin
2022-04-15 15:11 Arthur Zamarin
2022-03-15 22:17 Michał Górny
2022-03-12 10:35 Arthur Zamarin
2022-03-06  7:49 Sam James
2022-03-05  0:07 Sam James
2022-03-01 11:30 Agostino Sarubbo
2022-02-27 18:52 Michał Górny
2022-01-29 14:29 James Le Cuirot
2022-01-27 19:37 Arthur Zamarin
2021-11-18  8:10 Sam James
2021-11-18  5:36 Sam James
2021-11-14 20:35 Sam James
2021-11-14  3:43 Sam James
2021-10-10 16:18 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-09-18 19:48 Sam James
2021-09-07 20:50 Michał Górny
2021-09-06  0:18 Sam James
2021-09-02  0:01 Marek Szuba
2021-08-19  6:34 Michał Górny
2021-08-13  6:58 Michał Górny
2021-07-12 22:43 Michał Górny
2021-06-24  8:20 Michał Górny
2021-06-24  4:26 Agostino Sarubbo
2021-06-20  1:55 Sam James
2021-06-10 23:13 Michał Górny
2021-06-05 18:26 Michał Górny
2021-05-18 14:04 Michał Górny
2021-05-18 14:04 Michał Górny
2021-05-11 19:23 Michał Górny
2021-05-07 13:44 Michał Górny
2021-05-07 13:28 Sam James
2021-03-30  8:17 Michał Górny
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-21 22:51 Michał Górny
2020-09-20 20:33 Michał Górny
2020-09-19  7:21 Michał Górny
2020-06-21 15:24 Thomas Deutschmann
2020-06-09 18:02 Michał Górny
2020-05-03 10:01 Agostino Sarubbo
2020-03-29 10:13 Michał Górny
2020-03-29 10:13 Michał Górny
2020-03-29 10:13 Michał Górny
2020-03-02 15:15 Andrey Grozin
2020-02-06  6:38 Michał Górny
2019-12-15 14:50 Agostino Sarubbo
2018-02-16 16:59 Michał Górny
2018-02-16 16:59 Michał Górny
2017-06-23 19:26 Alexis Ballier
2017-03-10 10:54 Zac Medico
2016-01-06 21:06 Justin Lecher
2015-10-21 13:41 Justin Lecher
2015-10-10  8:55 Markus Meier
2015-08-25  7:31 Agostino Sarubbo
2015-08-25  7:30 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1631998617.cb4ac9795ddf46e8f109820e1c0ff559b1fe15ed.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox