Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Sep 2014 13:22:06 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        William Grzybowski <wg@FreeBSD.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r367138 - head/www/py-flexget
Message-ID:  <5406895E.2040109@FreeBSD.org>
In-Reply-To: <201409022328.s82NSIIh033490@svn.freebsd.org>
References:  <201409022328.s82NSIIh033490@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5406895E.2040109>