[cvs] dists/10.4/stable/main/finkinfo/libs/pythonmods 3to2-py.info, 1.2, 1.3 anyvc-py.info, 1.1, 1.2 apipkg-py.info, 1.1, 1.2 argparse-py.info, 1.1, 1.2 backports.ssl-match-hostname-py.info, 1.1, 1.2 bdec-py.info, 1.1, 1.2 bsddb3-py.info, 1.2, 1.3 configparser-py.info, 1.1, 1.2 cssutils-py.info, 1.4, 1.5 decorator-py.info, 1.2, 1.3 dexml-py.info, 1.2, 1.3 discover-py.info, 1.1, 1.2 docopt-py.info, 1.1, 1.2 execnet-py.info, 1.1, 1.2 extras-py.info, 1.1, 1.2 files-py.info, 1.1, 1.2 flake8-py.info, 1.1, 1.2 futures-py.info, 1.2, 1.3 git-remote-gitifyhg-py.info, 1.6, 1.7 git-remote-hg-py.info, 1.2, 1.3 github3.py-py.info, 1.1, 1.2 hg-git-py.info, 1.6, 1.7 hgnested-py.info, 1.2, 1.3 hgsubversion-py.info, 1.4, 1.5 hgtools-py.info, 1.2, 1.3 html-py.info, 1.2, 1.3 html5lib-py.info, 1.2, 1.3 html5witch-py.info, 1.1, 1.2 jsonpickle-py.info, 1.1, 1.2 keyring-py.info, 1.5, 1.6 lzma-py.info, 1.1, 1.2 mccabe-py.info, 1.1, 1.2 mercurial-keyring-py.info, 1.4, 1.5 minimock-py.info, 1.1, 1.2 modernize-py.info, 1.1, 1.2 pep8-naming-py.info, 1.1, 1.2 pep8-py.info, 1.2, 1.3 py-py.info, 1.5, 1.6 pycli-py.info, 1.1, 1.2 pycmd-py.info, 1.1, 1.2 pyflakes-py.info, 1.2, 1.3 pyopencl-py.info, 1.1, 1.2 pyparsing-py.info, 1.2, 1.3 pytest-py.info, 1.5, 1.6 pytest-runner-py.info, 1.1, 1.2 pytools-py.info, 1.3, 1.4 regex-py.info, 1.8, 1.9 requests-py.info, 1.1, 1.2 six-py.info, 1.2, 1.3 termcolor-py.info, 1.1, 1.2 testtools-py.info, 1.3, 1.4 unittest2-py.info, 1.1, 1.2 unittest2py3k-py.info, 1.1, 1.2 versions-py.info, 1.2, 1.3 xmlwitch-py.info, 1.1, 1.2

Sat, 15 Jun 2013 17:22:02 -0700

Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27349

Modified Files:
        3to2-py.info anyvc-py.info apipkg-py.info argparse-py.info 
        backports.ssl-match-hostname-py.info bdec-py.info 
        bsddb3-py.info configparser-py.info cssutils-py.info 
        decorator-py.info dexml-py.info discover-py.info 
        docopt-py.info execnet-py.info extras-py.info files-py.info 
        flake8-py.info futures-py.info git-remote-gitifyhg-py.info 
        git-remote-hg-py.info github3.py-py.info hg-git-py.info 
        hgnested-py.info hgsubversion-py.info hgtools-py.info 
        html-py.info html5lib-py.info html5witch-py.info 
        jsonpickle-py.info keyring-py.info lzma-py.info mccabe-py.info 
        mercurial-keyring-py.info minimock-py.info modernize-py.info 
        pep8-naming-py.info pep8-py.info py-py.info pycli-py.info 
        pycmd-py.info pyflakes-py.info pyopencl-py.info 
        pyparsing-py.info pytest-py.info pytest-runner-py.info 
        pytools-py.info regex-py.info requests-py.info six-py.info 
        termcolor-py.info testtools-py.info unittest2-py.info 
        unittest2py3k-py.info versions-py.info xmlwitch-py.info 
Log Message:
Update from distribute-py to setuptools-tng-py.
Also add missing py33 variants to 10.4 tree.

Index: pycmd-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pycmd-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pycmd-py.info       11 Nov 2011 02:33:16 -0000      1.1
+++ pycmd-py.info       16 Jun 2013 00:21:48 -0000      1.2
@@ -3,7 +3,7 @@
 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)
+Type: python (2.4 2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Tools for managing/searching Python files
 DescDetail: <<
        py.cleanup: remove .pyc and similar files
@@ -22,7 +22,7 @@
 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]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: decorator-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/decorator-py.info,v
