Created attachment 215508 [details] Patch New upstream release
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/155814128
^Triage: [tags] in issue Titles are deprecated
A commit references this bug: Author: kai Date: Sun Jun 14 14:44:26 UTC 2020 New revision: 538807 URL: https://svnweb.freebsd.org/changeset/ports/538807 Log: devel/py-launchpadlib: Update to 1.10.13 * Indent RUN_DEPENDS to be in sync with the other variables while I'm here. Notable changes since 1.10.7: * Postpone keyring.errors import in the same way that we postpone importing keyring itself. * Don't store credentials or open a browser window when running under sudo. * Fall back to in-memory credentials store if no keyring backend is available. * Fix AccessToken.from_string crash on Python 3.8. * Explicitly install version.txt; launchpadlib requires it. PR: 247223 Submitted by: fullermd@over-yonder.net (maintainer) Changes: head/devel/py-launchpadlib/Makefile head/devel/py-launchpadlib/distinfo
Committed with a minor fix (added missing dependency devel/py-six from setup.py to the RUN_DEPENDS). Thank you for the patch!