# $Id: Portfile 83751 2011-09-10 16:39:04Z jmr@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			   py-xattr
version			   0.6.1
categories		   python
license			   {MIT PSF}
platforms		   darwin linux
maintainers		   optusnet.com.au:arsptr
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).

homepage		   http://undefined.org/python/#xattr
master_sites	   http://pypi.python.org/packages/source/x/xattr/
distname           xattr-${version}
checksums          md5 abcc67c93b28edbefcf10d3e6e324f89 \
                   sha256 7c025768496f3162f79059456c870ab5ef7094c39bb1f138446df44981e18069

depends_lib-append  port:py24-distribute

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