retrievin/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/decorator-py.info,v’ÒúPü*rYûPü*€o­ÿðo­ÿuÚúPü*€úûPü*õQü*’èRü*ðo­ÿ€:Rü*àøn­ÿ°÷n­ÿkðúPü*6
 
èè!è!€o­ÿðo­ÿx¤Rü*àùn­ÿ’ÒúPü*†ðúPü*€o­ÿ`ÒúPü*¿o­ÿÀŸ{Rü*uÚúPü*{Rü*ؔ{Rü*¨™{Rü*€úûPü*x¤Rü*àùn­ÿ°øn­ÿkðúPü*à!à!€o­ÿðo­ÿHn÷Qü*Àún­ÿ’ÒúPü*†ðúPü*€o­ÿ`ÒúPü*¿o­ÿ°o­ÿ¨o­ÿ8ûQü*Œp˜ðo­ÿuÚúPü*€úûPü*Àún­ÿùn­ÿkðúPü*GHIJKMNOP€o­ÿðo­ÿH%ÎQü*`ün­ÿ’ÒúPü*†ðúPü*€o­ÿ0Ÿ{Rü*uÚúPü*°Rü*
 
Y«Qü*{Rü*ؔ{Rü*¨™{Rü*€úûPü*H%ÎQü*`ün­ÿ 
ún­ÿkðúPü*8%ÎQü*`ün­ÿÐún­ÿkðúPü*(%ÎQü*`ün­ÿûn­ÿkðúPü*%ÎQü*`ün­ÿ0ûn­ÿkðúPü*
 
¨ž{Rü*uÚúPü*¨™{Rü*°õn­ÿЍ«Qü*eÙúPü*ؔ{Rü*Ðûn­ÿy¨«Qü*eÙúPü*{Rü*ün­ÿZ¨«Qü*eÙúPü*ØT«Qü*°Rü*
 
Y«Qü*{Rü*Ø´Rü*ؔ{Rü*¨™{Rü*€úûPü*8ûQü*wQü*ðo­ÿpëªQü*°ýn­ÿ€ün­ÿkðúPü*5678:<=>?@BD€o­ÿðo­ÿ
 
!tQü*ðo­ÿuÚúPü*õQü*0ün­ÿwQü*eÙúPü*õQü*Õ_@fÆS
 Qöl±íì3CQü*ðo­ÿ 
!tQü*Àþn­ÿýn­ÿkðúPü*u]ÞÓ     4Q 
÷U^Qʉ§¶uª¹ñìò*ēv€o­ÿðo­ÿHn@Qü*Ðo­ÿ’ÒúPü*†ðúPü*€o­ÿ`ÒúPü*¿o­ÿ°o­ÿ¨o­ÿ¿Rü*uÚúPü*Ø´Rü*
 
¹Rü*€úûPü*Ðo­ÿ€þn­ÿkðúPü*8n@Qü*Ðo­ÿ°þn­ÿkðg
 revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- decorator-py.info   3 Oct 2012 20:29:05 -0000       1.2
+++ decorator-py.info   16 Jun 2013 00:21:47 -0000      1.3
@@ -2,7 +2,7 @@
 Package: decorator-py%type_pkg[python]
 Version: 3.3.3
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Better living through Python with decorators
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -12,7 +12,7 @@
 Source-MD5: f5a0227cb1c34a0e7d5b7f9cd2ae3135
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: github3.py-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/github3.py-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- github3.py-py.info  28 Feb 2013 01:20:42 -0000      1.1
+++ github3.py-py.info  16 Jun 2013 00:21:48 -0000      1.2
@@ -2,7 +2,7 @@
 Package: github3.py-py%type_pkg[python]
 Version: 0.5.1
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Python wrapper for the GitHub API
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -12,7 +12,7 @@
 Source-MD5: 0c735a222991a25ce5b2f36c48287dcc
 
 Depends: python%type_pkg[python], requests-py%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: flake8-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/flake8-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flake8-py.info      28 Mar 2013 19:52:23 -0000      1.1
+++ flake8-py.info      16 Jun 2013 00:21:47 -0000      1.2
@@ -2,7 +2,7 @@
 Package: flake8-py%type_pkg[python]
 Version: 2.0
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Modular source code checker
 DescDetail: <<
        Flake8 is a wrapper around these tools:
@@ -27,7 +27,7 @@
        pyflakes-py%type_pkg[python] (>= 0.6.1-1),
        python%type_pkg[python]
 <<
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build

