python-mode _unstable_ port information

Package: python-mode
Epoch: 1
Version: 1.0
Revision: 2
Maintainer: Rohan Lloyd
Depends: emacsen-common
Recommends: emacsen, python
Description: Emacs - python edit mode
License: OSI-Approved
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 57fde95d350e010b5a00d98b8ce4a066
PatchScript: <<
sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
head -n 20 python-mode.el >LICENSE
<<
CompileScript: /usr/bin/true
InstallScript: <<
install -m 755 -d %i/etc/emacs/site-start.d
install -m 644 fink/emacsen-startup %i/etc/emacs/site-start.d/50%n.el

install -m 755 -d %i/share/emacs/site-lisp/%n
install -m 644 %n.el %i/share/emacs/site-lisp/%n

install -m 755 -d %i/lib/emacsen-common/packages/install
install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n

install -m 755 -d %i/lib/emacsen-common/packages/remove
install -m 755 fink/emacsen-remove %i/lib/emacsen-common/packages/remove/%n
<<
PostInstScript: %p/lib/emacsen-common/emacs-package-install %n
PreRmScript: %p/lib/emacsen-common/emacs-package-remove %n
DocFiles: LICENSE
DescDetail: <<
This is a major mode for editing Python programs. It was developed by Tim
Peters after an original idea by Michael A. Guravage. Tim subsequently
left the net and in 1995, Barry Warsaw inherited the mode. Tim's now back
but disavows all responsibility for the mode. In fact, we suspect he
doesn't even use Emacs any more. In 2003, python-mode.el was moved to its
own SourceForge project apart from the Python project, and now is
maintained by the volunteers at the python-mode@python.org mailing list.
<<
DescUsage: <<
When in a Python mode buffer, do a C-h m for help.
<<
Homepage: http://www.python.org/emacs/python-mode/
DescPackaging: <<
The python-mode tarball now contains doctest-mode and pycomplete
I have left these out of this package for now. If anyone wants them,
let me know

emacs20 is not supported since it relies on ansi-color which
is missing
<<