svn commit: r388656 - head/www/py-aiohttp

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 6 07:09:30 UTC 2015


On 6/6/2015 1:43 AM, Kubilay Kocak 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?
> 

+1 to python.mk saying this


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150606/a88802e2/attachment.sig>


More information about the svn-ports-all mailing list