tailor-py stable port information

Info2: <<
Package: tailor-py%type_pkg[python]
Version: 0.9.35
Revision: 2
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.3 2.4 2.5 2.6)
Conflicts: tailor, tailor-py23 (<< 0.9.26-1), tailor-py24 (<< 0.9.26-1)
Replaces: tailor, tailor-py23 (<< 0.9.26-1), tailor-py24 (<< 0.9.26-1)
Source: http://darcs.arstecnica.it/tailor-%v.tar.gz
Source-MD5: 58a6bc1c1d922b0b1e4579c6440448d1
BuildDepends: python%type_pkg[python]
CompileScript: <<
chmod +x tailor
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --prefix %p --root %d
mkdir -p %i/share/doc/%n
ln -s ../fink/COPYING %i/share/doc/%n

mv %i/bin/tailor %i/bin/tailor-py%type_pkg[python]
<<
PostInstScript: <<
update-alternatives --install %p/bin/tailor tailor %p/bin/tailor-py%type_pkg[python] %type_pkg[python]
<<
PreRmScript: <<
if [ $1 != "upgrade" ]
then
update-alternatives --remove tailor %p/bin/tailor-py%type_pkg[python]
fi
<<
DocFiles: README.rst README.html
Description: Multiformat source repository synchronizer
Suggests: <<
cvs, darcs, monotone, svn (>= 1.6.11-2), mercurial-py%type_pkg[python],
bzr-%type_pkg[python], codeville-py%type_pkg[python]
<<
DescDetail: <<
Tailor is a tool to migrate changesets between ArX, Bazaar, Bazaar-NG,
CVS, Codeville, Darcs, Git, Mercurial, Monotone, Subversion and Tla
repositories.
<<
DescUsage: <<
Tailor converts between repository formats through each repository's native
toolkit, so you will need to install the software for any source and binary
repositories you intend to synchronise.
<<
License: GPL
Homepage: http://progetti.arstecnica.it/tailor/wiki
Maintainer: Brendan Cully
<<