import emacs-python 5.2.0

Emacs mode for editing Python code.

ok rpointel@
This commit is contained in:
jasper 2011-05-22 20:40:46 +00:00
parent 6ab0fdaec1
commit 7a37869a3d
5 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,36 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/22 20:40:46 jasper Exp $
COMMENT= Emacs mode for editing Python code
V= 5.2.0
DISTNAME= python-mode-$V
PKGNAME= emacs-python-$V
CATEGORIES= devel lang editors
HOMEPAGE= https://launchpad.net/python-mode
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/trunk/$V/+download/
EXTRACT_SUFX= .tgz
PKG_ARCH= *
NO_BUILD= Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/python-mode/
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/
${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp/
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs-python/
${INSTALL_DATA} ${WRKSRC}/pycomplete.py ${PREFIX}/share/emacs-python/
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (python-mode-5.2.0.tgz) = eMefsOkT8R1J0NDiKNd3qA==
RMD160 (python-mode-5.2.0.tgz) = /G1kn0yFonW3FLKhuo+lz7E86no=
SHA1 (python-mode-5.2.0.tgz) = 9ajo7lvP733zKamfJBBqd/4eW3s=
SHA256 (python-mode-5.2.0.tgz) = hO6Xf7fGObyWzU6NsBRcehgkiUVuTZWnHDYSJYtQE6w=
SIZE (python-mode-5.2.0.tgz) = 73566

View File

@ -0,0 +1 @@
Emacs mode for editing Python code.

View File

@ -0,0 +1,5 @@
You may wish to add the following to your .emacs:
(autoload 'python-mode "python-mode" "Python Mode." t)
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
(add-to-list 'interpreter-mode-alist '("python" . python-mode))

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/22 20:40:46 jasper Exp $
share/emacs/
share/emacs-python/
share/emacs-python/pycomplete.py
share/emacs/site-lisp/
share/emacs/site-lisp/doctest-mode.el
share/emacs/site-lisp/pycomplete.el
share/emacs/site-lisp/python-mode.el