Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv32431/stable/main/finkinfo/libs/pythonmods

Modified Files:
        jinja2-py.info pycurl-py.info 
Added Files:
        cheetah-py.info cssutils-py.info gdata-py.info geopy-py.info 
        jsonpickle-py.info mako-py.info markdown-py.info 
        markupsafe-py.info pycli-py.info pycmd-py.info pycurl-py.patch 
        pyexcelerator-py.info pygments-py.info yolk-py.info 
Removed Files:
        jinja2-py.patch 
Log Message:
sync a ton of -py to stable. This pass is generally where already had same in 
10.7 (or if even newer in 10.7, backport that version)


--- NEW FILE: pycmd-py.info ---
Info2: <<
Package: pycmd-py%type_pkg[python]
Version: 1.0
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
Description: Tools for managing/searching Python files
DescDetail: <<
        py.cleanup: remove .pyc and similar files
        
        py.lookup: find text in recursively found .py files
        
        py.countloc: give LOCs for lines and testlines
        
        py.which: print location of an importable package or module
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/pycmd

Source: mirror:custom:p/pycmd/pycmd-%v.zip
Source-MD5: f63ca65f5fbc27321346114fa429c811

Depends: python%type_pkg[python], py-py%type_pkg[python] (>= 1.4.0-1)
BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]

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

InstallScript: <<
        #!/bin/bash -ev
        %p/bin/python%type_raw[python] setup.py install --root=%d
        binfiles="py.cleanup py.convert_unittest py.countloc py.lookup 
py.svnwcrevert py.which"
        for binfile in $binfiles ; do
                mv %i/bin/$binfile %i/bin/$binfile-%type_raw[python]
        done
<<

PostInstScript: <<
        binfiles="py.cleanup py.convert_unittest py.countloc py.lookup 
py.svnwcrevert py.test py.which"
        for binfile in $binfiles ; do
                update-alternatives --install %p/bin/$binfile $binfile 
%p/bin/$binfile-%type_raw[python] %type_pkg[python]
        done
<<

PreRmScript: <<
        if [ $1 != "upgrade" ]; then
                binfiles="py.cleanup py.convert_unittest py.countloc py.lookup 
py.svnwcrevert py.test py.which"
                for binfile in $binfiles ; do
                        update-alternatives --remove $binfile 
%p/bin/$binfile-%type_raw[python]
                done
        fi
<<

DocFiles: CHANGELOG LICENSE PKG-INFO README.txt

CustomMirror: <<
    eur-NL: http://a.pypi.python.org/packages/source/
    nam-US: http://b.pypi.python.org/packages/source/
    eur-DE: http://c.pypi.python.org/packages/source/
    eur-DE: http://d.pypi.python.org/packages/source/
    eur-DE: http://e.pypi.python.org/packages/source/
    eur-DE: http://f.pypi.python.org/packages/source/
<<
<<

--- NEW FILE: yolk-py.info ---
Info2: <<

Package: yolk-py%type_pkg[python]
Version: 0.4.1

Revision: 2
Homepage: http://pypi.python.org/pypi/yolk/
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.7)
Depends: python%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

Source: http://pypi.python.org/packages/source/y/yolk/yolk-%v.tar.gz
Source-MD5: 100b0f20aaf66aacd53987714cc91c3d

CompileScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
  mv %i/bin/yolk %i/bin/yolk-py%type_raw[python]
<<

PostInstScript: <<
 update-alternatives --verbose --install %p/bin/yolk yolk 
%p/bin/yolk-py%type_raw[python] %type_pkg[python] 
<<

PreRmScript: <<
 update-alternatives --verbose --remove yolk %p/bin/yolk-py%type_raw[python]
<<

DocFiles: <<
  AUTHORS
  COPYING
  CREDITS
  FAQ
  README
  THANKS
  TODO
  PKG-INFO
<<

License: BSD
Description: Query PyPI and Python packages installed
DescDetail: <<
Yolk is a Python tool for obtaining information about packages
installed by distutils, distribute, setuptools and easy_install and
querying packages on PyPI (Python Package Index a.k.a. The Cheese
Shop).

Yolk can list all the packages installed by distutils or distribute on
your system. You can see which packages are active, non-active or in
development mode and show you which have newer versions available by
querying PyPI.
<<

# Info2
<<
--- jinja2-py.patch DELETED ---

--- NEW FILE: mako-py.info ---
Info2: <<

