commit:     003346406dfebbc7bd75425a591384187808d7ac
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 21:21:10 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 21:22:17 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00334640

app-emacs/python-mode: treeclean, bug #969199

Bug: https://bugs.gentoo.org/969199
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/python-mode/Manifest                     |  1 -
 .../python-mode/files/50python-mode-gentoo.el      | 11 --------
 app-emacs/python-mode/metadata.xml                 | 13 ---------
 app-emacs/python-mode/python-mode-6.3.1.ebuild     | 32 ----------------------
 4 files changed, 57 deletions(-)

diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest
deleted file mode 100644
index 5948ffd11f9a..000000000000
--- a/app-emacs/python-mode/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-mode-6.3.1.tar.bz2 411892 BLAKE2B 
c3d0ae3a25792ab80277db289bedaa54524a332ccc205b4a12d711852c8c44a77cc93272c77650c7d583d8816f0935f06efa31fa1ca6fb6d04d561e293482858
 SHA512 
fd786e7d51074d2fdebb3cce01dd3532cfadf0205360859015e5399069fb025a1ecee5fc2bf5fa4e3a209301326f51b30133676dc21643cda638d75169a6aadf

diff --git a/app-emacs/python-mode/files/50python-mode-gentoo.el 
b/app-emacs/python-mode/files/50python-mode-gentoo.el
deleted file mode 100644
index 75812316482a..000000000000
--- a/app-emacs/python-mode/files/50python-mode-gentoo.el
+++ /dev/null
@@ -1,11 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'python-mode "python-mode" "Major mode for editing Python files." t)
-(autoload 'jython-mode "python-mode" "Major mode for editing Jython files." t)
-(autoload 'py-shell "python-mode"
-  "Start an interactive Python interpreter in another window." t)
-
-(add-to-list 'auto-mode-alist '("\\.py$" . python-mode))
-(add-to-list 'auto-mode-alist '("\\.pyx$" . python-mode))
-(add-to-list 'interpreter-mode-alist '("python" . python-mode))
-(add-to-list 'interpreter-mode-alist '("jython" . jython-mode))

diff --git a/app-emacs/python-mode/metadata.xml 
b/app-emacs/python-mode/metadata.xml
deleted file mode 100644
index 0eb103cda77f..000000000000
--- a/app-emacs/python-mode/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-  <email>[email protected]</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
-<upstream>
-  <remote-id type="launchpad">python-mode</remote-id>
-  <remote-id type="gitlab">python-mode-devs/python-mode</remote-id>
-</upstream>
-</pkgmetadata>

diff --git a/app-emacs/python-mode/python-mode-6.3.1.ebuild 
b/app-emacs/python-mode/python-mode-6.3.1.ebuild
deleted file mode 100644
index 0bca3954e78a..000000000000
--- a/app-emacs/python-mode/python-mode-6.3.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 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";
-
-if [[ "${PV}" == *9999* ]] ; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://gitlab.com/python-mode-devs/${PN}";
-else
-       
SRC_URI="https://gitlab.com/python-mode-devs/${PN}/-/archive/${PV}/${P}.tar.bz2";
-
-       KEYWORDS="amd64 arm ~hppa ppc ppc64 x86 ~x64-macos"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-ELISP_REMOVE="
-       python-mode-pkg.el
-"
-
-DOCS="CONTRIBUTING.md CREDITS NEWS *.org"
-SITEFILE="50${PN}-gentoo.el"
-
-DOC_CONTENTS="Note that doctest and pymacs are in their own packages,
-       app-emacs/doctest-mode and app-emacs/pymacs, respectively."

Reply via email to