svn commit: r367138 - head/www/py-flexget

Kubilay Kocak koobs at FreeBSD.org
Wed Sep 3 03:22:13 UTC 2014


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


More information about the svn-ports-head mailing list