Package: mako-py%type_pkg[python]
Version: 0.5.0

Revision: 1
Homepage: http://pypi.python.org/pypi/Mako
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.5 2.6 2.7 3.1)
Depends: python%type_pkg[python], beaker-py%type_pkg[python], 
markupsafe-py%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

Source: http://www.makotemplates.org/downloads/Mako-%v.tar.gz
Source-MD5: 532d7aa7ffbfd2873c1461a30431366a

CompileScript: <<
  #!/bin/bash -ev
  if [ "%type_pkg[python]" -ge "31" ]; then
    2to3-%type_raw[python] -w --no-diffs mako test
  fi
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
  mv %i/bin/mako-render{,%type_raw[python]}
<<

PostInstScript: <<
 update-alternatives --install %p/bin/mako-render mako-render 
%p/bin/mako-render%type_raw[python] %type_pkg[python] 
<<
PreRmScript: <<
 update-alternatives --remove mako-render %p/bin/mako-render%type_raw[python]
<<

DocFiles: <<
  CHANGES
  PKG-INFO
  LICENSE
  README
  doc
<<

License: BSD
Description: Python templating language
DescDetail: <<
A super-fast templating language that borrows the best ideas from the
existing templating languages.

Mako is a template library written in Python. It provides a familiar,
non-XML syntax which compiles into Python modules for maximum
performance. Mako's syntax and API borrows from the best ideas of many
others, including Django templates, Cheetah, Myghty, and
Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
Page) language, which refines the familiar ideas of componentized
layout and inheritance to produce one of the most straightforward and
flexible models available, while also maintaining close ties to Python
calling and scoping semantics.
<<


# Info2
<<

--- NEW FILE: cheetah-py.info ---
Info2: <<
Package: cheetah-py%type_pkg[python]
Version: 2.4.4
Revision: 1

Maintainer:  Kurt Schwehr <goat...@users.sourceforge.net>
DescPackaging: <<
  Formerly maintained by Vincent Beffara
<<
HomePage: http://www.cheetahtemplate.org/
License: BSD

Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7)
Depends: python%type_pkg[python], markdown-py%type_pkg[python]

# As far as I can tell, this is build depend only
BuildDepends: distribute-py%type_pkg[python]
Recommends: pygments-py%type_pkg[python]

Description: Python template engine

Source: http://pypi.python.org/packages/source/C/Cheetah/Cheetah-%v.tar.gz

Source-MD5: 853917116e731afbc8c8a43c37e6ddba

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

InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --prefix %p --root %d
  mv %i/bin/cheetah %i/bin/cheetah-py%type_pkg[python]
  mv %i/bin/cheetah-compile %i/bin/cheetah-compile-py%type_pkg[python]
  mv %i/bin/cheetah-analyze %i/bin/cheetah-analyze-py%type_pkg[python]
<<

PostInstScript: <<
  update-alternatives --verbose --install "%p/bin/cheetah" cheetah 
"%p/bin/cheetah-py%type_pkg[python]" %type_pkg[python] --slave 
"%p/bin/cheetah-compile" cheetah-compile 
"%p/bin/cheetah-compile-py%type_pkg[python]" --slave "%p/bin/cheetah-analyze" 
cheetah-analyze "%p/bin/cheetah-analyze-py%type_pkg[python]"
<<

PreRmScript: <<
  if [ $1 != "upgrade" ]; then
    update-alternatives --verbose --remove cheetah 
"%p/bin/cheetah-py%type_pkg[python]"
  fi
<<

DocFiles: CHANGES LICENSE PKG-INFO README.markdown TODO

DescDetail: <<
Cheetah is an open source template engine and code generation tool.

It can be used standalone or combined with other tools and
frameworks. Web development is its principle use, but Cheetah is very
flexible and is also being used to generate C++ game code, Java, sql,
form emails and even Python code.
<<

# Info2
<<

--- NEW FILE: cssutils-py.info ---
Info2: <<
Package: cssutils-py%type_pkg[python]
Version: 0.9.8a2
Revision: 1
Type: python (2.5 2.6 2.7)
Description: Cascading Style Sheets library for Python
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: LGPL2+
Homepage: http://pypi.python.org/pypi/cssutils

Source: mirror:custom:c/cssutils/cssutils-%v.zip
Source-MD5: 05eca7ca7807988b90f89a97f2ab8581

Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]

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

InfoTest: <<
        TestDepends: discover-py%type_pkg[python], minimock-py%type_pkg[python]
        TestScript: PYTHONPATH=src discover-py%type_pkg[python] -s src/tests || 
