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

Added Files:
        configobj-py.info cvs2svn-py.info cvs2svn-py.patch 
        dateutil-py.info git-remote-helpers-py.info growl-py.info 
        jinja2-py.info jinja2-py.patch mecab-py.info nose-py.info 
        pycurl-py.info pynotify-py.info pynotify-py.patch 
        pyopenssl-py-0.6.info pyopenssl-py.info python-dns-py.info 
        python-ldap-py.info python-mhash-py.info pytz-py.info 
        simplejson-py.info 
Log Message:
duplicate the 10.4 tree


--- NEW FILE: cvs2svn-py.info ---
Info2: <<
Package: cvs2svn-py%type_pkg[python]
Version: 1.5.1
Revision: 11
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)
Description: CVS to SVN/git/bzr/hg repository converter
License: BSD
Maintainer: Christian Schaffner <[email protected]>

# Dependencies:
BuildDepends: fink (>= 0.24.12)
Depends: svn (>= 1.4.0-1), svn-client (>= 1.4.0-1), 
svn-swig-py%type_pkg[python] (>= 1.4.0-1), python%type_pkg[python] (>= 
1:2.3.3-23) | python%type_pkg[python]-nox (>= 1:2.3.3-23), 
python%type_pkg[python]-socket-ssl (>= 1:2.3.3-23) | 
python%type_pkg[python]-socket (>= 1:2.3.3-23) | 
python%type_pkg[python]-socket-nox (>= 1:2.3.3-23)
Conflicts: cvs2svn (<= 1:1.1.99-1)
Replaces: cvs2svn (<= 1:1.1.99-1)

# Patch Phase:
PatchFile: %{Ni}.patch
PatchFile-MD5: b7a31bc05e40e73d7763e3b78dc70c9e

# Unpack Phase:
Source: mirror:custom:cvs2svn-%v.tar.gz
Source-MD5: d1e42ea51b373be0023f2b3f6b80ec01
CustomMirror: <<
 Primary: http://cvs2svn.tigris.org/files/documents/1462/36129/
 Secondary: http://chris01.users.finkproject.org/
<<

# Patch Phase:
PatchScript: <<
        %{default_script}
 perl -pi -e 's;#!/usr/bin/env python;#!%p/bin/python%type_raw[python];' 
run-tests.py
 perl -pi -e 's;#!/usr/bin/env python;#!%p/bin/python%type_raw[python];' 
setup.py
<<

# Compile Phase:
CompileScript: <<
 python%type_raw[python] setup.py build
<<

InfoTest: <<
 TestScript: make check PYTHON=python%type_raw[python] || exit 2
<<

# Install Phase:
DocFiles: BUGS CHANGES COMMITTERS COPYING HACKING README design-notes.txt
InstallScript: <<
 make install DESTDIR=%d PYTHON=python%type_raw[python]
 
 # Install verify-cvs2svn
 perl -pi -e 's;#!/usr/bin/env python;#!%p/bin/python%type_raw[python];' 
verify-cvs2svn.py
 /usr/bin/install -m 755 verify-cvs2svn.py %i/bin/verify-cvs2svn
 
 ### Install docu
 /usr/bin/install -m 755 -d %i/share
 /usr/bin/install -m 755 -d %i/share/doc
 /usr/bin/install -m 755 -d %i/share/doc/%n
 cp -r www %i/share/doc/%n
 chmod ugo+r %i/share/doc/%n/www
 /usr/bin/install -m 755 -d %i/share/man
 /usr/bin/install -m 755 -d %i/share/man/man1
 /usr/bin/install -m 644 cvs2svn.1 %i/share/man/man1
<<
SplitOff: <<
 Package: %N-bin
 Description: Binaries for cvs2svn (Python %type_raw[python])
 Depends: %N (= %v-%r)
 Conflicts: cvs2svn (<= 1:1.1.99-1), %{Ni}23-bin, %{Ni}24-bin
 Replaces: cvs2svn (<= 1:1.1.99-1), %{Ni}23-bin, %{Ni}24-bin
 Files: bin share/man
