diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-09 11:48:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-09 11:48:26 +0100 |
| commit | 1a7bffe0334cdda0c145ca4e40d4518a7e7942d2 (patch) | |
| tree | c06822ca7c31d4503314a38b2eb88dd9925c11a1 | |
| parent | d71d054b9cf5907dc0d14c651930d3093ddeb270 (diff) | |
gnu: python-vobject: Fix home page.
* gnu/packages/python-xyz.scm (python-vobject)[home-page]: Fix broken
URL.
Change-Id: I6d71121d3ed02ff5b07ad18c7819ca0cecf8acf6
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4817fc3658..e591d6b82b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21899,19 +21899,22 @@ that are otherwise difficult to control.") "13mk8wrg7js0zv3w8246jnxb3i5yp4ascl1csp0q9787wbbyai5c")))) (build-system pyproject-build-system) (arguments - '(;; The test suite relies on some non-portable Windows interfaces. + '(;; The test suite relies on some non-portable Windows interfaces. Tests + ;; are rewokred on master's HEAD. #:tests? #f)) - (propagated-inputs - (list python-dateutil python-pytz python-six)) (native-inputs (list python-setuptools)) + (propagated-inputs + (list python-dateutil + python-pytz + python-six)) ;it's dropped on master's HEAD + (home-page "https://py-vobject.github.io/") (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 are supported and well tested. vCard 3.0 files are supported, and all data should be imported, but only a few components are understood in a sophisticated way.") - (home-page "https://eventable.github.io/vobject/") (license license:asl2.0))) (define-public python-munkres |
