From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5C4801581B9 for ; Fri, 03 Oct 2025 20:36:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 46EFB3417EA for ; Fri, 03 Oct 2025 20:36:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 07403110583; Fri, 03 Oct 2025 20:36:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E87E811057F for ; Fri, 03 Oct 2025 20:36:02 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5C13341455 for ; Fri, 03 Oct 2025 20:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 305BC3AAF for ; Fri, 03 Oct 2025 20:35:59 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1759523752.0e72c47edc8155afdcfb9b3ec21e0ba36be27bb5.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/python-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/python-mode/Manifest app-emacs/python-mode/python-mode-6.3.0.ebuild X-VCS-Directories: app-emacs/python-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 0e72c47edc8155afdcfb9b3ec21e0ba36be27bb5 X-VCS-Branch: master Date: Fri, 03 Oct 2025 20:35:59 +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: 07914e85-8cb1-459d-ab72-c706cc605fa8 X-Archives-Hash: 22d7f8fe26ee718de4c7a6723f124743 commit: 0e72c47edc8155afdcfb9b3ec21e0ba36be27bb5 Author: Maciej Barć gentoo org> AuthorDate: Fri Oct 3 20:14:45 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Oct 3 20:35:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e72c47e app-emacs/python-mode: drop old 6.3.0 Signed-off-by: Maciej Barć gentoo.org> app-emacs/python-mode/Manifest | 1 - app-emacs/python-mode/python-mode-6.3.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest index 1fff0da69164..5948ffd11f9a 100644 --- a/app-emacs/python-mode/Manifest +++ b/app-emacs/python-mode/Manifest @@ -1,2 +1 @@ -DIST python-mode-6.3.0.tar.bz2 377148 BLAKE2B f55620dcda63bb074116ad622d0ac2431839277a9f525be857bb4245a6b5b9f7daaefd538e166efb327333bb2186f2998541f3a1816bff76c65a726e78265c01 SHA512 cc4a9e67ec3d751040a1ee453360f7aad127688db9c67385b669aa76ad7504dfea1b15408f4ff130a5103f5266ee4eeb920e66b1c1fd1f2dcbfe6302cc8f847a DIST python-mode-6.3.1.tar.bz2 411892 BLAKE2B c3d0ae3a25792ab80277db289bedaa54524a332ccc205b4a12d711852c8c44a77cc93272c77650c7d583d8816f0935f06efa31fa1ca6fb6d04d561e293482858 SHA512 fd786e7d51074d2fdebb3cce01dd3532cfadf0205360859015e5399069fb025a1ecee5fc2bf5fa4e3a209301326f51b30133676dc21643cda638d75169a6aadf diff --git a/app-emacs/python-mode/python-mode-6.3.0.ebuild b/app-emacs/python-mode/python-mode-6.3.0.ebuild deleted file mode 100644 index 21470c788d5b..000000000000 --- a/app-emacs/python-mode/python-mode-6.3.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp readme.gentoo-r1 - -DESCRIPTION="An Emacs major mode for editing Python source" -HOMEPAGE="https://gitlab.com/python-mode-devs/python-mode" -SRC_URI="https://gitlab.com/python-mode-devs/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -ELISP_REMOVE="python-mode-pkg.el" -SITEFILE="50${PN}-gentoo.el" -DOCS="CONTRIBUTING.md CREDITS NEWS *.org" -DOC_CONTENTS="Note that doctest and pymacs are in their own packages, - app-emacs/doctest-mode and app-emacs/pymacs, respectively."