Created attachment 210415 [details] Duplicity patch using py-pydrive instead of py-gdata It's not possible to compile duplicity-devel with GDOCS backend as there is no flavor of py-gdata for py37. Moreover as per https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213005#c3 gdata is obsolete, unmaintained, unused and removed from Google repos. Instead py-pydrive should be used. I successfully built & tested duplicity-devel using the py-pydrive module. Can you please confirm and apply the attached patch ?
A commit references this bug: Author: dbaio Date: Fri Jan 3 15:00:00 UTC 2020 New revision: 521944 URL: https://svnweb.freebsd.org/changeset/ports/521944 Log: sysutils/duplicity-devel: Change Google Drive backend dependency to py-pydrive py-pydrive is the default gdocs backend on duplicity and py-gdata don't support Python 3. PR: 243055 Submitted by: Arnaud de Prelle <arnaud@pnzone.net> Changes: head/sysutils/duplicity-devel/Makefile
Committed, thank you!