Index: bdec-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/bdec-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bdec-py.info        21 Jan 2012 21:53:20 -0000      1.1
+++ bdec-py.info        16 Jun 2013 00:21:47 -0000      1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: bdec-py%type_pkg[python]
-Version: 0.7.0
+Version: 0.7.2
 Revision: 1
 # Doesn't build with 3.x.
 Type: python (2.6 2.7)
@@ -15,15 +15,17 @@
 Homepage: http://www.protocollogic.com/
 
 Source: http://www.protocollogic.com/files/bdec-%v.tar.gz
-Source-MD5: f516de1ccf770d13382f725c5a24d365
+Source-MD5: 194b83ae850809ee884cf462125330ee
 
-Depends: python%type_pkg[python], pyparsing-py%type_pkg[python], 
mako-py%type_pkg[python], nose-py%type_pkg[python], 
distribute-py%type_pkg[python]
+Depends: python%type_pkg[python], pyparsing-py%type_pkg[python], 
mako-py%type_pkg[python], nose-py%type_pkg[python]
+BuildDepends: setuptools-tng-py%type_pkg[python]
 
 CompileScript: <<
        %p/bin/python%type_raw[python] setup.py build 
 <<
 
 InfoTest: <<
+       TestConflicts: valgrind
        TestScript: <<
                # test_smiley (specs.test.TestJpegC) is failing for unknown 
reasons.
                %p/bin/python%type_raw[python] setup.py test || exit 1
@@ -37,7 +39,7 @@
        /bin/mv %i/bin/bencode %i/bin/bencode-py%type_pkg[python]
 <<
 
-DocFiles: CHANGELOG LICENSE README
+DocFiles: CHANGELOG LICENSE
 
 PostInstScript: <<
        update-alternatives --install %p/bin/bcompile bcompile 
%p/bin/bcompile-py%type_pkg[python] %type_pkg[python]

Index: hgsubversion-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/hgsubversion-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hgsubversion-py.info        28 Nov 2012 22:46:01 -0000      1.4
+++ hgsubversion-py.info        16 Jun 2013 00:21:48 -0000      1.5
@@ -32,7 +32,7 @@
 Source-MD5: 2275d32f9975bb31e4c868a0b78ac0c6
 
 Depends: python%type_pkg[python], mercurial-py%type_pkg[python], 
subvertpy-py%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: hgnested-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/hgnested-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hgnested-py.info    18 Mar 2013 01:36:35 -0000      1.2
+++ hgnested-py.info    16 Jun 2013 00:21:48 -0000      1.3
@@ -33,7 +33,7 @@
 PatchFile-MD5: f18da7b8072100e493667e07cbba2738
 
 Depends: python%type_pkg[python], mercurial-py%type_pkg[python] (>= 2.3-1)
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: html5witch-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/html5witch-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html5witch-py.info  11 Nov 2011 02:16:18 -0000      1.1
+++ html5witch-py.info  16 Jun 2013 00:21:48 -0000      1.2
@@ -2,7 +2,7 @@
 Package: html5witch-py%type_pkg[python]
 Version: 0.2.1
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Pythonic HTML5 generation based on xmlwitch
 DescPort: Patch to make us Python 3 compatible.
 
@@ -22,7 +22,7 @@
 <<
 
 Depends: python%type_pkg[python], xmlwitch-py%type_pkg[python] (>= 0.2-1)
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build

Index: apipkg-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/apipkg-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apipkg-py.info      10 Nov 2011 07:43:11 -0000      1.1
+++ apipkg-py.info      16 Jun 2013 00:21:47 -0000      1.2
@@ -2,7 +2,7 @@
 Package: apipkg-py%type_pkg[python]
 Version: 1.0
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Namespace control and lazy-import mechanism
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -12,7 +12,7 @@
 Source-MD5: e8319fc4a3ca8edb13b5d7e233acb9ea
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: lzma-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/lzma-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lzma-py.info        11 Nov 2011 02:51:57 -0000      1.1
+++ lzma-py.info        16 Jun 2013 00:21:48 -0000      1.2
@@ -13,7 +13,7 @@
 Source-MD5: 500f61116ee1ab4063b49c121786863a
 
 Depends: python%type_pkg[python], liblzma5-shlibs
-BuildDepends: fink (>= 0.24.12), liblzma5, distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), liblzma5, setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: discover-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/discover-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- discover-py.info    11 Nov 2011 02:16:18 -0000      1.1
+++ discover-py.info    16 Jun 2013 00:21:47 -0000      1.2
@@ -1,9 +1,9 @@
 Info2: <<
 Package: discover-py%type_pkg[python]
 Version: 0.4.0
