Date: Sat, 6 Jun 2015 09:50:26 +0200 From: Antoine Brodin <antoine@FreeBSD.org> To: koobs@freebsd.org Cc: "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org> Subject: Re: svn commit: r388656 - head/www/py-aiohttp Message-ID: <CAALwa8nH6tkgXmcNLQ8OMoorZ6xyynf_Sn5NZqMfqsp79nCbdQ@mail.gmail.com> In-Reply-To: <557296AD.8080300@FreeBSD.org> References: <201506060624.t566OkG8031879@svn.freebsd.org> <557296AD.8080300@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 6, 2015 at 8:43 AM, Kubilay Kocak <koobs@freebsd.org> wrote: > On 6/06/2015 4:24 PM, Antoine Brodin wrote: >> Author: antoine >> Date: Sat Jun 6 06:24:45 2015 >> New Revision: 388656 >> URL: https://svnweb.freebsd.org/changeset/ports/388656 >> >> Log: >> Ignore on the package builders >> >> Reported by: pkg-fallout >> >> Modified: >> head/www/py-aiohttp/Makefile >> >> Modified: head/www/py-aiohttp/Makefile >> ============================================================================== >> --- head/www/py-aiohttp/Makefile Sat Jun 6 06:20:45 2015 (r388655) >> +++ head/www/py-aiohttp/Makefile Sat Jun 6 06:24:45 2015 (r388656) >> @@ -30,6 +30,9 @@ USE_PYTHON= autoplist distutils >> .if ${PYTHON_REL} < 3400 >> RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>0:${PORTSDIR}/devel/py-asyncio >> .endif >> +.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} >> +IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} >> +.endif >> >> regression-test: build >> @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >> > > If this is the only solution pending improvements in the framework > and/or poudriere, then might it better be accomplished globally for > Python ! 2.7 (or > 2.7) ports in the framework, rather than in every port? If you have a patch doing this at the python.mk level, and that doesn't prevent packaging stuff like gnome3 or blender (they are currently packaged despite depending on python3.4), please submit it for exp-run. Cheers, Antoine
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8nH6tkgXmcNLQ8OMoorZ6xyynf_Sn5NZqMfqsp79nCbdQ>