py-httplib2 0.19.0 introduces a dependency on pyparsing. The commit in question is https://github.com/httplib2/httplib2/commit/bd9ee252c8f099608019709e22c0d705e98d26bc If one doesn't already have devel/py-pyparsing installed, the result is as follows: $ python3 Python 3.7.10 (default, Feb 27 2021, 07:47:42) [Clang 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611a on freebsd12 Type "help", "copyright", "credits" or "license" for more information. >>> import httplib2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/httplib2/__init__.py", line 52, in <module> from . import auth File "/usr/local/lib/python3.7/site-packages/httplib2/auth.py", line 4, in <module> import pyparsing as pp ModuleNotFoundError: No module named 'pyparsing' Would you add a dependency on devel/py-pyparsing, please?
A commit references this bug: Author: lwhsu Date: Sat Mar 6 11:54:47 UTC 2021 New revision: 567481 URL: https://svnweb.freebsd.org/changeset/ports/567481 Log: www/py-httplib2: Add missing RUN_DEPENDS PR: 253962 Reported by: David Sieb?rger <drs-freebsd@sieborger.nom.za> MFH: 2021Q1 Changes: head/www/py-httplib2/Makefile
A commit references this bug: Author: lwhsu Date: Sat Mar 6 11:55:37 UTC 2021 New revision: 567482 URL: https://svnweb.freebsd.org/changeset/ports/567482 Log: MFH: r567481 www/py-httplib2: Add missing RUN_DEPENDS PR: 253962 Reported by: David Sieb?rger <drs-freebsd@sieborger.nom.za> Changes: _U branches/2021Q1/ branches/2021Q1/www/py-httplib2/Makefile