-Revision: 3
+Revision: 4
 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)
+Type: python (2.4 2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Backport of Python 2.7 unittest discovery
 DescDetail: <<
        This is the test discovery mechanism and load_tests protocol for
@@ -17,7 +17,7 @@
 Source: mirror:custom:d/discover/discover-%v.tar.gz
 Source-MD5: 30bb643af4f5ea47fff572b5c346207d
 
-Depends: python%type_pkg[python], distribute-py%type_pkg[python]
+Depends: python%type_pkg[python], setuptools-tng-py%type_pkg[python]
 BuildDepends: fink (>= 0.24.12)
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build

Index: py-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/py-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- py-py.info  31 Jan 2013 14:14:11 -0000      1.5
+++ py-py.info  16 Jun 2013 00:21:48 -0000      1.6
@@ -3,7 +3,7 @@
 Version: 1.4.12
 Revision: 2
 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)
+Type: python (2.4 2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Python development support library
 DescDetail: <<
        The py lib is a Python development support library featuring the
@@ -29,7 +29,7 @@
 PatchScript: perl -pi -e 's/except sysex/except py.builtin._sysex/' 
py/_io/saferepr.py
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: configparser-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/configparser-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configparser-py.info        7 Mar 2013 15:56:59 -0000       1.1
+++ configparser-py.info        16 Jun 2013 00:21:47 -0000      1.2
@@ -12,7 +12,7 @@
 Source-MD5: dda0e6a43e9d8767b36d10f1e6770f09
 
 Depends: python%type_pkg[python], (%type_pkg[python] << 27) 
ordereddict-py%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: pep8-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pep8-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pep8-py.info        28 Mar 2013 17:16:35 -0000      1.2
+++ pep8-py.info        16 Jun 2013 00:21:48 -0000      1.3
@@ -2,7 +2,7 @@
 Package: pep8-py%type_pkg[python]
 Version: 1.4.5
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Python style guide checker
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -15,7 +15,7 @@
 Source-MD5: d4d33ab4318b64ae89967026e4f8ac4a
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build

Index: pyparsing-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pyparsing-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pyparsing-py.info   17 Nov 2011 00:23:49 -0000      1.2
+++ pyparsing-py.info   16 Jun 2013 00:21:48 -0000      1.3
@@ -3,7 +3,7 @@
 Version: 1.5.6
 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 2.6 2.7 3.1 3.2)
+Type: python (2.3 2.4 2.5 2.6 2.7 3.1 3.2 3.3)
 
 Source: mirror:custom:p/pyparsing/pyparsing-%v.tar.gz
 Source-MD5: 1e41cb219dae9fc353bd4cd47636b283

Index: xmlwitch-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/xmlwitch-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmlwitch-py.info    11 Nov 2011 02:16:19 -0000      1.1
+++ xmlwitch-py.info    16 Jun 2013 00:21:48 -0000      1.2
@@ -2,7 +2,7 @@
 Package: xmlwitch-py%type_pkg[python]
 Version: 0.2.1
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Python implementation of Ruby's XML Builder
 DescDetail: <<
        xmlwitch is a reimplementation of Ruby's Builder library written and

Index: dexml-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/dexml-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dexml-py.info       3 Oct 2012 20:30:06 -0000       1.2
+++ dexml-py.info       16 Jun 2013 00:21:47 -0000      1.3
@@ -2,7 +2,7 @@
 Package: dexml-py%type_pkg[python]
 Version: 0.5.0
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Object-XML mapper for Python
 DescDetail: <<
        The dexml module takes the obvious mapping between XML tags and Python
@@ -18,7 +18,7 @@
 Source-MD5: cbb9dbdb90e0acb439fee142fbed7d11
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 PatchScript: <<
        #!/bin/bash -ev

Index: anyvc-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/anyvc-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- anyvc-py.info       24 Jan 2012 16:52:40 -0000      1.1
+++ anyvc-py.info       16 Jun 2013 00:21:47 -0000      1.2
@@ -30,7 +30,7 @@
     python%type_pkg[python],
     subvertpy-py%type_pkg[python]
 <<
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: <<
     %p/bin/python%type_raw[python] setup.py build

Index: files-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/files-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- files-py.info       11 Nov 2011 02:16:18 -0000      1.1
+++ files-py.info       16 Jun 2013 00:21:47 -0000      1.2
@@ -2,7 +2,7 @@
 Package: files-py%type_pkg[python]
 Version: 1.1.1
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Python file and path manipulation
 DescDetail: <<
        The files module for Python provides an easy way to deal with files,

