summaryrefslogtreecommitdiff
path: root/app-emacs/python-mode/python-mode-6.3.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/python-mode/python-mode-6.3.1.ebuild')
-rw-r--r--app-emacs/python-mode/python-mode-6.3.1.ebuild32
1 files changed, 0 insertions, 32 deletions
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."