Commit Graph

7 Commits

Author SHA1 Message Date
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
sthen
f4bdab6880 gmail-oauth2: add one of the six(!) various different patches from github PRs
(https://github.com/google/gmail-oauth2-tools/pulls) to convert this to
work with Python 3.
2022-04-20 21:14:36 +00:00
naddy
348a3e29c5 drop RCS Ids 2022-03-11 19:34:31 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
4880bfbb31 add a comment to DESCR drawing attention to the oauth2 refresh token
script now included in Mutt's examples dir (which uses python 3 whereas
this one is still py2-only).
2020-11-07 22:22:43 +00:00
sthen
e6c52ec954 add missing --quiet on the mutt example configs, pointed out by bket@, thanks! 2019-12-17 13:15:04 +00:00
sthen
e9bb81dbb8 import ports/mail/gmail-oauth2, ok kmos@
oauth2.py is a script that can be used as a standalone utility for
generating and authorizing OAuth tokens, and for generating OAuth2
authentication strings from OAuth tokens.

This can be used with mutt to allow oauth2 logins to Gmail.
2019-12-16 22:03:26 +00:00