summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/oauth2client: treecleanDavid Seifert2023-03-185-187/+0
| | | | | Closes: https://bugs.gentoo.org/733064 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/oauth2client: updatesRobin H. Johnson2023-02-072-0/+86
| | | | | | | | | - Patching to support Py3.8..Py3.11 - Exclude broken upstream contrib django & flask - Convert nose -> pytest Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/718972
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/oauth2client: Remove oldMichał Górny2022-03-311-61/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Stabilize 4.1.3-r2 ALLARCHES, #836498Jakov Smolić2022-03-311-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-python/oauth2client: Bump to EAPI 8 / PEP517Michał Górny2022-02-241-0/+52
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Tested on py3.10Michał Górny2022-02-241-2/+3
| | | | 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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/*: add pypi remote-idsMichał Górny2020-12-111-8/+9
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Port to py3.9Michał Górny2020-07-151-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Add missing test dep on noseMichał Górny2020-07-151-6/+4
| | | | | Closes: https://bugs.gentoo.org/732348 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Remove redundant versionsMichał Górny2020-07-121-52/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Add test dep on flaskMichał Górny2020-07-091-0/+1
| | | | | Closes: https://bugs.gentoo.org/731724 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Stabilize 4.1.3-r1 ALLARCHES, #731456Michał Górny2020-07-091-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Mark ALLARCHESMichał Górny2020-07-091-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: update HOMEPAGEMichael Mair-Keimberger2020-06-143-5/+5
| | | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-python/oauth2client-4.1.3-r1: revbump, EAPI=7, add py38Patrick McLean2020-05-062-0/+96
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/oauth2client: Remove redundant versionsMichał Górny2020-03-284-145/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Clean py2 deps upMichał Górny2020-03-172-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: Remove py2Michał Górny2020-02-054-4/+4
| | | | 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>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | 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>
* dev-python/oauth2client: Sort KEYWORDSMichał Górny2019-07-151-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: 4.1.3 allarches stablizedMatthew Thode2019-05-111-1/+1
| | | | | | | Stablized for Openstack Stein Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-174-7/+7
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/oauth2client: add py37 supportMatthew Thode2019-04-101-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/oauth2client: 4.1.3 bumpMatthew Thode2019-04-102-0/+52
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/oauth2client: Clean old upMichał Górny2018-01-053-83/+0
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-5/+5
|
* dev-python/oauth2client: adding arm keyword under allarches for openstack pikeMatthew Thode2017-09-291-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-python/oauth2client: 4.1.2 stablized amd64 arm x86 under allarchesMatthew Thode2017-09-291-1/+1
|
* dev-python/oauth2client: bump, based on patch in bug 626390.Robin H. Johnson2017-08-152-0/+52
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-python/oauth2client: keyword ~arm64Alexis Ballier2017-06-191-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/oauth2client: version bump to 4.0.0Zac Medico2017-05-032-0/+46
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-python/oauth2client: Clean old versions upMichał Górny2017-05-023-92/+0
|
* dev-python/oauth2client: Add python3_6 to PYTHON_COMPATZac Medico2017-03-174-7/+7
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/oauth2client: arm stable, bug #606074Markus Meier2017-02-201-2/+2
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-python/oauth2client: clean up old.Patrice Clement2016-11-265-152/+0
| | | | Package-Manager: portage-2.3.0
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-019-9/+9
|
* dev-python/oauth2client: version bump to 2.1.0 & 2.2.0Mike Frysinger2016-06-143-0/+92
|
* openstack mass stable for mitaka, x86 and amd64 for bug 582170Matthew Thode2016-06-041-1/+1
|
* dev-python/oauth2client: version bump to 2.0.2Mike Frysinger2016-04-212-0/+47
|
* dev-python/oauth2client: version bump to 2.0.1Mike Frysinger2016-03-282-2/+2
|
* dev-python/oauth2client: Fix name of SJustin Lecher2016-02-231-0/+2
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575408 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/oauth2client: Version BumpJustin Lecher2016-02-222-2/+2
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/oauth2client: Further refine tests installation blockerJustin Lecher2016-02-171-1/+1
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/oauth2client: Exclude tests from installationJustin Lecher2016-02-171-0/+7
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/oauth2client: Version BumpJustin Lecher2016-02-172-0/+38
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>