Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 08:07:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205238] py34-irc: missing dependancies
Message-ID:  <bug-205238-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: loic.blot@unix-experience.fr

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

[0] bot@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@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@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205238-13>