exit 2
<<

InstallScript: <<
        #!/bin/bash -ev
        %p/bin/python%type_raw[python] setup.py install --root=%d
        binfiles="csscapture csscombine cssparse"
        for binfile in $binfiles ; do
                mv %i/bin/$binfile %i/bin/$binfile-%type_raw[python]
        done
<<

PostInstScript: <<
        binfiles="csscapture csscombine cssparse"
        for binfile in $binfiles ; do
                update-alternatives --install %p/bin/$binfile $binfile 
%p/bin/$binfile-%type_raw[python] %type_pkg[python]
        done
<<

PreRmScript: <<
        if [ $1 != "upgrade" ]; then
                binfiles="csscapture csscombine cssparse"
                for binfile in $binfiles ; do
                        update-alternatives --remove $binfile 
%p/bin/$binfile-%type_raw[python]
                done
        fi
<<

DocFiles: docs/html/* CHANGELOG.txt COPYING* README.txt examples

CustomMirror: <<
    eur-NL: http://a.pypi.python.org/packages/source/
    nam-US: http://b.pypi.python.org/packages/source/
    eur-DE: http://c.pypi.python.org/packages/source/
    eur-DE: http://d.pypi.python.org/packages/source/
    eur-DE: http://e.pypi.python.org/packages/source/
    eur-DE: http://f.pypi.python.org/packages/source/
<<
<<

Index: jinja2-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/jinja2-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jinja2-py.info      21 Jun 2010 01:48:12 -0000      1.1
+++ jinja2-py.info      11 Nov 2011 02:33:16 -0000      1.2
@@ -1,15 +1,15 @@
 Info2: <<
 
 Package: jinja2-py%type_pkg[python]
-Version: 2.1.1
+Version: 2.6
 Revision: 1
-Maintainer: Lev Givon <l...@columbia.edu>
+Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5 2.6)
-BuildDepends: docutils-py%type_pkg[python], setuptools-py%type_pkg[python], 
fink (>= 0.24.12)
+Type: python (2.4 2.5 2.6 2.7)
+BuildDepends: docutils-py%type_pkg[python], distribute-py%type_pkg[python], 
fink (>= 0.24.12)
 Depends: python%type_pkg[python] 
-Source: http://cheeseshop.python.org/packages/source/J/Jinja2/Jinja2-%v.tar.gz
-Source-MD5: b37fc262e4f613eec57c3defe6aea97c
+Source: http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%v.tar.gz
+Source-MD5: 1c49a8825c993bfdcf55bb36897d28a2
 CompileScript: <<
  chmod u+w *
  %p/bin/python%type_raw[python] setup.py build
@@ -18,10 +18,9 @@
  %p/bin/python%type_raw[python] setup.py install --root %d
 <<
 License: BSD
-PatchFile: jinja2-py.patch
-PatchFile-MD5: 9b8094bf4e3ac9f5eb41241ab5273b7f
 HomePage: http://jinja.pocoo.org
-DocFiles: AUTHORS CHANGES LICENSE TODO docs/_build/html/*.html examples
+# Warning: Docs depend on sphinx, but sphinx depends on jinja2.
+DocFiles: AUTHORS CHANGES LICENSE examples
 Description: Python template engine
 DescDetail: <<
 Jinja2 is a library for Python 2.4 and onwards that is designed to be

Index: pycurl-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pycurl-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pycurl-py.info      22 Aug 2009 23:02:46 -0000      1.3
+++ pycurl-py.info      11 Nov 2011 02:33:16 -0000      1.4
@@ -1,24 +1,33 @@
 Info2: <<
 Package: pycurl-py%type_pkg[python]
-Version: 7.18.2
+Version: 7.19.0
 Revision: 1
 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)
+Type: python (2.3 2.4 2.5 2.6 2.7)
 Description: Python bindings for libcurl
 DescPackaging: <<
  setup.py installs all docs--so no need for DocFiles--but
  in a non-versioned directory, so we need to rename
  %i/share/doc/pycurl to %i/share/doc/pycurl-py%type_pkg[python].
+ 
+ Patch setup.py to not link in static libs.
 <<
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: GPL
 Homepage: http://pycurl.sourceforge.net/
 
 Source: http://pycurl.sourceforge.net/download/pycurl-%v.tar.gz
-Source-MD5: 39210d56f1d5a75ac8dd6a2866a93dd5
+Source-MD5: 919d58fe37e69fe87ce4534d8b6a1c7b
 
-Depends: python%type_pkg[python], libcurl4-shlibs (>= 7.18.2), libssh2.1-shlibs
-BuildDepends: libcurl4 (>= 7.18.2), system-openssl-dev, fink (>= 0.24.12), 
libssh2.1
+PatchFile: %{Ni}.patch
+PatchFile-MD5: 0da644701607d84870b3cc6126457b41
+
+Depends: python%type_pkg[python], libcurl4-shlibs (>= 7.18.2)
+BuildDepends: libcurl4 (>= 7.18.2), system-openssl-dev, fink (>= 0.24.12)
+
+NoSetCPPFLAGS: true
+NoSetLDFLAGS: true
+SetLDFLAGS: -L%p/lib/system-openssl/lib -lcrypto
 
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build 
--curl-config=%p/bin/curl-config --openssl-dir=%p/lib/system-openssl

--- NEW FILE: gdata-py.info ---
Info2: <<
Package: gdata-py%type_pkg[python]
Version: 2.0.11
Revision: 1
Type: python (2.5 2.6 2.7)
Description: Python client library for Google data APIs
DescDetail: <<
        The Google Data APIs provide a simple protocol for reading and writing
        data on the web. Though it is possible to use these services with a
        simple HTTP client, this library provides helpful tools to streamline
        your code and keep up with server-side changes.
<<
DescPackaging: <<
        Tests involve network access so don't try to run.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://code.google.com/p/gdata-python-client/

Source: http://gdata-python-client.googlecode.com/files/gdata-%v.final.tar.gz
Source-MD5: fa18432609cc0944437d7d65ae223ae9
SourceDirectory: gdata-%v

Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12)

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

InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d

DocFiles: PKG-INFO README.txt RELEASE_NOTES.txt pydocs/*.html
<<

--- NEW FILE: pygments-py.info ---
Info2: <<

Package: pygments-py%type_pkg[python]
Version: 1.4
Revision: 1
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7)
BuildDepends: distribute-py%type_pkg[python]
Depends: python%type_pkg[python]
Source: http://pypi.python.org/packages/source/P/Pygments/Pygments-%v.tar.gz
Source-MD5: d77ac8c93a7fb27545f2522abe9cc462
CompileScript: <<
 chmod u+w *
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
 mv %i/bin/pygmentize %i/bin/pygmentize%type_raw[python] 
<<
PostInstScript: <<
 update-alternatives --install %p/bin/pygmentize pygmentize 
%p/bin/pygmentize%type_raw[python] %type_pkg[python]

 echo ""
 echo "The script 'pygmentize' installed in %p/bin/ is a symlink"
 echo "automatically updated by the update-alternatives utility."
 echo "If you install multiple flavors of the pygmentize package the symlinks"
 echo "will point to the higher flavor by default."
<<
PreRmScript: <<
 if [ $1 != "upgrade" ]; then
  update-alternatives --remove pygmentize %p/bin/pygmentize%type_raw[python]
 fi
<<
License: BSD
HomePage: http://pygments.org
DocFiles: AUTHORS CHANGES LICENSE TODO docs/build/*.html
Description: Python syntax highlighting package
DescDetail: <<
Pygments is a syntax highlighting package written in Python. It is a
generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to
prettify source code. Highlights are:

* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, 
  SVG and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it even highlights Brainf*ck!
<<

<<
--- NEW FILE: markupsafe-py.info ---
Info2: <<

Package: markupsafe-py%type_pkg[python]
Version: 0.15

Revision: 1
Homepage: http://pypi.python.org/pypi/MarkupSafe
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.5 2.6 2.7 3.1 3.2)
Depends: python%type_pkg[python], beaker-py%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

Source: http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%v.tar.gz
Source-MD5: 4e7c4d965fe5e033fa2d7bb7746bb186

CompileScript: <<
  #!/bin/bash -ev

# Appears to not need 2to3
#  if [ "%type_pkg[python]" -ge "31" ]; then
#    2to3-%type_raw[python] -w --no-diffs markupsafe
#  fi
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  python%type_raw[python] setup.py install --root=%d
<<

DocFiles: <<
  AUTHORS
  LICENSE
  PKG-INFO
  MANIFEST.in
  README.rst
<<

License: BSD
Description: XML/HTML/XHTML Markup safe string
DescDetail: <<
Implements a unicode subclass that supports HTML strings.

If you want to make an object unicode that is not yet unicode but
don't want to lose the taint information, you can use the soft_unicode
function.

Objects can customize their HTML markup equivalent by overriding the
__html__ function.

Since MarkupSafe 0.10 there is now also a separate escape function
called escape_silent that returns an empty string for None for
consistency with other systems that return empty strings for None when
escaping (for instance Pylons' webhelpers).

If you also want to use this for the escape method of the Markup
object, you can create your own subclass.
<<


# Info2
<<

--- NEW FILE: jsonpickle-py.info ---
Info2: <<
Package: jsonpickle-py%type_pkg[python]
Version: 0.3.1
Revision: 1
Type: python (2.5 2.6 2.7)
Description: Serialize arbitrary object graph into JSON
DescDetail: <<
        Python library for serializing any arbitrary object graph into JSON. It
        can take almost any Python object and turn the object into JSON.
        Additionally, it can reconstitute the object back into Python.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/jsonpickle

Source: mirror:custom:j/jsonpickle/jsonpickle-%v.tar.gz
Source-MD5: 63a87ad2e73f09d49de26f9b2c7877a2

Depends: python%type_pkg[python], (%type_pkg[python] = 25) 
simplejson-py%type_pkg[python]
BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]

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

InfoTest: <<
# Tests want feedparser but it doesn't have a py27 variant.
#       TestDepends: feedparser-py%type_pkg[python]
        TestScript: %p/bin/python%type_raw[python] tests/runtests.py || exit 2
<<

InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d

DocFiles: COPYING PKG-INFO README.rst

CustomMirror: <<
    eur-NL: http://a.pypi.python.org/packages/source/
    nam-US: http://b.pypi.python.org/packages/source/
    eur-DE: http://c.pypi.python.org/packages/source/
    eur-DE: http://d.pypi.python.org/packages/source/
    eur-DE: http://e.pypi.python.org/packages/source/
    eur-DE: http://f.pypi.python.org/packages/source/
<<
<<

--- NEW FILE: pycli-py.info ---
Info2: <<
Package: pycli-py%type_pkg[python]
Version: 1.1.0
Revision: 1
#Claims to work on 3.x but fails to build.
#setup.py imports its own module before it runs 2to3.
Type: python (2.5 2.6 2.7)
Description: Simple, OO approach to Python CLI apps
DescDetail: <<
        The cli package is a framework for making simple, correct command line
        applications in Python. With cli, you can quickly add standard command
        line parsing; logging; unit and functional testing; configuration file
        parsing; and profiling to your CLI apps. To make it easier to do the
        right thing, cli wraps all of these tools into a single, consistent
        application interface.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/pyCLI

Source: mirror:custom:p/pyCLI/pyCLI-%v.tar.gz
Source-MD5: 8a67a5a775ea51a35e2b7483ddd809f9

Depends: python%type_pkg[python], ( %type_pkg[python] = 25 ) 
simplejson-py%type_pkg[python]
BuildDepends: fink (>= 0.24.12), setuptools-py%type_pkg[python]

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

InfoTest: <<
        TestDepends: unittest2-py%type_pkg[python]
        TestScript: export PYTHONPATH=%b/lib && %p/bin/python%type_raw[python] 
setup.py test || exit 2
<<

InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d

DocFiles: PKG-INFO docs/index.txt

CustomMirror: <<
    eur-NL: http://a.pypi.python.org/packages/source/
    nam-US: http://b.pypi.python.org/packages/source/
    eur-DE: http://c.pypi.python.org/packages/source/
    eur-DE: http://d.pypi.python.org/packages/source/
    eur-DE: http://e.pypi.python.org/packages/source/
    eur-DE: http://f.pypi.python.org/packages/source/
<<
<<

--- NEW FILE: pyexcelerator-py.info ---
Info2: <<

Package: pyexcelerator-py%type_pkg[python]
Version: 0.6.4.1
Revision: 1
Type: python (2.5 2.6)
Description: Read/write Excel spreadsheet files
DescDetail: <<

Generating Excel 97+ files with Python 2.4+ (need decorators),
importing Excel 95+ files, support for UNICODE in Excel files, using
variety of formatting features and printing options, Excel files and
OLE2 compound files dumper. No need in Windows/COM
<<
Source: mirror:sourceforge:pyexcelerator/pyexcelerator-%v.zip
Source-MD5: 2b49954d2647c846df9bb24cac0980ca
Depends: python%type_pkg[python] | python%type_pkg[python]-nox
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d
<<
DocFiles: README.txt THANKS.txt TODO.txt PKG-INFO LICENSE.txt CHANGES.txt 
examples/*py
License: BSD
Homepage: http://sourceforge.net/projects/pyexcelerator
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>

Description: Read/write Excel spreadsheet files
DescDetail: <<
Generating Excel 97+ files with Python 2.4+ (need decorators),
importing Excel 95+ files, support for UNICODE in Excel files, using
variety of formatting features and printing options, Excel files and
OLE2 compound files dumper. No need in Windows/COM
<<

<<

--- NEW FILE: pycurl-py.patch ---
diff -ru pycurl-7.19.0.orig/setup.py pycurl-7.19.0/setup.py
--- pycurl-7.19.0.orig/setup.py 2008-09-09 13:40:34.000000000 -0400
+++ pycurl-7.19.0/setup.py      2008-09-30 09:45:54.000000000 -0400
@@ -97,7 +97,8 @@
         else:
             extra_compile_args.append(e)
     libs = split_quoted(
-        os.popen("'%s' --libs" % CURL_CONFIG).read()+\
+        os.popen("'%s' --libs" % CURL_CONFIG).read())
+    static_libs = split_quoted(
         os.popen("'%s' --static-libs" % CURL_CONFIG).read())
     for e in libs:
         if e[:2] == "-l":
@@ -110,6 +111,12 @@
             library_dirs.append(e[2:])
         else:
             extra_link_args.append(e)
+    for e in static_libs:
+        if e[:2] == "-l":
+            if e[2:] == 'ssl':
+                define_macros.append(('HAVE_CURL_OPENSSL', 1))
+            if e[2:] == 'gnutls':
+                define_macros.append(('HAVE_CURL_GNUTLS', 1))
     for e in split_quoted(os.popen("'%s' --features" % CURL_CONFIG).read()):
         if e == 'SSL':
             define_macros.append(('HAVE_CURL_SSL', 1))

--- NEW FILE: markdown-py.info ---
Info2: <<
Package: markdown-py%type_pkg[python]
Version: 2.0.3
Revision: 2

Maintainer:  Kurt Schwehr <goat...@users.sourceforge.net>
HomePage: http://pypi.python.org/pypi/Markdown
License: BSD

Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7)
Depends: python%type_pkg[python]
Recommends: pygments-py%type_pkg[python]

Description: Markdown templating in python
DescDetail: <<
  Python implementation of John Gruber's Markdown. It is almost
  completely compliant with the reference implementation.
<<

Source: http://pypi.python.org/packages/source/M/Markdown/Markdown-%v.tar.gz
Source-MD5: 751e8055be2433dfd1a82e0fb1b12f13

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

InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --prefix %p --root %d
  mv %i/bin/markdown %i/bin/markdown-py%type_pkg[python]
<<

PostInstScript: <<
  update-alternatives --verbose --install "%p/bin/markdown" markdown 
"%p/bin/markdown-py%type_pkg[python]" %type_pkg[python]
<<

PreRmScript: <<
  if [ $1 != "upgrade" ]; then
    update-alternatives --verbose --remove markdown 
"%p/bin/markdown-py%type_pkg[python]"
  fi
<<

DocFiles: docs

DescPackaging: <<
FIX: Python 2.4 may be broken.  From setup.py:

if sys.version[:3] < '2.5':
    data['install_requires'] = ['elementtree']
<<

# Info2
<<

--- NEW FILE: geopy-py.info ---
Info2: <<

Package: geopy-py%type_pkg[python]
Version: 0.94.1
Revision: 1
Maintainer: Kevin Horton <khorto...@rogers.com>
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7)
BuildDepends: setuptools-py%type_pkg[python]
Depends: python%type_pkg[python]
Source: http://geopy.googlecode.com/files/geopy-%v.tar.gz
Source-MD5: 8088f2ae72bfc068594278eaea3740cc
#SourceDirectory: geopy-trunk
CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d
#DocFiles: LICENSE
Description: Geocoding toolbox for python
DescDetail: <<
  geopy makes it easy for developers to locate the coordinates of 
  addresses, cities, countries, and landmarks across the globe 
  using third-party geocoders and other sources of data, such as wikis.
  
  Parses various coordinate formats and calculates distance between
  point.
<<
License: OSI-Approved
Homepage: http://www.geopy.org/

<<


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to