From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38DFA158020 for ; Sat, 10 Dec 2022 11:27:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59C73E0878; Sat, 10 Dec 2022 11:27:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 240CDE087E for ; Sat, 10 Dec 2022 11:27:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C34F3341218 for ; Sat, 10 Dec 2022 11:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32C3977D for ; Sat, 10 Dec 2022 11:27:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1670671589.da2547369d8f419c0d7ea2e48080a38c1a86d8ef.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/curtsies/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/curtsies/curtsies-0.4.1.ebuild X-VCS-Directories: dev-python/curtsies/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: da2547369d8f419c0d7ea2e48080a38c1a86d8ef X-VCS-Branch: master Date: Sat, 10 Dec 2022 11:27:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b63aafb8-2d0e-47b3-aec9-383795edfc23 X-Archives-Hash: 6917382ab3b887c40e2cad2b2361c3e6 commit: da2547369d8f419c0d7ea2e48080a38c1a86d8ef Author: Michał Górny gentoo org> AuthorDate: Sat Dec 10 11:26:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 10 11:26:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da254736 dev-python/curtsies: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/curtsies/curtsies-0.4.1.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-python/curtsies/curtsies-0.4.1.ebuild b/dev-python/curtsies/curtsies-0.4.1.ebuild deleted file mode 100644 index 08c85466166b..000000000000 --- a/dev-python/curtsies/curtsies-0.4.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -DESCRIPTION="Curses-like terminal wrapper, with colored strings" -HOMEPAGE="https://github.com/bpython/curtsies" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - >=dev-python/blessed-1.5[${PYTHON_USEDEP}] - dev-python/cwcwidth[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pyte[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest