Versions
v0.18.0-r2 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~arm ~arm64 ~riscv ~x86
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_10
- Build with Python 3.10
- python3_8
- Build with Python 3.8
- python3_9
- Build with Python 3.9
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-python / atomicwrites : Atomic file writes
dev-python / click : A Python package for creating beautiful command line interfaces
dev-python / click-log : Logging integration for Click
dev-python / click-threading : Multithreaded Click apps made easy
dev-python / requests : HTTP library for human beings
dev-python / requests-toolbelt : A utility belt for advanced users of python-requests
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Yongxiang Liang · gentoo
dev-python/vdirsyncer: keyword ~riscv
Closes: https://github.com/gentoo/gentoo/pull/23433 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/vdirsyncer: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - John Helmert III · gentoo
dev-python/vdirsyncer: install systemd units as user units
Signed-off-by: John Helmert III <ajak@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - John Helmert III · gentoo
dev-python/vdirsyncer: Python bump, fix tests, install systemd files
Also close old test bugs related to hypothesis which don't seem reproducible with any modern hypothesis versions in tree. Closes: https://bugs.gentoo.org/641546 Closes: https://bugs.gentoo.org/668360 Closes: https://bugs.gentoo.org/743953 Signed-off-by: John Helmert III <ajak@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/vdirsyncer: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-python/vdirsyncer: Bump to 0.18.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nils Freydank · gentoo
dev-python/vdirsyncer: Remove the dysfunctional version
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/21095 Signed-off-by: Sam James <sam@gentoo.org> - Nils Freydank · gentoo
dev-python/vdirsyncer: Fix my broken python3.9 bump
In commit d4b3d02583d2600c506bb602994f8d74ab66fe51 I forgot to replace the now-deprecated 'getiterator', so with python3.9 syncs aborted with the following message: 'xml.etree.ElementTree.Element' object has no attribute 'getiterator'. There is a trivial fix which is also mentioned upstream: https://github.com/pimutils/vdirsyncer/issues/880 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nils Freydank · gentoo
dev-python/vdirsyncer: Bump to EAPI=7 and python3_9
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Christopher Head · gentoo
dev-python/vdirsyncer: clean old
Signed-off-by: Christopher Head <chead@chead.ca> Closes: https://github.com/gentoo/gentoo/pull/15771 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Christopher Head · gentoo
dev-python/vdirsyncer: 0.16.8 bump
Bump to EAPI 7. Support Python 3.7 and 3.8. Fix incorrect LICENSE. Closes: https://bugs.gentoo.org/719654 Signed-off-by: Christopher Head <chead@chead.ca> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/vdirsyncer: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Roy Bamford · gentoo
dev-python/vdirsyncer: added ~arm64 keyword
Bug: https://bugs.gentoo.org/696134 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-python/vdirsyncer: Add ~arm keyword wrt bug #696134
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
dev-python/vdirsyncer: version bump 0.16.7
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
dev-python/vdirsyncer: version bump 0.16.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Amy Liffey · gentoo
dev-python/vdirsyncer: drop old 0.14.0, 0.16.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Amy Liffey · gentoo
dev-python/vdirsyncer: version bump 0.16.4
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Amy Liffey · gentoo
dev-python/vdirsyncer: version bump 0.16.3
Closes: https://bugs.gentoo.org/644988 Submitted-by: Kristian <kbx@posteo.de> Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Amy Liffey · gentoo
dev-python/vdirsyncer: add req python use sqlite
Suggested-by: Christopher Head <chead@chead.ca> Closes: https://bugs.gentoo.org/630060 Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Amy Liffey · gentoo
dev-python/vdirsyncer: version bump 0.16.0 bug #623748
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Michał Górny · gentoo
dev-python/vdirsyncer: Tested on py3.5 & 3.6 - Michał Górny · gentoo
dev-python/vdirsyncer: Write partial test support - Michał Górny · gentoo
dev-python/vdirsyncer: Add missing setuptools dep - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Amy Winston · gentoo
dev-python/vdirsyncer: remove old
Package-Manager: portage-2.3.0 - Amy Winston · gentoo
dev-python/vdirsyncer: version bump 0.14.0 bug #595948
Package-Manager: portage-2.3.0 - Michał Górny · gentoo
global: Drop dead implementations from PYTHON_COMPAT - Amy Winston · gentoo
dev-python/vdirsyncer: version bump 0.11.2 bug #589870
Package-Manager: portage-2.2.28 - Amy Winston · gentoo
dev-python/vdirsyncer: version bump 0.10.0 bug #581756
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
dev-python/vdirsyncer: homepage changed
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
dev-python/vdirsyncer: fix dependencies bug #580902
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
dev-python/vdirsyncer: version bump 0.9.3 bug #580666
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
dev-python/vdirsyncer: version bump 0.9.0 bug #577296
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
dev-python/vdirsyncer: Initial commit dependency for khal
Package-Manager: portage-2.2.26