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

Added Files:
        py-py.info pytest-py.info 
Log Message:
Move to 10.7.


--- NEW FILE: pytest-py.info ---
Info2: <<
Package: pytest-py%type_pkg[python]
Version: 2.0.2
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: Cross-project testing tool for Python
DescDetail: <<
        py.test is a command line tool to collect, run and report about
        automated tests. It runs well on Linux, Windows and OSX and on Python
        2.4 through to 3.1 versions. It is used in many projects, ranging from
        running 10 thousands of tests to a few inlined tests on a command line
        script. As of version 1.2 you can also generate a no-dependency
        py.test-equivalent standalone script that you can distribute along with
        your application.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pytest.org/

Source: mirror:custom:p/pytest/pytest-%v.zip
Source-MD5: ed1b80b4b9975401d3bd62bf309874f4

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

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

# The tests are malfunctioning in some way. Maybe PYTHONPATH is being
# ignored? Disable tests for now.
#InfoTest: <<
#       TestScript: <<
#               #!/bin/bash -ev
#               export PYTHONPATH="%b/build/lib"
#               # Make sure we use /private/tmp instead of /tmp otherwise 
several
#               # tests fail since "/private/tmp" != "/tmp". I know, right?
#               export TMPDIR=/private/tmp
#               %p/bin/python%type_raw[python] pytest.py || exit 2
#       <<
#<<

InstallScript: <<
        # Clean up the droppings from tests
        /usr/bin/find . -name '*.py[co]' -delete

        %p/bin/python%type_raw[python] setup.py install --root=%d
        rm %i/bin/py.test
<<

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

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

DocFiles: CHANGELOG LICENSE PKG-INFO README.txt doc

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: py-py.info ---
Info2: <<
Package: py-py%type_pkg[python]
Version: 1.4.2
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: Python development support library
DescDetail: <<
        The py lib is a Python development support library featuring the
        following tools and modules:
        
        py.path: uniform local and svn path objects
        py.apipkg: explicit API control and lazy-importing
        py.iniconfig: easy parsing of .ini files
        py.code: dynamic code generation and introspection
        py.path: uniform local and svn path objects
        
        NOTE: prior to the 1.4 release this distribution used to contain
        py.test which is now its own package, pytest-py%type_pkg[python].
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pylib.org/

Source: mirror:custom:p/py/py-%v.zip
Source-MD5: fd00ef0c7dbaaeb1b37259e571ba28a5

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

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

DocFiles: CHANGELOG LICENSE PKG-INFO README.txt doc

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/
<<
<<


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to