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 67233158094 for ; Mon, 15 Aug 2022 08:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF4B9E1078; Mon, 15 Aug 2022 08:08:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05097E1077 for ; Mon, 15 Aug 2022 08:08:15 +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 ECB5F341468 for ; Mon, 15 Aug 2022 08:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 385F9576 for ; Mon, 15 Aug 2022 08:08:13 +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: <1660550799.59b03dd6a34f896c4408267e50a6197b0c4c2720.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-editor/python-editor-1.0.4-r1.ebuild X-VCS-Directories: dev-python/python-editor/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 59b03dd6a34f896c4408267e50a6197b0c4c2720 X-VCS-Branch: master Date: Mon, 15 Aug 2022 08:08:13 +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: 874ce702-44af-476e-ad53-218c2824fb83 X-Archives-Hash: c141486950ef467686599a7221533321 commit: 59b03dd6a34f896c4408267e50a6197b0c4c2720 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 15 08:06:39 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 15 08:06:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b03dd6 dev-python/python-editor: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-editor/python-editor-1.0.4-r1.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild deleted file mode 100644 index 7269812c4253..000000000000 --- a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="Programmatically open an editor, capture the result" -HOMEPAGE="https://github.com/fmoo/python-editor" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"