Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/python-mode/
Date: Fri, 08 Oct 2021 09:23:49
Message-Id: 1633685006.e44db792c624668103e9f079221c51fa811f76e8.ulm@gentoo
1 commit: e44db792c624668103e9f079221c51fa811f76e8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 09:23:26 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 09:23:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44db792
7
8 app-emacs/python-mode: Version bump to 6.3.0
9
10 Closes: https://bugs.gentoo.org/816930
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-emacs/python-mode/Manifest | 1 +
15 app-emacs/python-mode/python-mode-6.3.0.ebuild | 20 ++++++++++++++++++++
16 2 files changed, 21 insertions(+)
17
18 diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest
19 index 667050dfd76..e6c906b16eb 100644
20 --- a/app-emacs/python-mode/Manifest
21 +++ b/app-emacs/python-mode/Manifest
22 @@ -1 +1,2 @@
23 +DIST python-mode-6.3.0.tar.bz2 377148 BLAKE2B f55620dcda63bb074116ad622d0ac2431839277a9f525be857bb4245a6b5b9f7daaefd538e166efb327333bb2186f2998541f3a1816bff76c65a726e78265c01 SHA512 cc4a9e67ec3d751040a1ee453360f7aad127688db9c67385b669aa76ad7504dfea1b15408f4ff130a5103f5266ee4eeb920e66b1c1fd1f2dcbfe6302cc8f847a
24 DIST python-mode.el-6.2.3.tar.gz 314461 BLAKE2B 3bd71b47de1284d59db61f829e3419f2fb10e226900392d903256f31ad90f47317b7bde4cde1cf7d86518f9c706d9c844b208a9e2469a41037252a63f7bc1ba6 SHA512 4aeb33d4054d582cd2a3f4834472c7d0cb3fe5e12e10f5117dcbcd90ec2ca490964c774918c83697f283c68e57766c3c67d3853ddbaa3408777fdafc7f2674f2
25
26 diff --git a/app-emacs/python-mode/python-mode-6.3.0.ebuild b/app-emacs/python-mode/python-mode-6.3.0.ebuild
27 new file mode 100644
28 index 00000000000..2dd18ba0b96
29 --- /dev/null
30 +++ b/app-emacs/python-mode/python-mode-6.3.0.ebuild
31 @@ -0,0 +1,20 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit elisp readme.gentoo-r1
38 +
39 +DESCRIPTION="An Emacs major mode for editing Python source"
40 +HOMEPAGE="https://gitlab.com/python-mode-devs/python-mode"
41 +SRC_URI="https://gitlab.com/python-mode-devs/${PN}/-/archive/${PV}/${P}.tar.bz2"
42 +
43 +LICENSE="GPL-3+"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
46 +
47 +ELISP_REMOVE="python-mode-pkg.el"
48 +SITEFILE="50${PN}-gentoo.el"
49 +DOCS="CONTRIBUTING.md CREDITS NEWS *.org"
50 +DOC_CONTENTS="Note that doctest and pymacs are in their own packages,
51 + app-emacs/doctest-mode and app-emacs/pymacs, respectively."