From owner-svn-ports-head@FreeBSD.ORG Wed Sep 3 11:58:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13E0B481; Wed, 3 Sep 2014 11:58:37 +0000 (UTC) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8A691C25; Wed, 3 Sep 2014 11:58:36 +0000 (UTC) Received: by mail-qg0-f43.google.com with SMTP id f51so8039467qge.16 for ; Wed, 03 Sep 2014 04:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=TlrhnYieRSAbh63s2qJ7xkzq7cpz3inrH/scRJkxTSc=; b=zvOjv4XYVtvDYMU/X/U5Ml07uYC/KkGbo44CzqprJm8zjiXGNqdA9IqHaQ7UIUCdSb g4Wf80f0A9Nwu2EPTSRQaVtwHTO2s2wW7vT/gKL3BNftXqzTISZkzIWRS5/TS3jPlDib Qoedl5iTlCWDnOjpr0fcWADeEhlxpiYSqi8NUOZ4wyvJRV7QfS/edxHFiXlAqJD9DsqQ UIp6/V9rtUA1Erzc2PRMYROAN2H8ckRL+KhbnFauyFXhobC7nJKbE/a4UBSp8oG+7GCZ F+6tWQxYxxDVax2m3F5WpYY0jF5jcLcVnUQQBGm6g5cQbLZaNQyx2BmkCB6nnseriYkf bDdQ== MIME-Version: 1.0 X-Received: by 10.224.129.68 with SMTP id n4mr63669513qas.86.1409745515665; Wed, 03 Sep 2014 04:58:35 -0700 (PDT) Sender: william88@gmail.com Received: by 10.140.83.134 with HTTP; Wed, 3 Sep 2014 04:58:35 -0700 (PDT) In-Reply-To: <5406895E.2040109@FreeBSD.org> References: <201409022328.s82NSIIh033490@svn.freebsd.org> <5406895E.2040109@FreeBSD.org> Date: Wed, 3 Sep 2014 08:58:35 -0300 X-Google-Sender-Auth: l-akwGMHi5pz8zlfm8zTuT6QkLY Message-ID: Subject: Re: svn commit: r367138 - head/www/py-flexget From: William Grzybowski To: koobs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 11:58:37 -0000 On Wed, Sep 3, 2014 at 12:22 AM, Kubilay Kocak wrote: > On 3/09/2014 9:28 AM, William Grzybowski wrote: >> Author: wg >> Date: Tue Sep 2 23:28:17 2014 >> New Revision: 367138 >> URL: http://svnweb.freebsd.org/changeset/ports/367138 >> QAT: https://qat.redports.org/buildarchive/r367138/ >> >> Log: >> www/py-flexget: mark as broken for now >> >> - Does not run with python dateutil 2.2 >> >> Modified: >> head/www/py-flexget/Makefile >> >> Modified: head/www/py-flexget/Makefile >> ============================================================================== >> --- head/www/py-flexget/Makefile Tue Sep 2 23:27:56 2014 (r367137) >> +++ head/www/py-flexget/Makefile Tue Sep 2 23:28:17 2014 (r367138) >> @@ -38,6 +38,8 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ >> ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ >> ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock >> >> +BROKEN= Does not work with devel/py-dateutil 2.2 >> + >> USES= python:2 >> USE_PYTHON= autoplist distutils >> >> > > Was this error about requirements (dateutil != 2.2) or a runtime/tests > error? > > If it was the latter, patch here should fix it: > > https://bugs.launchpad.net/dateutil/+bug/1247643 > > Can you test and let me know if flexget works again, I'll backport it to > dateutil Yes and it does, flexget people made that patch but no response from upstream, which worries me. There is nothing to prove it won't break other packages. -- William Grzybowski / wg FreeBSD Ports Committer