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

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


--- NEW FILE: unittest2py3k-py.info ---
Info2: <<
Package: unittest2py3k-py%type_pkg[python]
Version: 0.5.1
Revision: 1
Type: python (3.1 3.2)
Description: Python 3 compatible version of unittest2
DescDetail: <<
        unittest2 is a backport of the new features added to the unittest
        testing framework in Python 2.7 and 3.2.

        This is a Python 3 compatible version of unittest2. Tested with Python
        3.0, 3.1 and 3.2.
        
        To use unittest2 instead of unittest simply replace import unittest
        with import unittest2.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/unittest2py3k

Source: mirror:custom:u/unittest2py3k/unittest2py3k-%v.tar.gz
Source-MD5: 8824ff92044310d9365f90d892bf0f09

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

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

InfoTest: TestScript: %p/bin/python%type_raw[python] unit2 discover

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

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

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

DocFiles: 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: unittest2-py.info ---
Info2: <<
Package: unittest2-py%type_pkg[python]
Version: 0.5.1
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)
Description: Backport of Python 2.7 unittest
DescDetail: <<
        unittest2 is a backport of the new features added to the unittest
        testing framework in Python 2.7. It is tested to run on Python 2.4 -
        2.6.

        To use unittest2 instead of unittest simply replace import unittest
        with import unittest2.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/unittest2

Source: mirror:custom:u/unittest2/unittest2-%v.tar.gz
Source-MD5: a0af5cac92bbbfa0c3b0e99571390e0f

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

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

InfoTest: TestScript: %p/bin/python%type_raw[python] unit2 discover

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

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

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

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


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