summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/vdirsyncer: Remove oldMichał Górny2021-10-174-147/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/vdirsyncer: install systemd units as user unitsJohn Helmert III2021-07-141-1/+1
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* dev-python/vdirsyncer: mark ALLARCHESJohn Helmert III2021-07-101-0/+1
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* dev-python/vdirsyncer: Python bump, fix tests, install systemd filesJohn Helmert III2021-07-102-0/+88
| | | | | | | | | | 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>
* dev-python/vdirsyncer: Add python@ as co-maint.Michał Górny2021-06-142-4/+12
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/vdirsyncer: Bump to 0.18.0Michał Górny2021-06-142-0/+50
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/vdirsyncer: Remove the dysfunctional versionNils Freydank2021-06-021-49/+0
| | | | | | | 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>
* dev-python/vdirsyncer: Fix my broken python3.9 bumpNils Freydank2021-06-021-0/+58
| | | | | | | | | | | | | | 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>
* dev-python/vdirsyncer: Bump to EAPI=7 and python3_9Nils Freydank2021-06-011-8/+8
| | | | | | 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>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/vdirsyncer: clean oldChristopher Head2020-06-162-50/+0
| | | | | | Signed-off-by: Christopher Head <chead@chead.ca> Closes: https://github.com/gentoo/gentoo/pull/15771 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/vdirsyncer: 0.16.8 bumpChristopher Head2020-06-163-0/+85
| | | | | | | | 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>
* dev-python/vdirsyncer: Remove redundant versionsMichał Górny2020-03-294-150/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/vdirsyncer: added ~arm64 keywordRoy Bamford2020-03-041-1/+1
| | | | | | | 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>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-054-8/+8
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/vdirsyncer: Add ~arm keyword wrt bug #696134Mikle Kolyada2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-0/+4
| | | | | | | | | | | | | | | | | | 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>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-174-8/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/vdirsyncer: version bump 0.16.7Amy Liffey2018-08-052-0/+49
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/vdirsyncer: version bump 0.16.6Amy Liffey2018-06-292-0/+49
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/vdirsyncer: drop old 0.14.0, 0.16.0Amy Liffey2018-05-263-95/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/vdirsyncer: version bump 0.16.4Amy Liffey2018-05-262-0/+49
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/vdirsyncer: version bump 0.16.3Amy Liffey2018-01-192-0/+49
| | | | | | Closes: https://bugs.gentoo.org/644988 Submitted-by: Kristian <kbx@posteo.de> Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-python/vdirsyncer: add req python use sqliteAmy Liffey2017-10-091-0/+1
| | | | | | | Suggested-by: Christopher Head <chead@chead.ca> Closes: https://bugs.gentoo.org/630060 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-python/vdirsyncer: version bump 0.16.0 bug #623748Amy Liffey2017-07-082-0/+47
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-python/vdirsyncer: Tested on py3.5 & 3.6Michał Górny2017-05-011-1/+1
|
* dev-python/vdirsyncer: Write partial test supportMichał Górny2017-05-011-3/+19
|
* dev-python/vdirsyncer: Add missing setuptools depMichał Górny2017-05-011-1/+3
|
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-2/+6
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/vdirsyncer: remove oldAmy Winston2016-11-266-154/+0
| | | | Package-Manager: portage-2.3.0
* dev-python/vdirsyncer: version bump 0.14.0 bug #595948Amy Winston2016-11-252-0/+30
| | | | Package-Manager: portage-2.3.0
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-015-5/+5
|
* dev-python/vdirsyncer: version bump 0.11.2 bug #589870Amy Winston2016-07-282-0/+30
| | | | Package-Manager: portage-2.2.28
* dev-python/vdirsyncer: version bump 0.10.0 bug #581756Amy Winston2016-05-022-0/+30
| | | | Package-Manager: portage-2.2.26
* dev-python/vdirsyncer: homepage changedAmy Winston2016-04-242-2/+2
| | | | Package-Manager: portage-2.2.26
* dev-python/vdirsyncer: fix dependencies bug #580902Amy Winston2016-04-242-10/+8
| | | | Package-Manager: portage-2.2.26
* dev-python/vdirsyncer: version bump 0.9.3 bug #580666Amy Winston2016-04-212-0/+32
| | | | Package-Manager: portage-2.2.26
* dev-python/vdirsyncer: version bump 0.9.0 bug #577296Amy Winston2016-03-142-0/+32
| | | | Package-Manager: portage-2.2.26
* dev-python/vdirsyncer: Initial commit dependency for khalAmy Winston2016-02-213-0/+39
Package-Manager: portage-2.2.26