# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 148976 2016-05-24 07:48:05Z raimue@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-xattr version 0.8.0 license {MIT PSF} platforms darwin linux maintainers optusnet.com.au:arsptr openmaintainer description Python wrapper for extended filesystem attributes long_description xattr is a Python wrapper for Darwin, Linux, and FreeBSD \ extended filesystem attributes. 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 available on \ Darwin 8.0 and later. This corresponds to Mac OS X 10.4 \ (Tiger) and later. homepage http://undefined.org/python/#xattr master_sites pypi:x/xattr/ distname xattr-${version} checksums rmd160 15a8cb415077e3b66af6c7eafe4bd3f10b964294 \ sha256 71d08712f78ed543215e4145779a336e42acb4003b97e16d493a680cf08f1d01 python.versions 27 34 35 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools depends_lib-append port:py${python.version}-cffi test.run yes test.cmd ${python.bin} setup.py livecheck.type none } else { livecheck.type pypi }