Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 22:53:41 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        Kubilay Kocak <koobs@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:  <56E1ECE5.4050806@marino.st>
In-Reply-To: <201603070533.u275X04c083767@repo.freebsd.org>
References:  <201603070533.u275X04c083767@repo.freebsd.org>

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

Regards,
John









Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56E1ECE5.4050806>