diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-30 17:25:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-30 17:25:51 +0000 |
commit | d21150b17073cf1cd93b3c3dc595e8c38b231a99 (patch) | |
tree | bfe80847bceba4054376d7bb74d4f3ceb3a85c44 /sysutils/py-xattr/DESCR | |
parent | a7d715a92bbf3895d8b537e197403ab3313e3057 (diff) | |
download | pkgsrc-d21150b17073cf1cd93b3c3dc595e8c38b231a99.tar.gz |
Import py27-xattr-0.7.2 as sysutils/py-xattr.
xattr is a Python wrapper for 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).
Diffstat (limited to 'sysutils/py-xattr/DESCR')
-rw-r--r-- | sysutils/py-xattr/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/py-xattr/DESCR b/sysutils/py-xattr/DESCR new file mode 100644 index 00000000000..aac501843a2 --- /dev/null +++ b/sysutils/py-xattr/DESCR @@ -0,0 +1,6 @@ +xattr is a Python wrapper for 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). |