commit:     564765dc5ca08393881492aed537d3e03dac72b4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 18:22:54 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 19:00:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564765dc

app-emacs/python-mode: bump to 6.3.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/python-mode/Manifest                 |  1 +
 app-emacs/python-mode/python-mode-6.3.1.ebuild | 32 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest
index aa8391d19dca..1fff0da69164 100644
--- a/app-emacs/python-mode/Manifest
+++ b/app-emacs/python-mode/Manifest
@@ -1 +1,2 @@
 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.1.ebuild 
b/app-emacs/python-mode/python-mode-6.3.1.ebuild
new file mode 100644
index 000000000000..24ceefa15d8b
--- /dev/null
+++ b/app-emacs/python-mode/python-mode-6.3.1.ebuild
@@ -0,0 +1,32 @@
+# 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 ~amd64-linux ~x86-linux 
~ppc-macos ~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