# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-xattr
version             1.1.4
revision            0

license             {MIT PSF}
platforms           darwin linux
maintainers         {danchr @danchr} 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            https://undefined.org/python/#xattr

checksums           rmd160  00b9b63ca23218b4b75b85c244b2ef324c6d9c95 \
                    sha256  b7b02ecb2270da5b7e7deaeea8f8b528c17368401c2b9d5f63e91f545b45d372 \
                    size    16729

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-cffi

    test.run            yes
}
