diff options
author | Barry J. Grundy <bgrundyat> | 2022-05-12 16:43:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:59 +0700 |
commit | 4623111660d317ad01a027e5c837fe45e358f36f (patch) | |
tree | 92165a9dccd843617644539fd9a04c30b2e81129 /python/xattr/slack-desc | |
parent | 051d70de1588d4babce0cd62a75b6a5c0c61f0c4 (diff) |
python/xattr: Added (Py wrapper for extended file system attributes)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/xattr/slack-desc')
-rw-r--r-- | python/xattr/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/xattr/slack-desc b/python/xattr/slack-desc new file mode 100644 index 0000000000..21ed0bff7b --- /dev/null +++ b/python/xattr/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +xattr: xattr (Python wrapper for extended file system attributes) +xattr: +xattr: xattr is a a Python wrapper which gives access to the +xattr: extended attributes for filesystem objects available in some +xattr: operating systems. +xattr: +xattr: +xattr: +xattr: Homepage: https://github.com/xattr/xattr +xattr: +xattr: |