Index: pytools-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pytools-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pytools-py.info     8 Oct 2012 00:18:59 -0000       1.3
+++ pytools-py.info     16 Jun 2013 00:21:48 -0000      1.4
@@ -2,7 +2,7 @@
 Package: pytools-py%type_pkg[python]
 Version: 2011.5
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Collection of tools for Python
 DescDetail: <<
        Pytools is a big bag of things that are "missing" from the
@@ -23,7 +23,7 @@
 Source-MD5: 90107519fee21eeb7e712afb2178a568
 
 Depends: python%type_pkg[python], py-py%type_pkg[python], 
decorator-py%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 3746d89950acf02eed945f96c5a70b53

Index: requests-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/requests-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- requests-py.info    28 Feb 2013 01:20:42 -0000      1.1
+++ requests-py.info    16 Jun 2013 00:21:48 -0000      1.2
@@ -2,7 +2,7 @@
 Package: requests-py%type_pkg[python]
 Version: 1.1.0
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Python HTTP for Humans
 DescDetail: <<
        Requests is an Apache2 Licensed HTTP library, written in Python, for
@@ -22,7 +22,7 @@
 Source-MD5: a0158815af244c32041a3147ee09abf3
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: minimock-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/minimock-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- minimock-py.info    20 Jan 2012 21:41:15 -0000      1.1
+++ minimock-py.info    16 Jun 2013 00:21:48 -0000      1.2
@@ -12,7 +12,7 @@
 Source-MD5: e34e580b7a545a6a2fb3c05e9932d91e
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: testtools-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/testtools-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- testtools-py.info   5 Feb 2013 15:55:50 -0000       1.3
+++ testtools-py.info   16 Jun 2013 00:21:48 -0000      1.4
@@ -2,7 +2,7 @@
 Package: testtools-py%type_pkg[python]
 Version: 0.9.28
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Extensions to Python unit testing framework
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -15,7 +15,7 @@
 PatchScript: perl -pi -e 's/FileExistsError/IsADirectoryError/' 
testtools/tests/test_testresult.py
 
 Depends: python%type_pkg[python], extras-py%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: hgtools-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/hgtools-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hgtools-py.info     2 Apr 2013 01:58:12 -0000       1.2
+++ hgtools-py.info     16 Jun 2013 00:21:48 -0000      1.3
@@ -1,8 +1,8 @@
 Info2: <<
 Package: hgtools-py%type_pkg[python]
 Version: 3.0
-Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Revision: 2
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Setuptools plugin for hg repositories
 DescDetail: <<
 hgtools provides a plugin for setuptools that enables setuptools to find
@@ -22,7 +22,7 @@
 PatchFile: %{ni}.patch
 PatchFile-MD5: 0b4848f7551c26f6c6dd7eb818e8f09f
 
-Depends: python%type_pkg[python], distribute-py%type_pkg[python], mercurial
+Depends: python%type_pkg[python], setuptools-tng-py%type_pkg[python], mercurial
 BuildDepends: fink (>= 0.24.12)
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build

Index: hg-git-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/hg-git-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- hg-git-py.info      30 Mar 2013 22:15:14 -0000      1.6
+++ hg-git-py.info      16 Jun 2013 00:21:48 -0000      1.7
@@ -33,7 +33,7 @@
 SourceDirectory: durin42-hg-git-a3c3b8077cbe
 
 Depends: python%type_pkg[python], mercurial-py%type_pkg[python], 
dulwich-py%type_pkg[python] (>= 0.8.6-1)
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: pyopencl-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pyopencl-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pyopencl-py.info    24 Jan 2012 18:08:23 -0000      1.1
+++ pyopencl-py.info    16 Jun 2013 00:21:48 -0000      1.2
@@ -21,7 +21,7 @@
        python%type_pkg[python],
        pytools-py%type_pkg[python] (>= 2011.3-1)
 <<
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python] (>= 0.6.19-1)
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python] (>= 
0.6.19-1)
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true

Index: mccabe-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/mccabe-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mccabe-py.info      28 Mar 2013 19:52:23 -0000      1.1
+++ mccabe-py.info      16 Jun 2013 00:21:48 -0000      1.2
@@ -2,7 +2,7 @@
 Package: mccabe-py%type_pkg[python]
 Version: 0.2
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: McCabe checker, plugin for flake8
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -12,7 +12,7 @@
 Source-MD5: c1012c7c24081471f45aab864d4e3805
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build

