python-mode-6.1.2.ebuild 699 B

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