Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26491

Modified Files:
        docutils-py.info 
Added Files:
        docutils-py-10.5.info 
Log Message:
Adding 10.5-specific docutils-py that does not include -py23.


--- NEW FILE: docutils-py-10.5.info ---
Info2: <<
Package: docutils-py%type_pkg[python]
Type: python (2.4 2.5)
Distribution: 10.5
Version: 0.4
Revision: 6
Source: mirror:sourceforge:docutils/docutils-%v.tar.gz
Source-MD5: 0fe7b42bb3c2aa3680fe30f9a5fbf712
Patch: %{ni}.patch

Depends: python%type_pkg[python]

Conflicts: docutils (<= 0.4-2)
Replaces: docutils (<= 0.4-2)
Provides: docutils

CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
<<

InstallScript: <<
#!/bin/sh -ev
%p/bin/python%type_raw[python] setup.py install --root %d

for i in *.txt ; do
  htmldoc=${i%%txt}html
  echo "Making $htmldoc"
  PYTHONPATH=.:extras tools/rst2html.py $i $htmldoc
done

cd docs
for i in `find . -name '*.txt'` ; do
  destdir="%i/share/doc/%n/html/"${i%%/*}
  htmldoc=${i%%txt}html
  echo "Making $htmldoc"
  PYTHONPATH=..:../extras ../tools/rst2html.py $i $htmldoc
  mkdir -p "$destdir"
  cp $htmldoc $destdir
done

cd %i/bin
for i in rst2*; do
  mv $i ${i%%.py}-%type_raw[python].py
done
<<

PostInstScript: <<
  for i in rst2html rst2latex rst2newlatex rst2pseudoxml rst2s5 rst2xml; do
    #                              link      name    path (source)              
     priority
    update-alternatives --install %p/bin/$i    $i    
%p/bin/$i-%type_raw[python].py %type_pkg[python] \
                        --slave   %p/bin/$i.py $i-py 
%p/bin/$i-%type_raw[python].py
  done
<<

PreRmScript: <<
  if [ $1 != "upgrade" ]; then
    for i in rst2html rst2latex rst2newlatex rst2pseudoxml rst2s5 rst2xml; do
      update-alternatives --remove-all $i
      update-alternatives --remove-all $i-py
    done
  fi
<<

DocFiles: README.html BUGS.html COPYING.html HISTORY.html FAQ.html THANKS.html

Description: Python-approved WYSIWYG text markup toolkit
DescDetail: <<
Docutils is an open-source text processing system for processing
plaintext documentation into useful formats, such as HTML or LaTeX. It
includes reStructuredText, the easy to read, easy to use,
what-you-see-is-what-you-get plaintext markup language.

Converters included:

 * rst2html
 * rst2latex
 * rst2s5
... etc.
<<

DescPackaging:<<
$LastChangedRevision: 498 $ in my local repository.
<<

License: GPL
Homepage: http://docutils.sourceforge.net/
#Maintainer: Brendan Cully <[EMAIL PROTECTED]>
Maintainer: Charles Lepple <[EMAIL PROTECTED]>

# closes Info2:
<<

Index: docutils-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/docutils-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- docutils-py.info    2 Feb 2008 18:16:16 -0000       1.3
+++ docutils-py.info    28 Feb 2008 01:36:03 -0000      1.4
@@ -1,8 +1,9 @@
 Info2: <<
 Package: docutils-py%type_pkg[python]
 Type: python (2.3 2.4 2.5)
+Distribution: 10.4
 Version: 0.4
-Revision: 5
+Revision: 6
 Source: mirror:sourceforge:docutils/docutils-%v.tar.gz
 Source-MD5: 0fe7b42bb3c2aa3680fe30f9a5fbf712
 Patch: %{ni}.patch
@@ -78,7 +79,7 @@
 <<
 
 DescPackaging:<<
-$LastChangedRevision: 477 $ in my local repository.
+$LastChangedRevision: 498 $ in my local repository.
 <<
 
 License: GPL


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to