From owner-freebsd-ports-bugs@freebsd.org Fri Dec 11 08:07:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16BAE9D7F31 for ; Fri, 11 Dec 2015 08:07:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1C5D1E7E for ; Fri, 11 Dec 2015 08:07:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBB87n9C002460 for ; Fri, 11 Dec 2015 08:07:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 205238] py34-irc: missing dependancies Date: Fri, 11 Dec 2015 08:07:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: loic.blot@unix-experience.fr X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 08:07:50 -0000 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 import irc.bot File "/usr/local/lib/python3.4/site-packages/irc/bot.py", line 14, in import irc.client File "/usr/local/lib/python3.4/site-packages/irc/client.py", line 67, in 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 import irc.bot File "/usr/local/lib/python3.4/site-packages/irc/bot.py", line 14, in import irc.client File "/usr/local/lib/python3.4/site-packages/irc/client.py", line 68, in 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 import irc.bot File "/usr/local/lib/python3.4/site-packages/irc/bot.py", line 14, in import irc.client File "/usr/local/lib/python3.4/site-packages/irc/client.py", line 79, in from . import schedule File "/usr/local/lib/python3.4/site-packages/irc/schedule.py", line 12, in 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 import irc.bot File "/usr/local/lib/python3.4/site-packages/irc/bot.py", line 16, in from .dict import IRCDict File "/usr/local/lib/python3.4/site-packages/irc/dict.py", line 4, in 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.