svn commit: r316554 - in head/www/py-requests: . files

René Ladan rene at freebsd.org
Sat Apr 27 09:52:16 UTC 2013


On 26-04-2013 04:58, Kubilay Kocak wrote:
> Author: koobs
> Date: Fri Apr 26 02:58:51 2013
> New Revision: 316554
> URL: http://svnweb.freebsd.org/changeset/ports/316554
> 
> Log:
>   - Update to 1.1.0
>   - Update pkg-plist
>   - Remove unnecessary RUN_DEPENDS

[...]
>   Changes: https://github.com/kennethreitz/requests/blob/v1.1.0/HISTORY.rst
>   
>   PR:		ports/174646
>   Submitted by:	rene, Alexey V. Degtyarev <alexey at renatasystems.org>

[...]
> 
> Modified: head/www/py-requests/Makefile
> ==============================================================================
> --- head/www/py-requests/Makefile	Fri Apr 26 02:57:22 2013	(r316553)
> +++ head/www/py-requests/Makefile	Fri Apr 26 02:58:51 2013	(r316554)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	requests
> -PORTVERSION=	0.14.1
> +PORTVERSION=	1.1.0
>  CATEGORIES=	www python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> @@ -12,14 +12,10 @@ COMMENT=	HTTP library written in Python 
>  
>  LICENSE=	ISCL
>  
> -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:${PORTSDIR}/security/py-certify \

Are you sure that dropping py-certify from RUN_DEPENDS is OK (I left it
in the patch for the PR) ? I now get a depends_error when trying to
build a port using py-requests:
http://rene-ladan.nl/tb/errors/9-FreeBSD/py27-SpotifyWebsocketAPI-0.2.log

Or is my tinderbox confused?

René


More information about the svn-ports-all mailing list