# $Id: Portfile 82421 2011-08-13 16:08:32Z jmr@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name                py25-xattr
version             0.6.1
categories          python
license             {MIT PSF}
maintainers         nomaintainer
description         xattr is a Python wrapper for Darwin's extended filesystem attributes
long_description    Extended attributes extend the basic attributes of files and directories \
                    in the file system. They are stored as name:data pairs associated with file \
                    system objects (files, directories, symlinks, etc). \
                    \
                    Extended attributes are currently only available on Darwin 8.0 and later. \
                    This corresponds to Mac OS X 10.4 (Tiger) and later.
homepage            http://undefined.org/python/#xattr
platforms           darwin
master_sites        http://pypi.python.org/packages/source/x/xattr/
distname            xattr-${version}
checksums           md5 abcc67c93b28edbefcf10d3e6e324f89 \
                    sha256 7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069

depends_lib-append  port:py25-distribute

livecheck.type      regex
livecheck.url       http://svn.red-bean.com/bob/xattr/releases/
livecheck.regex     xattr-(\[0-9.\]+)
