bzr-py-2.3.4 stable port information

Info2: <<
Package: bzr-py%type_pkg[python]
Version: 2.3.4
Revision: 1
Conflicts: bzr, bzr-py24-bin
Replaces: bzr, bzr-py24-bin
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7)
Source: http://launchpadlibrarian.net/75242790/bzr-%v.tar.gz
Source-MD5: 2efb1350c69abd4d5bf7437f06f1fdb9
Depends: <<
python%type_pkg[python],
(%type_pkg[python] = 24) celementtree-py24 | (%type_pkg[python] = 24) elementtree-py24
<<
BuildDepends: docutils-py%type_pkg[python]
Recommends: paramiko-py%type_pkg[python]

PatchScript: <<
sed -i.bak -e's|\(man/man1\)|share/\1|' setup.py
<<
CompileScript: <<
#!/bin/sh -ev
python%type_raw[python] setup.py build
PYTHONPATH=%p/lib/docutils make PYTHON=python%type_raw[python] docs
<<
# Leave tests commented out for now because of problems that need diagnosing.
#InfoTest: <<
# TestDepends: testtools-py%type_pkg[python]
# TestScript: PYTHONPATH=`ls -d %b/build/lib*` %p/bin/python%type_raw[python] bzr selftest || exit 2
#<<
InstallScript: <<
python%type_raw[python] setup.py install --prefix %p --root %d
mkdir -p %i/share/doc
cp -R doc %i/share/doc/%n
ln -s %p/share/doc/fink/COPYING %i/share/doc/%n

mv %i/bin/bzr %i/bin/bzr-py%type_pkg[python]
mv %i/share/man/man1/bzr.1 %i/share/man/man1/bzr-py%type_pkg[python].1

mkdir -p %i/lib/bzr-py%type_raw[python]
mv contrib/bash/bzr %i/lib/bzr-py%type_raw[python]/bash-completion
<<
PostInstScript: <<
update-alternatives --install %p/bin/bzr bzr %p/bin/bzr-py%type_pkg[python] %type_pkg[python] --slave %p/share/man/man1/bzr.1 bzr.1 %p/share/man/man1/bzr-py%type_pkg[python].1 --slave %p/etc/bash_completion.d/bzr bzr-bash-completion %p/lib/bzr-py%type_pkg[python]/bash-completion
<<
PreRmScript: <<
if [ $1 != "upgrade" ]
then
update-alternatives --remove bzr %p/bin/bzr-py%type_pkg[python]
fi
<<
DocFiles: README NEWS TODO bzr.ico
Description: Bazaar distributed SCM
DescDetail: <<
An open source distributed version control system that is powerful,
friendly, and scalable, implemented in python. It's still in an
early stage of development.
* Designed to be easy to learn for CVS or SVN users.
* Tracks file and directory renames and merges.
* Strong integrity protection features.
* Can be published over plain HTTP.
<<
License: GPL
Homepage: http://www.bazaar-vcs.org/
Maintainer: Daniel Johnson
<<