#46982: py27-numba: missing dependency "funcsigs" ------------------------------+-------------------------------- Reporter: Deil.Christoph@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: py27-numba ------------------------------+-------------------------------- The {{{py27-numba}}} port is missing the funcsigs dependency: * https://pypi.python.org/pypi/numba/0.17.0 * https://pypi.python.org/pypi/funcsigs/0.4 Import fails, i.e. it's completely broken: {{{ $ python2.7 -c 'import numba' Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/numba/__init__.py", line 6, in <module> from . import testing, decorators File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/numba/decorators.py", line 6, in <module> from . import sigutils File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/numba/sigutils.py", line 3, in <module> from numba import types, typing File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/numba/types.py", line 14, in <module> from . import npdatetime, utils File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/numba/utils.py", line 41, in <module> raise ImportError("please install the 'funcsigs' package " ImportError: please install the 'funcsigs' package ('pip install funcsigs') }}} -- Ticket URL: <https://trac.macports.org/ticket/46982> MacPorts <https://www.macports.org/> Ports system for OS X