Index: git-remote-hg-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/git-remote-hg-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- git-remote-hg-py.info       18 Dec 2012 17:34:57 -0000      1.2
+++ git-remote-hg-py.info       16 Jun 2013 00:21:48 -0000      1.3
@@ -21,7 +21,7 @@
        hg-git-py%type_pkg[python],
        python%type_pkg[python]
 <<
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: 3to2-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/3to2-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 3to2-py.info        21 Mar 2013 23:09:38 -0000      1.2
+++ 3to2-py.info        16 Jun 2013 00:21:47 -0000      1.3
@@ -29,7 +29,7 @@
 Source-MD5: 9c10002b9195fe954de46d9d8744d387
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 PatchScript: <<
        #!/bin/bash -ev

Index: extras-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/extras-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- extras-py.info      5 Feb 2013 15:54:00 -0000       1.1
+++ extras-py.info      16 Jun 2013 00:21:47 -0000      1.2
@@ -2,7 +2,7 @@
 Package: extras-py%type_pkg[python]
 Version: 0.0.3
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Extensions to the Python standard library
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -12,7 +12,7 @@
 Source-MD5: 62d8ba049e3386a6df69b413ea81517b
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: backports.ssl-match-hostname-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/backports.ssl-match-hostname-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- backports.ssl-match-hostname-py.info        7 Mar 2013 21:15:26 -0000       
1.1
+++ backports.ssl-match-hostname-py.info        16 Jun 2013 00:21:47 -0000      
1.2
@@ -21,7 +21,7 @@
 Source-MD5: 42adbd3c15d78eb6b7b7c654ec5c717c
 
 Depends: python%type_pkg[python], backports-py%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 PatchScript: <<
        #!/bin/bash -ev

Index: git-remote-gitifyhg-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/git-remote-gitifyhg-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- git-remote-gitifyhg-py.info 15 Mar 2013 00:34:48 -0000      1.6
+++ git-remote-gitifyhg-py.info 16 Jun 2013 00:21:47 -0000      1.7
@@ -96,7 +96,7 @@
        path-py%type_pkg[python] (>= 3.0-1),
        python%type_pkg[python]
 <<
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: bsddb3-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/bsddb3-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bsddb3-py.info      17 Jan 2012 18:07:37 -0000      1.2
+++ bsddb3-py.info      16 Jun 2013 00:21:47 -0000      1.3
@@ -4,7 +4,7 @@
 Revision: 1
 # Doesn't build with < 2.6
 # 3.2 works but tests use deprecated assert_ methods which throw warnings.
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Python bindings for db53
 DescDetail: <<
        This module provides a nearly complete wrapping of the Oracle/Sleepycat
@@ -27,7 +27,7 @@
 PatchFile-MD5: aa9624190bc39e8588b7f800977da2f8
 
 Depends: python%type_pkg[python], db53-aes-shlibs
-BuildDepends: db53-aes, fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: db53-aes, fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true

Index: regex-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/regex-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- regex-py.info       5 Feb 2013 15:56:39 -0000       1.8
+++ regex-py.info       16 Jun 2013 00:21:48 -0000      1.9
@@ -2,7 +2,7 @@
 Package: regex-py%type_pkg[python]
 Version: 0.1.20130126
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Alternate regular expr. module, to replace re
 DescDetail: <<
     regex is an alternative to the re package in the Python standard

Index: execnet-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/execnet-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- execnet-py.info     11 Nov 2011 02:16:18 -0000      1.1
+++ execnet-py.info     16 Jun 2013 00:21:47 -0000      1.2
@@ -2,7 +2,7 @@
 Package: execnet-py%type_pkg[python]
 Version: 1.0.9
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Rapid multi-Python deployment
 DescDetail: <<
     execnet provides carefully tested means to ad-hoc interact with Python
@@ -36,7 +36,7 @@
 <<
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: <<
     %p/bin/python%type_raw[python] setup.py build

Index: versions-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/versions-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- versions-py.info    20 Aug 2012 00:27:00 -0000      1.2
+++ versions-py.info    16 Jun 2013 00:21:48 -0000      1.3
@@ -23,7 +23,7 @@
 Source-MD5: 9c5685984111c68fda9adfd1c1385d9b
 
 Depends: python%type_pkg[python], mercurial-py%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: six-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/six-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- six-py.info 7 Oct 2012 13:48:01 -0000       1.2
+++ six-py.info 16 Jun 2013 00:21:48 -0000      1.3
@@ -2,7 +2,7 @@
 Package: six-py%type_pkg[python]
 Version: 1.2.0
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Python 2 and 3 compatibility utilities
 DescDetail: <<
        Six is a Python 2 and 3 compatibility library. It provides utility