<<

# Additional Info:
DescDetail: <<
cvs2svn is a Python script that converts a CVS repository to a Subversion 
repository. It is designed for one-time conversions, not for repeated 
synchronizations between CVS and Subversion.
<<
DescUsage: <<
Type 'cvs2svn --help' or 'man cvs2svn' for help. Read the home page for more 
information - also available from 
/sw/share/doc/cvs2svn/www/cvs2svn.html

Check your new repository carefully after conversion. Mail 
[email protected] if you encounter any problems. You can also ask
questions on IRC at irc.freenode.net, channel #cvs2svn.                        

You may use the tool 'verify-cvs2svn' to verify your conversion. But a
WARNING: The 'verify-cvs2svn' is not yet finished. It may produce false 
warnings or ignore serious problems. Don't trust it!
<<
DescPort: <<
Patched the tests to not fail with Python 2.5. More info can be found at
http://cvs2svn.tigris.org/issues/show_bug.cgi?id=112
<<
Homepage: http://cvs2svn.tigris.org/cvs2svn.html

# End of Info2
<<

--- NEW FILE: dateutil-py.info ---
Info2: <<
Package: dateutil-py%type_pkg[python]
Version: 1.4
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)

BuildDepends: setuptools-py%type_pkg[python]
Depends: python%type_pkg[python]
Replaces: matplotlib-py%type_pkg[python] (<< 0.91.3-23)

Source: http://labix.org/download/python-dateutil/python-dateutil-%v.tar.bz2
Source-MD5: 7fc34c22cdc28a8fa000ad0e34f15b56

CompileScript: %p/bin//python%type_raw[python] setup.py build
InfoTest: TestScript: %p/bin/python%type_raw[python] test.py || exit 2
InstallScript: %p/bin//python%type_raw[python] setup.py install --root=%d
DocFiles: LICENSE NEWS README

Description: Extended date and time calculations
License: GPL
Homepage: http://labix.org/python-dateutil
Maintainer: Daniel Macks <[email protected]>
<<

--- NEW FILE: pycurl-py.info ---
Info2: <<
Package: pycurl-py%type_pkg[python]
Version: 7.18.2
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)
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].
<<
Maintainer: Daniel Johnson <[email protected]>
License: GPL
Homepage: http://pycurl.sourceforge.net/

Source: http://pycurl.sourceforge.net/download/pycurl-%v.tar.gz
Source-MD5: 39210d56f1d5a75ac8dd6a2866a93dd5

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

CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build --curl-config=%p/bin/curl-config 
--openssl-dir=%p/lib/system-openssl
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
 /bin/mv %i/share/doc/pycurl %i/share/doc/pycurl-py%type_pkg[python]
<<
InfoTest: <<
        TestScript: %p/bin/python%type_raw[python] tests/test_internals.py -q 
|| exit 2
<<
<<

--- NEW FILE: python-dns-py.info ---
Info2: <<
Package: python-dns-py%type_pkg[python]
Type: python (2.4 2.5 2.6)
Distribution: (%type_pkg[python] = 24) 10.4
Version: 2.3.3
Revision: 4

Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12)
Replaces: pydns-py%type_pkg[python], dnspython-py%type_pkg[python]
Conflicts: dnspython-py%type_pkg[python]

Source: mirror:sourceforge:pydns/pydns-%v.tar.gz
Source-MD5: 40001fb178de5920e7d67c000a782d6a
SourceDirectory: pydns-%v

DocFiles: CREDITS.txt README.txt README-guido.txt PKG-INFO

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

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

Description: Original Python DNS library

DescDetail: <<
 This is a another release of the pydns code, as originally written by Guido
 van Rossum, and with a hopefully nicer API bolted over the top of it by
 Anthony Baxter <[email protected]>.

 This package contains a module (dnslib) that implements a DNS (Domain Name
 Server) client, plus additional modules that define some symbolic constants
 used by DNS (dnstype, dnsclass, dnsopcode).
