Version: 0.20190529, Package name: gmail-oauth2-0.20190529 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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, although in newer version of Mutt (2.0+) an alternative written using Python 3 is available in ${PREFIX}/share/examples/mutt/mutt_oauth2.py. |
Filesize: 22.181 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: 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. |
2020-11-07 15:22:43 by Stuart Henderson | Files touched by this commit (2) |
Log message: 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). |