@@ -21,7 +21,7 @@
 Source-MD5: 2a5d1afc79912832ac78fd38e3d75d7e
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: html-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/html-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html-py.info        4 Oct 2012 11:39:37 -0000       1.2
+++ html-py.info        16 Jun 2013 00:21:48 -0000      1.3
@@ -2,7 +2,7 @@
 Package: html-py%type_pkg[python]
 Version: 1.16
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Simple, elegant HTML/XHTML generation
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD

Index: modernize-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/modernize-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- modernize-py.info   17 Apr 2013 20:05:09 -0000      1.1
+++ modernize-py.info   16 Jun 2013 00:21:48 -0000      1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: modernize-py%type_pkg[python]
 Version: 0.2
-Revision: 1
+Revision: 2
 Type: python (2.6 2.7)
 Description: Modernize code for hybrid codebases
 DescDetail: <<
@@ -26,7 +26,7 @@
 Source: mirror:custom:m/modernize/modernize-%v.tar.gz
 Source-MD5: 762ed0e73d1af3143349aa121ee9529e
 
-Depends: python%type_pkg[python], distribute-py%type_pkg[python]
+Depends: python%type_pkg[python], setuptools-tng-py%type_pkg[python]
 BuildDepends: fink (>= 0.24.12)
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build

Index: html5lib-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/html5lib-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html5lib-py.info    3 Oct 2012 22:34:11 -0000       1.2
+++ html5lib-py.info    16 Jun 2013 00:21:48 -0000      1.3
@@ -17,7 +17,7 @@
 Source-MD5: fe607f9917d81763e842f818f23464ee
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), setuptools-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 Suggests: lxml-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build

Index: pytest-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pytest-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pytest-py.info      30 Jan 2013 13:03:56 -0000      1.5
+++ pytest-py.info      16 Jun 2013 00:21:48 -0000      1.6
@@ -3,7 +3,7 @@
 Version: 2.3.4
 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)
+Type: python (2.4 2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Cross-project testing tool for Python
 DescDetail: <<
        py.test is a command line tool to collect, run and report about
@@ -26,7 +26,7 @@
 Source-MD5: db319fef9c310dc46798b285d3da3aa1
 
 Depends: python%type_pkg[python], py-py%type_pkg[python] (>= 1.4.12-1)
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 PatchScript: <<
        #!/bin/bash -ev

Index: keyring-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/keyring-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- keyring-py.info     5 Jul 2012 00:47:46 -0000       1.5
+++ keyring-py.info     16 Jun 2013 00:21:48 -0000      1.6
@@ -2,7 +2,7 @@
 Package: keyring-py%type_pkg[python]
 Version: 0.9.2
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Store and access your passwords safely
 DescDetail: <<
        The Python keyring lib provides a easy way to access the system keyring
@@ -38,7 +38,7 @@
 Source-MD5: 9233b34dd53715394ddd4e3f8f4421f2
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 Suggests: pycrypto-py%type_pkg[python] (>= 2.6-1), 
gnome-python2-desktop-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build

Index: argparse-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/argparse-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- argparse-py.info    10 Nov 2011 07:43:11 -0000      1.1
+++ argparse-py.info    16 Jun 2013 00:21:47 -0000      1.2
@@ -33,7 +33,7 @@
 Source-MD5: 2fbef8cb61e506c706957ab6e135840c
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: mercurial-keyring-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/mercurial-keyring-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mercurial-keyring-py.info   26 Dec 2012 16:03:33 -0000      1.4
+++ mercurial-keyring-py.info   16 Jun 2013 00:21:48 -0000      1.5
@@ -25,7 +25,7 @@
 Source-MD5: 2a533149815ca102ba84f09bc05538ed
 
 Depends: python%type_pkg[python], mercurial-py%type_pkg[python], 
keyring-py%type_pkg[python] (>= 0.9.2-1), (%type_pkg[python] = 25) 
simplejson-py25
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: pep8-naming-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pep8-naming-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pep8-naming-py.info 28 Mar 2013 19:52:23 -0000      1.1
+++ pep8-naming-py.info 16 Jun 2013 00:21:48 -0000      1.2
@@ -2,7 +2,7 @@
 Package: pep8-naming-py%type_pkg[python]
 Version: 0.2.1
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Check PEP-8 naming conventions, flake8 plugin
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -12,7 +12,7 @@
 Source-MD5: 9702cf8ff42c93c4eefa4fda8031e32d
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build

Index: termcolor-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/termcolor-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- termcolor-py.info   11 Nov 2011 02:16:19 -0000      1.1
+++ termcolor-py.info   16 Jun 2013 00:21:48 -0000      1.2
@@ -2,7 +2,7 @@
 Package: termcolor-py%type_pkg[python]
 Version: 0.2
 Revision: 1
-Type: python (2.5 2.6 2.7 3.1 3.2)
+Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: ANSII Color formatting for output in terminal
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: GPL3+

Index: futures-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/futures-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- futures-py.info     4 Oct 2012 22:25:35 -0000       1.2
+++ futures-py.info     16 Jun 2013 00:21:47 -0000      1.3
@@ -23,7 +23,7 @@
 Source-MD5: 3de68835c8035dff0495cbe7f5c75beb
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: pycli-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pycli-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pycli-py.info       11 Nov 2011 02:33:16 -0000      1.1
+++ pycli-py.info       16 Jun 2013 00:21:48 -0000      1.2
@@ -22,7 +22,7 @@
 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]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: unittest2py3k-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/unittest2py3k-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- unittest2py3k-py.info       11 Nov 2011 02:16:19 -0000      1.1
