4 Commits

Author SHA1 Message Date
Fabian Affolter
bc11de47a2 testing/py-xattr: upgrade to 0.5.2 2013-03-04 09:50:14 +00:00
Natanael Copa
31fd0278a3 testing/py-xattr: update urls
moved to github
2012-05-18 09:47:14 +00:00
Fabian Affolter
db0fcb4b31 testing/py-xattr: upgrade to 0.5.1 2012-05-18 08:55:50 +00:00
Fabian Affolter
def7dd32e1 Initial APKBUILD for py-xattr
Package description:
This module gives access to the extended attributes present in some
operating systems/filesystems. You can list attributes, get, set and
remove them.

The module exposes two sets of functions:

- the 'old' listxattr, getxattr, setxattr, removexattr functions
  which are deprecated since version 0.4
- the new list, get, get_all, set, remove functions which expose
  a namespace-aware API and simplify a bit the calling model by
  using keyword arguments
2011-12-03 14:49:17 -06:00