New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82421


Ignore:
Timestamp:
08/13/11 09:08:32 (4 years ago)
Author:
jmr@…
Message:

py-xattr, py25-xattr: update to 0.6.1 because 0.5 fails to install, and set license

Location:
trunk/dports/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-xattr/Portfile

    r71578 r82421  
    55 
    66name                       py-xattr 
    7 version                    0.5 
     7version                    0.6.1 
    88categories                 python 
     9license                    {MIT PSF} 
    910platforms                  darwin linux 
    1011maintainers                optusnet.com.au:arsptr 
     
    1819 
    1920homepage                   http://undefined.org/python/#xattr 
    20 fetch.type         svn 
    21 svn.url            http://svn.red-bean.com/bob/xattr/releases/xattr-${version}/ 
     21master_sites       http://pypi.python.org/packages/source/x/xattr/ 
     22distname           xattr-${version} 
     23checksums          md5 abcc67c93b28edbefcf10d3e6e324f89 \ 
     24                   sha256 7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069 
    2225 
    2326depends_lib-append  port:py-setuptools 
    24 worksrcdir         xattr-${version} 
    2527 
    2628livecheck.type      regex 
  • trunk/dports/python/py25-xattr/Portfile

    r74335 r82421  
    55 
    66name                py25-xattr 
    7 version             0.5 
     7version             0.6.1 
    88categories          python 
     9license             {MIT PSF} 
    910maintainers         nomaintainer 
    1011description         xattr is a Python wrapper for Darwin's extended filesystem attributes 
     
    1718homepage            http://undefined.org/python/#xattr 
    1819platforms           darwin 
    19 fetch.type          svn 
    20 svn.url             http://svn.red-bean.com/bob/xattr/releases/xattr-${version}/ 
    21 worksrcdir          xattr-${version} 
     20master_sites        http://pypi.python.org/packages/source/x/xattr/ 
     21distname            xattr-${version} 
     22checksums           md5 abcc67c93b28edbefcf10d3e6e324f89 \ 
     23                    sha256 7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069 
    2224 
    2325depends_lib-append  port:py25-distribute 
Note: See TracChangeset for help on using the changeset viewer.