Created attachment 175536 [details] Unified diff of devel/py-singledispatch adding devel/py-six dependency Hello! Discovered recently that devel/py-singledispatch is missing the devel/py-six dependency. This could be confirmed by `grep -i install_requires setup.py` inside the $WRKSRC for this port. I'm attaching the patch I've been using to address this.
Thank you for your report Kyle
A commit references this bug: Author: koobs Date: Sun Oct 9 11:12:28 UTC 2016 New revision: 423588 URL: https://svnweb.freebsd.org/changeset/ports/423588 Log: devel/py-singledispatch: Add missing dependency (six) - Add missing RUN_DEPENDS on six [1] - Canonicalize, clarify COMMENT - Limit USE_PYTHON version to <= 3.3 (Unnecessary in 3.4+) - Enable architecture independence (NO_ARCH) - Enable concurrent Python installation PR: 213314 [1] Submitted by: Kyle Evans <bsdports kyle-evans net> [1] Approved by: python (maintainer) MFH: 2016Q4 Changes: head/devel/py-singledispatch/Makefile
A commit references this bug: Author: koobs Date: Sun Oct 9 11:15:58 UTC 2016 New revision: 423589 URL: https://svnweb.freebsd.org/changeset/ports/423589 Log: MFH: r423588: devel/py-singledispatch: Add missing dependency (six) - Add missing RUN_DEPENDS on six [1] - Canonicalize, clarify COMMENT - Limit USE_PYTHON version to <= 3.3 (Unnecessary in 3.4+) - Enable architecture independence (NO_ARCH) - Enable concurrent Python installation PR: 213314 [1] Submitted by: Kyle Evans <bsdports kyle-evans net> [1] Approved by: python (maintainer) Approved by: ports-secteam (blanket) Changes: _U branches/2016Q4/ branches/2016Q4/devel/py-singledispatch/Makefile
Committed and merged with infrastructure, compliance and/or modernization changes. Thanks Kyle!