svn commit: r316554 - in head/www/py-requests: . files
Olivier Duchateau
duchateau.olivier at gmail.com
Sat Apr 27 10:37:28 UTC 2013
2013/4/27 René Ladan <rene at freebsd.org>
> 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?
>
With 1.1.0 release security/py-certify is needed [1] (I know it's optional
module). But with 1.2.0 release [2], you can drop this module.
[1] https://github.com/kennethreitz/requests/blob/v1.1.0/requests/certs.py
[2] https://github.com/kennethreitz/requests/blob/v1.2.0/requests/certs.py
>
> René
>
--
olivier
More information about the svn-ports-all
mailing list