*/*: Discontinue Gentoo SuperH port
[gentoo.git] / app-emacs / python-mode / python-mode-6.2.3.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit elisp readme.gentoo-r1
7
8 MY_P="${PN}.el-${PV}"
9 DESCRIPTION="An Emacs major mode for editing Python source"
10 HOMEPAGE="https://launchpad.net/python-mode"
11 SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"
12
13 LICENSE="GPL-3+"
14 SLOT="0"
15 KEYWORDS="amd64 arm hppa ia64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
16
17 S="${WORKDIR}/${MY_P}"
18 SITEFILE="50${PN}-gentoo.el"
19 DOCS="NEWS README_DEVEL.org"
20 DOC_CONTENTS="Note that doctest and pymacs are in their own packages,
21         app-emacs/doctest-mode and app-emacs/pymacs, respectively."