diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-09-30 11:13:38 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-09-30 11:14:39 +0300 |
| commit | d6daad298a38c012670104a6fdd7c95a3db9b80a (patch) | |
| tree | 045465444bee50b7fb588248ea9ebac858151cf2 /gnu/packages/python-xyz.scm | |
| parent | 3dfd671fb70c22c537f9f8cc7ebdc29c2e206661 (diff) | |
gnu: python-vobject: Update to 0.9.9.
* gnu/packages/python-xyz.scm (python-vobject): Update to 0.9.9.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Remove python-pyicu; add python-pytz and python-six.
[native-inputs]: Add python-setuptools.
Change-Id: I1839f0c19e5f6d59477606ebc461d18fff685e71
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cbd7651d80..106b46ad25 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21954,19 +21954,21 @@ that are otherwise difficult to control.") (define-public python-vobject (package (name "python-vobject") - (version "0.9.6.1") + (version "0.9.9") (source (origin (method url-fetch) (uri (pypi-uri "vobject" version)) (sha256 (base32 - "0081g4gngw28j7vw8101jk600wz4gzfrhf5myrqvn2mrfkn2llcn")))) - (build-system python-build-system) + "13mk8wrg7js0zv3w8246jnxb3i5yp4ascl1csp0q9787wbbyai5c")))) + (build-system pyproject-build-system) (arguments '(;; The test suite relies on some non-portable Windows interfaces. #:tests? #f)) (propagated-inputs - (list python-dateutil python-pyicu)) + (list python-dateutil python-pytz python-six)) + (native-inputs + (list python-setuptools)) (synopsis "Parse and generate vCard and vCalendar files") (description "Vobject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. Currently, iCalendar files |
