summaryrefslogtreecommitdiff
path: root/lang/python-mode.el
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2007-06-29 21:19:23 +0000
committerAndrey Slusar <anray@FreeBSD.org>2007-06-29 21:19:23 +0000
commit8f183e7b6ec3c071251f7947401aa2c859982259 (patch)
tree87626b1f752ff095b0dd2973a2eb6dbac37d76b5 /lang/python-mode.el
parent- Update to 5039 (diff)
Update to 1.0 release.
PR: ports/114124 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Approved by: Dario Freni (maintainer)
Notes
Notes: svn path=/head/; revision=194485
Diffstat (limited to 'lang/python-mode.el')
-rw-r--r--lang/python-mode.el/Makefile7
-rw-r--r--lang/python-mode.el/distinfo6
-rw-r--r--lang/python-mode.el/pkg-plist6
3 files changed, 13 insertions, 6 deletions
diff --git a/lang/python-mode.el/Makefile b/lang/python-mode.el/Makefile
index 0dec65e15c44..504a83ab2eb6 100644
--- a/lang/python-mode.el/Makefile
+++ b/lang/python-mode.el/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= python-mode.el
-PORTVERSION= 1.0.a
+PORTVERSION= 1.0
+PORTEPOCH= 1
CATEGORIES= lang elisp python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=python-mode
-DISTNAME= python-mode-1.0alpha
+DISTNAME= python-mode-${PORTVERSION}
MAINTAINER= saturnero@gufi.org
COMMENT= Emacs lisp module for the Python language
@@ -21,7 +22,7 @@ CONFLICTS= python-2.4.[012]*
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
-LISPFILES= python-mode.el pycomplete.el
+LISPFILES= doctest-mode.el pycomplete.el pycomplete.py python-mode.el
do-install:
${MKDIR} ${EMACSLISPDIR}
diff --git a/lang/python-mode.el/distinfo b/lang/python-mode.el/distinfo
index 07f72a7b8d56..89b052dd8c81 100644
--- a/lang/python-mode.el/distinfo
+++ b/lang/python-mode.el/distinfo
@@ -1,3 +1,3 @@
-MD5 (python-mode-1.0alpha.tar.gz) = 41adbb7bc4079d9aac3323e962c1e542
-SHA256 (python-mode-1.0alpha.tar.gz) = b0845398f566fcd475ae4ac2d0b48aa01a03f3d4dc3af92a52fe39d567f30273
-SIZE (python-mode-1.0alpha.tar.gz) = 53666
+MD5 (python-mode-1.0.tar.gz) = 57fde95d350e010b5a00d98b8ce4a066
+SHA256 (python-mode-1.0.tar.gz) = 1e0f0038d9a320ba4e0b3b6a8f0ead46c94147ccc5bcd61ccd0a3ec14ff19445
+SIZE (python-mode-1.0.tar.gz) = 54295
diff --git a/lang/python-mode.el/pkg-plist b/lang/python-mode.el/pkg-plist
index a6e51d4536bc..3767bb8a8b0b 100644
--- a/lang/python-mode.el/pkg-plist
+++ b/lang/python-mode.el/pkg-plist
@@ -1,9 +1,15 @@
+share/emacs/site-lisp/doctest-mode.el
share/emacs/site-lisp/python-mode.el
share/emacs/site-lisp/pycomplete.el
+share/emacs/site-lisp/pycomplete.py
@exec mkdir -p %D/lib/xemacs/site-lisp
+@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/doctest-mode.el
@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/python-mode.el
@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/pycomplete.el
+@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/pycomplete.py
+@unexec rm %D/lib/xemacs/site-lisp/doctest-mode.el 2>/dev/null || true
@unexec rm %D/lib/xemacs/site-lisp/python-mode.el 2>/dev/null || true
@unexec rm %D/lib/xemacs/site-lisp/pycomplete.el 2>/dev/null || true
+@unexec rm %D/lib/xemacs/site-lisp/pycomplete.py 2>/dev/null || true
@dirrmtry lib/xemacs/site-lisp
@dirrmtry lib/xemacs