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

Added Files:
        lzma-py.info ntplib-py.info pycli-py.info pycmd-py.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- 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: 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: lzma-py.info ---
Info2: <<
Package: lzma-py%type_pkg[python]
Version: 0.5.3
Revision: 2
#Doesn't build with < 2.6 >= 3.0
Type: python (2.6 2.7)
Description: Python interface for the liblzma library
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: LGPL3
Homepage: http://pypi.python.org/pypi/pyliblzma

Source: mirror:custom:p/pyliblzma/pyliblzma-%v.tar.bz2
Source-MD5: 500f61116ee1ab4063b49c121786863a

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

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

InfoTest: TestScript: %p/bin/python%type_raw[python] setup.py test || exit 2

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

DocFiles: ChangeLog COPYING NEWS PKG-INFO README THANKS

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: ntplib-py.info ---
Info2: <<
Package: ntplib-py%type_pkg[python]
Version: 0.1.9
Revision: 1
Type: python (2.6 2.7 3.1)
Description: Pure python network time library
DescDetail: <<
This module offers a simple interface to query NTP servers from
Python. It also provides utility functions to translate NTP fields
values to text (mode, leap indicator...). Since it's pure Python, and
only depends on core modules, it should work on any platform with a
decent Python implementation.
<<
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
License: GPL
Homepage: http://pypi.python.org/pypi/ntplib/

Source: http://pypi.python.org/packages/source/n/ntplib/ntplib-%v.tar.gz
Source-MD5: 21a1affea1ce7701ca3c735b39f0d5a6

Depends: python%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: README CHANGELOG PKG-INFO MANIFEST COPYING

# This is not really a test
#InfoTest: <<
#    TestScript: <<
#        %p/bin/python%type_raw[python] test_ntplib.py || exit 1
#    <<
#<<

<<

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, 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-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to