[Bug 205238] py34-irc: missing dependancies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 11 08:07:50 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205238

            Bug ID: 205238
           Summary: py34-irc: missing dependancies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: loic.blot at unix-experience.fr

Since the recent py-irc update, i cannot run my python IRC bot. I have the
following errors:

[0] bot at communicator> python3.4 epixelbot.py
Traceback (most recent call last):
  File "epixelbot.py", line 6, in <module>
    import irc.bot
  File "/usr/local/lib/python3.4/site-packages/irc/bot.py", line 14, in
<module>
    import irc.client
  File "/usr/local/lib/python3.4/site-packages/irc/client.py", line 67, in
<module>
    from jaraco.itertools import always_iterable
ImportError: No module named 'jaraco.itertools'
[1] bot at communicator> python3.4 epixelbot.py
Traceback (most recent call last):
  File "epixelbot.py", line 6, in <module>
    import irc.bot
  File "/usr/local/lib/python3.4/site-packages/irc/bot.py", line 14, in
<module>
    import irc.client
  File "/usr/local/lib/python3.4/site-packages/irc/client.py", line 68, in
<module>
    from jaraco.functools import Throttler
ImportError: No module named 'jaraco.functools'
[1] bot at communicator> python3.4 epixelbot.py
Traceback (most recent call last):
  File "epixelbot.py", line 6, in <module>
    import irc.bot
  File "/usr/local/lib/python3.4/site-packages/irc/bot.py", line 14, in
<module>
    import irc.client
  File "/usr/local/lib/python3.4/site-packages/irc/client.py", line 79, in
<module>
    from . import schedule
  File "/usr/local/lib/python3.4/site-packages/irc/schedule.py", line 12, in
<module>
    import pytz
ImportError: No module named 'pytz'
[1] root at communicator> python3.4 epixelbot.py
Traceback (most recent call last):
  File "epixelbot.py", line 6, in <module>
    import irc.bot
  File "/usr/local/lib/python3.4/site-packages/irc/bot.py", line 16, in
<module>
    from .dict import IRCDict
  File "/usr/local/lib/python3.4/site-packages/irc/dict.py", line 4, in
<module>
    from jaraco.collections import KeyTransformingDict


py-pytz is in the ports trees, but not marked as a dependency. jaraco.itertools
and jaraco.functools are not present in the ports tree.

Can you fix the ports tree to add the two missing ports and add the missing
dependency on py-irc ?

Note: i'm in python3.4, maybe it's a python3.X issue only

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list