[MacPorts] #58337: cherrpy port should depend on more-itertools

MacPorts noreply at macports.org
Sat Apr 13 11:32:46 UTC 2019


#58337: cherrpy port should depend on more-itertools
---------------------+---------------------------
 Reporter:  vkuznet  |      Owner:  (none)
     Type:  defect   |     Status:  new
 Priority:  Normal   |  Milestone:
Component:  ports    |    Version:  2.5.4
 Keywords:           |       Port:  py27-cherrypy
---------------------+---------------------------
 The cherrpy package (tested in Python 2.7) should depend on more-
 itertools. Here is the chain of failed dependency:

 {{{

 python
 Python 2.7.16 (default, Apr  1 2019, 14:50:41)
 [GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.46.3)] on darwin
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import cherrypy
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
 /site-packages/cherrypy/__init__.py", line 83, in <module>
     from cherrypy import _cpserver
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
 /site-packages/cherrypy/_cpserver.py", line 8, in <module>
     from cherrypy.process.servers import ServerAdapter
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
 /site-packages/cherrypy/process/__init__.py", line 14, in <module>
     from cherrypy.process import plugins, servers  # noqa
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
 /site-packages/cherrypy/process/servers.py", line 126, in <module>
     import portend
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
 /site-packages/portend.py", line 22, in <module>
     from tempora import timing
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
 /site-packages/tempora/timing.py", line 12, in <module>
     import jaraco.functools
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
 /site-packages/jaraco/functools.py", line 27, in <module>
     import more_itertools.recipes
 ImportError: No module named more_itertools.recipes
 }}}

 Once I installed manually more-intertools everything comeback to normal
 {{{
 sudo port install py27-more-itertools
 Password:
 --->  Computing dependencies for py27-more-itertools
 --->  Fetching archive for py27-more-itertools
 --->  Attempting to fetch py27-more-
 itertools-5.0.0_0.darwin_18.noarch.tbz2 from
 https://packages.macports.org/py27-more-itertools
 --->  Attempting to fetch py27-more-
 itertools-5.0.0_0.darwin_18.noarch.tbz2.rmd160 from
 https://packages.macports.org/py27-more-itertools
 --->  Installing py27-more-itertools @5.0.0_0
 --->  Activating py27-more-itertools @5.0.0_0
 --->  Cleaning py27-more-itertools
 --->  Scanning binaries for linking errors
 --->  No broken files found.
 --->  No broken ports found.

 vk at vkair(7:24:00)$ python
 Python 2.7.16 (default, Apr  1 2019, 14:50:41)
 [GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.46.3)] on darwin
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import cherrypy
 >>>
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/58337>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list