remove emacs-python, the port is outdated and a nightmare to update; whereas the

version available through ELPA is up-to-date and easy to keep updated.

ok gsoares@
This commit is contained in:
jasper 2013-01-16 07:47:18 +00:00
parent 1b37551929
commit 4c9b2e1f9e
5 changed files with 0 additions and 55 deletions

View File

@ -1,36 +0,0 @@
# $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

@ -1,5 +0,0 @@
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

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

View File

@ -1,5 +0,0 @@
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

@ -1,8 +0,0 @@
@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