Changeset 146

Show
Ignore:
Timestamp:
07/31/08 12:47:50 (16 years ago)
Author:
broder
Message:

Update macathena-pyhesiodfs to new version and fix macathena-hesiod-py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fink/main/finkinfo/macathena-hesiod-py.info

    r145 r146  
    11Info2: << 
    2         Package: macathena-hesiod-py%type_pkg[python] 
    3         Type: python (2.3 2.4 2.5) 
    4         Version: 0.2.2 
    5         Revision: 1 
    6         Source: http://pypi.python.org/packages/source/P/PyHesiod/PyHesiod-%v.tar.gz 
    7         Maintainer: Evan Broder <ebroder@ebroder.net> 
    8         HomePage: http://ebroder.net/code/PyHesiod 
    9         License: BSD 
    10         Description: Python bindings for the Hesiod name resolution library 
    11         Source-MD5: 60f82d3aeb3ed5bb8d0e843fe6e9e51b 
    12         DocFiles: COPYING 
    13          
    14         Depends: macathena-libhesiod, pyrex-py%type_pkg[python], setuptools-py%type_pkg[python], python%type_pkg[python] 
    15         Conflicts: macathena-pyhesiodfs (<= 144) 
    16         CompileScript: << 
    17                 %p/bin/python%type_raw[python] setup.py build 
    18         << 
    19         InstallScript: << 
    20                 %p/bin/python%type_raw[python] setup.py install --root=%d 
    21         << 
     2Package: macathena-hesiod-py%type_pkg[python] 
     3Type: python (2.3 2.4 2.5) 
     4Version: 0.2.3 
     5Revision: 2 
     6Source: http://pypi.python.org/packages/source/P/PyHesiod/PyHesiod-%v.tar.gz 
     7Maintainer: Evan Broder <ebroder@ebroder.net> 
     8HomePage: http://ebroder.net/code/PyHesiod 
     9License: BSD 
     10Description: Python bindings for the Hesiod name resolution library 
     11Source-MD5: bc8cf0a6832d546c4db9275f04fd8311 
     12DocFiles: COPYING 
     13 
     14Depends: macathena-libhesiod, pyrex-py%type_pkg[python], setuptools-py%type_pkg[python], python%type_pkg[python] 
     15Replaces: macathena-pyhesiodfs (<< 144) 
     16CompileScript: << 
     17        %p/bin/python%type_raw[python] setup.py build 
    2218<< 
     19InstallScript: << 
     20        %p/bin/python%type_raw[python] setup.py install --root=%d 
     21<< 
     22<< 
  • trunk/fink/main/finkinfo/macathena-pyhesiodfs.info

    r121 r146  
    11Package: macathena-pyhesiodfs 
    2 Version: 77 
    3 Revision: 3 
     2Version: 144 
     3Revision: 1 
    44Source: http://macathena.mit.edu/dist/pyhesiodfs-svn%v.tar.gz 
    55Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> 
     
    77License: GPL 
    88Description: Automatically mounts AFS lockers in /mit 
    9 Source-MD5: 2d321c4c4fadb67025aff9eb57e02d5
    10 DocFiles: COPYING copyright 
     9Source-MD5: d46d097fa39c5c2ccf00adb16cdad4b
     10DocFiles: AUTHORS COPYING 
    1111 
    12 Depends: fuse-py25, pydns-py25 
     12Depends: fuse-py25, macathena-hesiod-py25 
    1313Replaces: pyhesiodfs 
    1414BuildDepends: automake1.9 
    15 PatchScript: sed -i ".bak" -e 's|/usr/local|%p|g' edu.mit.sipb.mit-automounter.plist 
     15PatchScript: sed -i"" -e 's|/usr/local|%p|g' edu.mit.sipb.mit-automounter.plist 
    1616CompileScript: << 
    1717        python2.5 setup.py build