Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2016 14:40:03 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r410501 - in head/www/py-praw: . files
Message-ID:  <9970f60c-c979-3890-3224-7c561f80b369@FreeBSD.org>
In-Reply-To: <56E1ECE5.4050806@marino.st>
References:  <201603070533.u275X04c083767@repo.freebsd.org> <56E1ECE5.4050806@marino.st>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9970f60c-c979-3890-3224-7c561f80b369>