<<

License: BSD
Homepage: http://pydns.sourceforge.net/
Maintainer: Steve Huff <[email protected]>
# tip of the hat to Charles Lepple - i used his python-ldap spec as a template

# Info2:
<<

--- NEW FILE: jinja2-py.patch ---
--- Jinja-2.0/setup.py.old      2008-08-19 11:50:05.000000000 -0400
+++ Jinja-2.0/setup.py          2008-08-19 11:50:29.000000000 -0400
@@ -61,7 +61,7 @@
             fn = os.path.join(documentation_path, fn)
             if os.path.isfile(fn):
                 documentation_files.append(fn)
-    data_files.append(('docs', documentation_files))
+    #data_files.append(('docs', documentation_files))
 
 
 def get_terminal_width():

--- NEW FILE: pyopenssl-py-0.6.info ---
Info2: <<

Package: pyopenssl-py%type_pkg[python]
Version: 0.6
Revision: 4
Distribution: (%type_pkg[python] = 23) 10.4
Description: Python wrapper module around OpenSSL
DescDetail: <<
High-level wrapper around a subset of the OpenSSL library, includes
        * SSL.Connection objects, wrapping the methods of Python's portable
        sockets
        * Callbacks written in Python
        * Extensive error-handling mechanism, mirroring OpenSSL's error codes
        ...  and much more ;)
<<
Source: mirror:sourceforge:pyopenssl/pyOpenSSL-%v.tar.gz
Source-MD5: 6200b71d3eb294a312d52c4825fc71c5
Type: python (2.3)
BuildDepends: system-openssl-dev
Depends: python%type_pkg[python]
PatchScript: <<
  perl -pi -e 's,/sw,%p,' setup.py
  perl -pi -e 's,(Libraries =).*,\1 None,' setup.py
<<
SetCPPFLAGS: -I%p/lib/system-openssl/include -Wno-strict-prototypes
SetLDFLAGS: -L%p/lib/system-openssl/lib %p/lib/system-openssl/lib/libssl.dylib 
%p/lib/system-openssl/lib/libcrypto.dylib
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d
 mkdir -p %i/share/doc/%n
 cp -R doc %i/share/doc/%n/doc
 cp -R examples %i/share/doc/%n/examples
<<
DocFiles: COPYING ChangeLog README TODO
License: LGPL
Homepage: http://pyopenssl.sourceforge.net/
Maintainer: None <[email protected]>
DescPackaging: <<
 Maintainer (<= 0.6-3): Daniel Henninger

 dmacks hacked a solution to Extension not allowing override of the
 -L flags used when python itself was built, in order to switch to
 system-openssl. Also shut up a boat-load of warnings from within
 openssl's headers
<<

# Info2
<<

--- NEW FILE: growl-py.info ---
Info2: <<
Package: growl-py%type_pkg[python]
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)
Version: 1.2
Revision: 1

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

# Source: mirror:sourceforge:fink/growl-python-%v.tar.gz
Source: http://www.ghz.cc/charles/growl-python-%v.tar.gz
Source-MD5: d47698902876c956ba97eb765875f6f9

DocFiles: License.txt

CompileScript: <<
   echo Skipping compile stage
<<

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

Description: Python module for Growl notification system

DescDetail: <<
This package provides an interface for Python scripts to connect to Growl,
allowing them to register with it, and send notifications to be displayed.
<<

License: BSD
Homepage: http://growl.info
Maintainer: Charles Lepple <[email protected]>

# Info2:
<<

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

