svn commit: r410501 - in head/www/py-praw: . files

Kubilay Kocak koobs at FreeBSD.org
Fri Mar 11 03:40:15 UTC 2016


On 11/03/2016 8:53 AM, John Marino wrote:
> On 3/7/2016 6:33 AM, Kubilay Kocak wrote:
>> Author: koobs
>> Date: Mon Mar  7 05:33:00 2016
>> New Revision: 410501
>> URL: https://svnweb.freebsd.org/changeset/ports/410501
>>
>> Log:
>>   www/py-praw: Update to 3.4.0, Modernize
>>   
>>   - Update PORTVERSION and distinfo checksum (3.4.0)
>>   - Add LICENSE_FILE
>>   - Update RUN_DEPENDS
>>   - Update TEST_DEPENDS and test target.
>>   - Enable "concurrent" Python version installation
>>   - Patch setup.py to relax dependency versions
>>   
>>   Changes:
>>   
>>     https://praw.readthedocs.org/en/stable/pages/changelog.html
>>
>> Added:
>>   head/www/py-praw/files/
>>   head/www/py-praw/files/patch-setup.py   (contents, props changed)
>> Modified:
>>   head/www/py-praw/Makefile
>>   head/www/py-praw/distinfo
>>
>> Modified: head/www/py-praw/Makefile
>> ==============================================================================
>> --- head/www/py-praw/Makefile	Mon Mar  7 05:23:22 2016	(r410500)
>> +++ head/www/py-praw/Makefile	Mon Mar  7 05:33:00 2016	(r410501)
>> @@ -2,9 +2,8 @@
>>  # $FreeBSD$
>>  
>>  PORTNAME=	praw
>> -PORTVERSION=	2.1.11
>> +PORTVERSION=	3.4.0
>>  DISTVERSIONPREFIX=	v
>> -PORTREVISION=	2
>>  CATEGORIES=	www python
>>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>>  
>> @@ -12,18 +11,26 @@ MAINTAINER=	koobs at FreeBSD.org
>>  COMMENT=	Python Reddit API Wrapper
>>  
>>  LICENSE=	GPLv3
>> +LICENSE_FILE=	${WRKSRC}/COPYING
>>  
>> -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests1>=1.2.0:${PORTSDIR}/www/py-requests1 \
>> -		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
>> -TEST_DEPENDS:=	${RUN_DEPENDS}
>> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=4.0.9:${PORTSDIR}/devel/py-decorator \
> 
> ^^^
> Is it possible you forgot to update devel/py-decorator first?
> py-decorator is at version 4.0.6, so it's impossible for py-praw to be
> built.  It's failing everywhere.

Yep.



More information about the svn-ports-all mailing list