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

Added Files:
        path-py.info 
Log Message:
New package path-py 2.4.1.

--- NEW FILE: path-py.info ---
Info2: <<
Package: path-py%type_pkg[python]
Version: 2.4.1
Revision: 1
Type: python (2.6 2.7 3.1 3.2 3.3)
Description: Module wrapper for os.path
DescDetail: <<
        An object representing a path to a file or directory.
        
        Example:

        from path import path
        d = path('/home/guido/bin')
        for f in d.files('*.py'):
                f.chmod(0755)
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/path.py

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

Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12)

PatchScript: perl -pi -e 's/2\.2\.2\.990/%v/' test_path.py

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

InfoTest: <<
        TestScript: <<
                cd build/lib && %p/bin/python%type_raw[python] ./test_path.py 
|| exit 2
                rm -r build
        <<
<<

InstallScript: <<
        %p/bin/python%type_raw[python] setup.py install --root=%d
        head -20 path.py > LICENSE
<<

DocFiles: PKG-INFO LICENSE

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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to