Package: jinja2-py%type_pkg[python]
Version: 2.1.1
Revision: 1
Maintainer: Lev Givon <[email protected]>
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)
Depends: python%type_pkg[python] 
Source: http://cheeseshop.python.org/packages/source/J/Jinja2/Jinja2-%v.tar.gz
Source-MD5: b37fc262e4f613eec57c3defe6aea97c
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
<<
License: BSD
PatchFile: jinja2-py.patch
PatchFile-MD5: 9b8094bf4e3ac9f5eb41241ab5273b7f
HomePage: http://jinja.pocoo.org
DocFiles: AUTHORS CHANGES LICENSE TODO docs/_build/html/*.html examples
Description: Python template engine
DescDetail: <<
Jinja2 is a library for Python 2.4 and onwards that is designed to be
flexible, fast and secure. If you have any exposure to other
text-based template languages, such as Smarty or Django, you should
feel right at home with Jinja2. It's both designer and developer
friendly by sticking to Python's principles and adding functionality
useful for templating environments.
<<

<<
--- NEW FILE: pynotify-py.patch ---
diff -Nurd -x'*~' notify-python-0.1.1.orig/src/pynotifymodule.c 
notify-python-0.1.1/src/pynotifymodule.c
--- notify-python-0.1.1.orig/src/pynotifymodule.c       2006-04-26 
04:10:43.000000000 -0400
+++ notify-python-0.1.1/src/pynotifymodule.c    2009-07-23 05:31:33.000000000 
-0400
@@ -1,3 +1,4 @@
+#define NO_IMPORT_PYGOBJECT
 #include <pygobject.h>
 #include <pygtk/pygtk.h>
 #include <libnotify/notify.h>

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

Package: simplejson-py%type_pkg[python]
Version: 2.0.9
Revision: 1
Maintainer: Kevin Horton <[email protected]>
Type: python ( 2.5 2.6 )
BuildDepends: setuptools-py%type_pkg[python]
Depends: python%type_pkg[python]
Source: 
http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%v.tar.gz
Source-MD5: af5e67a39ca3408563411d357e6d5e47
SourceRename: simplejson-%v.tar.gz
CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
  python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/%n/
  cp -pR docs/* %i/share/doc/%n/
<<
DocFiles: LICENSE.txt
Description: Simple JSON encoder/decoder for python
DescDetail: <<
  simplejson is a simple, fast, complete, correct and extensible
  JSON <http://json.org> encoder and decoder for Python 2.3+. 
  It is pure Python code with no dependencies.
<<
License: OSI-Approved
Homepage: http://undefined.org/python/#simplejson

<<

--- NEW FILE: cvs2svn-py.patch ---
diff -Naur cvs2svn-1.5.1_orig/svntest/main.py cvs2svn-1.5.1/svntest/main.py
--- cvs2svn-1.5.1_orig/svntest/main.py  2007-04-05 10:50:14.000000000 +0200
+++ cvs2svn-1.5.1/svntest/main.py       2007-04-05 10:51:03.000000000 +0200
@@ -285,15 +285,18 @@
   errfile.close()
 
   if platform_with_os_wait:
-    pid, wait_code = os.wait()
+    try:
+      pid, wait_code = os.wait()
 
-    exit_code = int(wait_code / 256)
-    exit_signal = wait_code % 256
+      exit_code = int(wait_code / 256)
+      exit_signal = wait_code % 256
 
-    if exit_signal != 0:
-      sys.stdout.write("".join(stdout_lines))
-      sys.stderr.write("".join(stderr_lines))
-      raise SVNProcessTerminatedBySignal
+      if exit_signal != 0:
+        sys.stdout.write("".join(stdout_lines))
+        sys.stderr.write("".join(stderr_lines))
+        raise SVNProcessTerminatedBySignal
+    except OSError:
+      pass
 
   if verbose_mode:
     stop = time.time()

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

Package: pyopenssl-py%type_pkg[python]
Version: 0.8
Revision: 1
Description: Python wrapper module around OpenSSL
DescDetail: <<
High-level wrapper around a subset of the OpenSSL library, includes

* SSL.Connection objects, wrapping the methods of Python's portable
  sockets
* Callbacks written in Python
* Extensive error-handling mechanism, mirroring OpenSSL's error codes
  ...  and much more ;)
<<
Source: mirror:sourceforge:pyopenssl/pyOpenSSL-%v.tar.gz
Source-MD5: 00377690f224d9e59c833fb0459603f4
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)
BuildDepends: system-openssl-dev
Depends: python%type_pkg[python]
PatchScript: <<
  perl -pi -e 's,/sw,%p,' setup.py
  perl -pi -e 's,(Libraries =).*,\1 None,' setup.py
<<
SetCPPFLAGS: -I%p/lib/system-openssl/include -Wno-strict-prototypes
SetLDFLAGS: -L%p/lib/system-openssl/lib %p/lib/system-openssl/lib/libssl.dylib 
%p/lib/system-openssl/lib/libcrypto.dylib
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d
 mkdir -p %i/share/doc/%n
 cp -R doc %i/share/doc/%n/doc
 cp -R examples %i/share/doc/%n/examples
<<
DocFiles: COPYING ChangeLog README TODO
License: LGPL
Homepage: http://pyopenssl.sourceforge.net/
Maintainer: None <[email protected]>
DescPackaging: <<
 Maintainer (<= 0.6-3): Daniel Henninger

 dmacks hacked a solution to Extension not allowing override of the
 -L flags used when python itself was built, in order to switch to
 system-openssl. Also shut up a boat-load of warnings from within
 openssl's headers
<<

# Info2
<<

--- NEW FILE: python-ldap-py.info ---
Info2: <<
Package: python-ldap-py%type_pkg[python]
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5)
Version: 2.3.1
Revision: 14

Depends: python%type_pkg[python], openldap23-shlibs, cyrus-sasl2-shlibs
BuildDepends: setuptools-py%type_pkg[python] (>= 0.6c2-1), openldap23-dev, 
cyrus-sasl2-dev, system-openssl-dev

# Sorry about this, but I think Python is hardcoding a -L%p/lib before the 
-L%p/lib/system-openssl/lib:
BuildConflicts: openssl-dev, openssl097-dev, openssl098-dev, openssl100-dev

Source: mirror:sourceforge:python-ldap/python-ldap-%v.tar.gz
Source-MD5: 1a97e0fef2567e30d75ed137a8914559

DocFiles: INSTALL LICENCE README TODO

CompileScript: <<
   echo Skipping compile stage
<<

InstallScript: <<
   /usr/bin/sed -i '' -e 's,^\(library_dirs =\).*$,\1 %p/lib/system-openssl/lib 
%p/lib,' setup.cfg
   /usr/bin/sed -i '' -e 's,^\(include_dirs =\).*$,\1 
%p/lib/system-openssl/include %p/include %p/include/sasl,' setup.cfg
   %p/bin/python%type_raw[python] setup.py install --root=%d
   mkdir -p %i/share/doc/%n
   cp -pr Demo %i/share/doc/%n
<<

Description: Python LDAP client library

DescDetail: <<
python-ldap provides an object-oriented API to access LDAP directory servers
from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.

Additionally the package contains modules for other LDAP-related stuff (e.g.
processing LDIF, LDAPURLs, LDAPv3 schema, etc.).
<<

License: OSI-Approved
Homepage: http://python-ldap.sourceforge.net/
Maintainer: Charles Lepple <[email protected]>

# Info2:
<<

--- NEW FILE: python-mhash-py.info ---
Info2: <<
Package: python-mhash-py%type_pkg[python]
Version: 1.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)
Maintainer: Daniel Macks <[email protected]>
BuildDepends: libmhash2 (>= 0.9.9-1)
Depends: libmhash2-shlibs (>= 0.9.9-1), python%type_pkg[python]
Source: http://labix.org/download/python-mhash/python-mhash-%v.tar.gz
Source-MD5: b3536ef3474a6459b5f03dee69ab97b6
CompileScript: python%type_raw[python] setup.py build   
InstallScript: python%type_raw[python] setup.py install --root=%d
DocFiles: AUTHORS LICENSE NEWS README
License:  LGPL
Description: Unified interface to hashing algorithms
DescDetail: <<
python-mhash is a comprehensive Python interface to the mhash library,
which provides a uniform interface to access several hashing
algorithms such as MD4, MD5, SHA1, SHA160, and many others.
<<
Homepage: http://labix.org/python-mhash
<<

--- NEW FILE: git-remote-helpers-py.info ---
Info2: <<
Package: git-remote-helpers-py%type_pkg[python]
Version: 1.7.4.1
Revision: 1
Type: python (2.5 2.6 2.7 3.1)
Description: Git remote helper program for non-git repos
Maintainer: Daniel Johnson <[email protected]>
License: GPL2+
Homepage: http://git-scm.com/

Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
Source-MD5: 76898de4566d11c0d0eec7e99edc2b5c

Depends: python%type_pkg[python], git (>= %v-1)

CompileScript: <<
        #!/bin/bash -ev
        cd git_remote_helpers
        if [ %type_pkg[python] -ge 30 ]; then
                2to3-%type_raw[python] --write --no-diffs .
        fi
        %p/bin/python%type_raw[python] setup.py build 
<<
InstallScript: <<
        cd git_remote_helpers && %p/bin/python%type_raw[python] setup.py 
install --root %d
<<
CustomMirror: <<
        Primary: http://www.kernel.org/pub
        asi-CN: http://www.cn.kernel.org/pub
        asi-IN: http://www.in.kernel.org/pub
        asi-JP: http://www.jp.kernel.org/pub
        asi-KR: http://www.kr.kernel.org/pub
        asi-MY: http://www.my.kernel.org/pub
        asi-SG: http://www.sg.kernel.org/pub
        asi-TW: http://www.tw.kernel.org/pub
        aus-AU: http://www.au.kernel.org/pub
        aus-NZ: http://www.nz.kernel.org/pub
        eur-BA: http://www.ba.kernel.org/pub
        eur-BE: http://www.be.kernel.org/pub
        eur-BG: http://www.bg.kernel.org/pub
        eur-CH: http://www.ch.kernel.org/pub
        eur-CZ: http://www.cz.kernel.org/pub
        eur-DE: http://www.de.kernel.org/pub
        eur-DK: http://www.dk.kernel.org/pub
        eur-EE: http://www.ee.kernel.org/pub
        eur-ES: http://www.es.kernel.org/pub
        eur-FI: http://www.fi.kernel.org/pub
        eur-FR: http://www.fr.kernel.org/pub
        eur-GR: http://www.gr.kernel.org/pub
        eur-HR: http://www.hr.kernel.org/pub
        eur-HU: http://www.hu.kernel.org/pub
        eur-IE: http://www.ie.kernel.org/pub
        eur-IL: http://www.il.kernel.org/pub
        eur-IS: http://www.is.kernel.org/pub
        eur-IT: http://www.it.kernel.org/pub
        eur-LI: http://www.li.kernel.org/pub
        eur-LT: http://www.lt.kernel.org/pub
        eur-LU: http://www.lu.kernel.org/pub
        eur-LV: http://www.lv.kernel.org/pub
        eur-MD: http://www.md.kernel.org/pub
        eur-MK: http://www.mk.kernel.org/pub
        eur-NL: http://www.nl.kernel.org/pub
        eur-NO: http://www.no.kernel.org/pub
        eur-PL: http://www.pl.kernel.org/pub
        eur-PT: http://www.pt.kernel.org/pub
        eur-RO: http://www.ro.kernel.org/pub
        eur-RU: http://www.ru.kernel.org/pub
        eur-SE: http://www.se.kernel.org/pub
        eur-SI: http://www.si.kernel.org/pub
        eur-SK: http://www.sk.kernel.org/pub
        eur-TR: ftp://ftp.tr.kernel.org/pub
        eur-UA: http://www.ua.kernel.org/pub
        eur-UK: http://www.uk.kernel.org/pub
        nam-CA: http://www.ca.kernel.org/pub
        nam-MX: http://www.mx.kernel.org/pub
        nam-US: http://www.us.kernel.org/pub
        sam-AR: http://www.ar.kernel.org/pub
        sam-BR: http://www.br.kernel.org/pub
        sam-CL: http://www.cl.kernel.org/pub
        sam-VE: http://www.ve.kernel.org/pub
<<
<<

--- NEW FILE: pynotify-py.info ---
Info2: <<
Package: pynotify-py%type_pkg[python]
Version: 0.1.1
Revision: 3
Type: python (2.6 2.7)
BuildDepends: <<
        atk1 (>= 1.28.0-1),
        cairo (>= 1.8.8-3),
        dbus-glib1.2-dev,
        dbus1.3-dev,
        fink (>= 0.24.12),
        fink-package-precedence,
        fontconfig2-dev (>= 2.8.0-4),
        freetype219 (>= 2.3.12-1),
        glib2-dev (>= 2.22.0-1),
        glitz,
        gtk+2-dev (>= 2.18.0-1),
        libnotify (>= 0.4.5-1),
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pixman (>= 0.16.0-1),
        pygobject2-py26-dev (>= 2.20.0-1),
        pygtk2-gtk-py26-dev (>= 2.16.0-1),
        pkgconfig (>= 0.23),
        x11-dev
<<
Depends: <<
        atk1-shlibs (>= 1.28.0-1),
        cairo-shlibs (>= 1.8.8-3),
        dbus (>= 1.2.1-1),
        dbus-glib1.2-shlibs,
        dbus1.3-shlibs,
        fontconfig2-shlibs (>= 2.8.0-4),
        freetype219-shlibs (>= 2.3.12-1),
        glib2-shlibs (>= 2.22.0-1),
        gtk+2-shlibs (>= 2.18.0-1),
        libnotify-shlibs (>= 0.4.5-1),
        notification-daemon,
        pango1-xft2-ft219-shlibs (>= 1.24.5-4),
        pygobject2-py26 (>= 2.20.0-1),
        pygtk2-gtk-py26 (>= 2.16.0-1),
        python%type_pkg[python],
        x11
<<
Source: 
http://www.galago-project.org/files/releases/source/notify-python/notify-python-%v.tar.bz2
Source-MD5: d247cf79b46cef7495deb0a76334f81d
PatchFile: %{ni}.patch
PatchFile-MD5: cf877ca52d350836cbdd1c68a00b502b
ConfigureParams: --enable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
        PYTHON=%p/bin/python%type_raw[python] ./configure %c
        make
        fink-package-precedence --prohibit-bdep %n-dev .
<<
InstallScript: <<
        make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
SplitOff: <<
        Package: %N-dev
        Depends: %N (= %v-%r)
        BuildDependsOnly: true
        Conflicts: <<
                pynotify-py26-dev,
                pynotify-py27-dev
        <<
        Replaces: <<
                pynotify-py26-dev,
                pynotify-py27-dev
        <<
        InstallScript: <<
                mkdir -p %i/share/doc/%n/examples
                install -m 755 tests/*.py tests/*.png %i/share/doc/%n/examples
                perl -pi -e 's,#!/usr/bin/env 
python,#!%p/bin/python%type_raw[python],' %i/share/doc/%n/examples/*.py
        <<
        Files: <<
                lib/pkgconfig
                share/pygtk
        <<
        DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<
DescPort: <<
        Avoid multiple definitions of symbol __PyGObject_API
<<
Description: Desktop notifications via libnotify
Homepage: http://www.galago-project.org
License: LGPL
Maintainer: Daniel Macks <[email protected]>
<<

--- NEW FILE: configobj-py.info ---
Info2: <<
Package: configobj-py%type_pkg[python]
Version: 4.5.2
Revision: 2
Maintainer: Jed Frechette <[email protected]>
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5)
Depends: <<
    python%type_pkg[python]
<<
Replaces: <<
    matplotlib-py%type_pkg[python] (<< 0.91.3-25)
<<
Source: mirror:sourceforge:configobj/configobj-%v.zip
Source-MD5: b84e6ce4f8ef5fa1c466cc3561099a66 
CompileScript: <<
    echo Skipping compile stage
<<
InstallScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py install --root %d
<<
DocFiles: docs/*
Description: Config file reader and writer
DescDetail: <<
    ConfigObj is an ini file round tripper. Its main feature is that it is
    very easy to use, with a straightforward programmer's interface and a
    simple syntax for config files. It has lots of other features though:
        * Nested sections (subsections), to any level
        * List values
        * Multiple line values
        * String interpolation (substitution)
        * Integrated with a powerful validation system
            * including automatic type checking/conversion
            * repeated sections
            * and allowing default values
        * All comments in the file are preserved
        * The order of keys/sections is preserved
        * No external dependencies
        * Full Unicode support
        * A powerful unrepr mode for storing basic datatypes
<<
License: BSD 
Homepage: http://www.voidspace.org.uk/python/configobj.html
<<

--- NEW FILE: mecab-py.info ---
Info2: <<
Package: mecab-py%type_pkg[python]
Version: 0.95
Revision: 1003
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)
Description: Python binding of MeCab
License: OSI-Approved
Maintainer: Todai Fink Team <[email protected]>
BuildDepends: mecab-dev (>= %v-1001)
Depends: mecab-shlibs (>= %v-1001), python%type_pkg[python]
Conflicts: mecab-python (<< 0.91)
Replaces: mecab-python (<< 0.91)
Source: mirror:sourceforge:mecab/mecab-python-%v.tar.gz
Source-MD5: 8edf73b56d19b4caa8a80c4c7642e661
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: %p/bin/python%type_raw[python] setup.py install --root %d
DocFiles: bindings.html test.py
DescDetail: This package allows a python program to use MeCab.
Homepage: http://mecab.sourceforge.net/
<<

--- NEW FILE: pytz-py.info ---
Info2: <<
Package: pytz-py%type_pkg[python]
Version: 2008b
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)

BuildDepends: setuptools-py%type_pkg[python]
Depends: python%type_pkg[python]
Replaces: matplotlib-py%type_pkg[python] (<< 0.91.3-24)

Source: http://pypi.python.org/packages/source/p/pytz/pytz-%v.tar.bz2
Source-MD5: c53d09acfdda65572aad1e1de310663f

CompileScript: %p/bin//python%type_raw[python] setup.py build
InstallScript: %p/bin//python%type_raw[python] setup.py install --root=%d
DocFiles: CHANGES.txt LICENSE.txt README.txt

Description: World timezone definitions database
License: BSD
Homepage: http://pytz.sourceforge.net
Maintainer: Daniel Macks <[email protected]>
<<

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

Package: nose-py%type_pkg[python]
Version: 0.11.3

Revision: 1
Homepage: http://code.google.com/p/python-nose/
Maintainer: Kurt Schwehr <[email protected]>
Type: python (2.4 2.5 2.6)
Distribution: (%type_pkg[python] = 24) 10.4
Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]

#Source: http://python-nose.googlecode.com/files/nose-%v.tar.gz
Source: http://pypi.python.org/packages/source/n/nose/nose-%v.tar.gz
Source-MD5: fbf6bc7b7c2bbb535d8ea9a931a1e65b

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

InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
  mkdir %i/share  
  mv %i/man %i/share/man
  mv %i/share/man/man1/nosetests{,-py%type_pkg[python]}.1
  mv %i/bin/nosetests %i/bin/nosetests%type_raw[python]
<<

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


DocFiles: <<
  AUTHORS
  CHANGELOG
  MANIFEST.in
  NEWS
  PKG-INFO
  README.txt
  doc
<<

License: LGPL
Description: Python testing framework
DescDetail: <<
This packages provides an alternate test discovery and running process
for unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic.
<<


# Info2
<<

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to