diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-03 23:45:53 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-04 01:39:28 +0100 |
| commit | d0753b236bf4fef9c85745034ad6c0256887d6e1 (patch) | |
| tree | 27c429ae55e21b52293311306393f955d67d2433 /gnu/packages/python-xyz.scm | |
| parent | 5aa814d69aa14b69e0b81c4d3a0b75550d743f6b (diff) | |
gnu: python-xattr: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-xattr): Update to 1.2.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-setuptools.
Change-Id: Ic3421cdf746e933458c686f8217a7a3a66f2dccb
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b1518bea93..91fea4e20f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32853,20 +32853,21 @@ your process.") (define-public python-xattr (package (name "python-xattr") - (version "0.9.9") + (version "1.2.0") (source (origin (method url-fetch) (uri (pypi-uri "xattr" version)) (sha256 - (base32 - "0ipkfblyvp5hylahjkw9zss1ii9xnwjypr3b3ncv989szcg7xjq9")))) - (build-system python-build-system) + (base32 "19z0wp1plr5g8a3jknipii3qmqp3znwd63zqrhx19gpixwhqwk56")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools)) (propagated-inputs (list python-cffi)) (home-page "https://github.com/xattr/xattr") - (synopsis - "Python wrapper for extended file system attributes") + (synopsis "Python wrapper for extended file system attributes") (description "This package provides a Python wrapper for using extended file system attributes. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs |
