Bug 253962 - www/py-httplib2: missing dependency on pyparsing
Summary: www/py-httplib2: missing dependency on pyparsing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-02 19:21 UTC by David Siebörger
Modified: 2021-03-06 11:59 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (lwhsu)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Siebörger 2021-03-02 19:21:03 UTC
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?
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-03-06 11:55:14 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-03-06 11:56:16 UTC
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