+++ unittest2py3k-py.info       16 Jun 2013 00:21:48 -0000      1.2
@@ -2,7 +2,7 @@
 Package: unittest2py3k-py%type_pkg[python]
 Version: 0.5.1
 Revision: 1
-Type: python (3.1 3.2)
+Type: python (3.1 3.2 3.3)
 Description: Python 3 compatible version of unittest2
 DescDetail: <<
        unittest2 is a backport of the new features added to the unittest
@@ -22,7 +22,7 @@
 Source-MD5: 8824ff92044310d9365f90d892bf0f09
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 Provides: unittest2-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build

Index: unittest2-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/unittest2-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- unittest2-py.info   11 Nov 2011 02:16:19 -0000      1.1
+++ unittest2-py.info   16 Jun 2013 00:21:48 -0000      1.2
@@ -21,7 +21,7 @@
 Source-MD5: a0af5cac92bbbfa0c3b0e99571390e0f
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), setuptools-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: pyflakes-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pyflakes-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pyflakes-py.info    17 Apr 2013 19:26:12 -0000      1.2
+++ pyflakes-py.info    16 Jun 2013 00:21:48 -0000      1.3
@@ -12,7 +12,7 @@
 Source-MD5: 4cbe17be937684654eb29d9efab67b80
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 PatchScript: <<
        #!/bin/bash -ev

Index: cssutils-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/cssutils-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cssutils-py.info    24 Sep 2012 23:26:53 -0000      1.4
+++ cssutils-py.info    16 Jun 2013 00:21:47 -0000      1.5
@@ -12,7 +12,7 @@
 Source-MD5: 02ec401aeed5ba6253b739e919eba6d1
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: docopt-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/docopt-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- docopt-py.info      28 Feb 2013 01:20:42 -0000      1.1
+++ docopt-py.info      16 Jun 2013 00:21:47 -0000      1.2
@@ -2,7 +2,7 @@
 Package: docopt-py%type_pkg[python]
 Version: 0.6.1
 Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Pythonic argument parser
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: BSD
@@ -12,7 +12,7 @@
 Source-MD5: fe36e9b7a1708a0b02a115f2a78cf623
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: jsonpickle-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/jsonpickle-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jsonpickle-py.info  11 Nov 2011 02:33:16 -0000      1.1
+++ jsonpickle-py.info  16 Jun 2013 00:21:48 -0000      1.2
@@ -17,7 +17,7 @@
 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]
+BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 

Index: pytest-runner-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pytest-runner-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pytest-runner-py.info       2 Apr 2013 01:59:22 -0000       1.1
+++ pytest-runner-py.info       16 Jun 2013 00:21:48 -0000      1.2
@@ -1,8 +1,8 @@
 Info2: <<
 Package: pytest-runner-py%type_pkg[python]
 Version: 1.2
-Revision: 1
-Type: python (2.6 2.7 3.1 3.2)
+Revision: 2
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Add setup.py test support 
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 License: GPL2
@@ -11,7 +11,7 @@
 Source: mirror:custom:/p/pytest-runner/pytest-runner-%v.zip
 Source-MD5: f7ddf6bf6e16fffa1e5018e9a334bece
 
-Depends: python%type_pkg[python], distribute-py%type_pkg[python], 
pytest-py%type_pkg[python]
+Depends: python%type_pkg[python], setuptools-tng-py%type_pkg[python], 
pytest-py%type_pkg[python]
 BuildDepends: fink (>= 0.24.12), hgtools-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to