diff -ruN py-ripe.atlas.cousteau.orig/Makefile py-ripe.atlas.cousteau/Makefile --- py-ripe.atlas.cousteau.orig/Makefile 2017-12-30 23:21:02.000000000 +0100 +++ py-ripe.atlas.cousteau/Makefile 2018-04-03 20:53:03.831064000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/net/py-ripe.atlas.cousteau/Makefile 457647 2017-12-30 22:21:02Z antoine $ PORTNAME= ripe.atlas.cousteau -PORTVERSION= 1.4 +DISTVERSION= 1.4.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} @@ -13,15 +13,13 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= depends on package: py27-websocket-client<0.39 - not found - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:net/py-socketio-client@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}websocket-client<0.39:www/py-websocket-client@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${FLAVOR} NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= distutils autoplist .include diff -ruN py-ripe.atlas.cousteau.orig/distinfo py-ripe.atlas.cousteau/distinfo --- py-ripe.atlas.cousteau.orig/distinfo 2017-08-06 18:53:14.000000000 +0200 +++ py-ripe.atlas.cousteau/distinfo 2018-04-03 20:08:01.892004000 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1501961426 -SHA256 (ripe.atlas.cousteau-1.4.tar.gz) = 41e0c91ae4459a6c101448f5bafb043ba44b4abfd9a80a5ae0b4c3a1bb550a52 -SIZE (ripe.atlas.cousteau-1.4.tar.gz) = 49303 +TIMESTAMP = 1522778881 +SHA256 (ripe.atlas.cousteau-1.4.2.tar.gz) = 10b930ff67c9744f6ee275e07a441a8fba1911f251e92c0ca511b8c082a3fcd5 +SIZE (ripe.atlas.cousteau-1.4.2.tar.gz) = 48655 diff -ruN py-ripe.atlas.cousteau.orig/pkg-descr py-ripe.atlas.cousteau/pkg-descr --- py-ripe.atlas.cousteau.orig/pkg-descr 2016-12-02 10:21:58.000000000 +0100 +++ py-ripe.atlas.cousteau/pkg-descr 2018-04-03 20:33:54.279284000 +0200 @@ -1,3 +1,5 @@ -A python wrapper around RIPE ATLAS API. +A python wrapper that is using RIPE ATLAS v2 API. It covers a majority of API +calls but not all of them. For some of these calls one will need to have a +specific API key that can be retrieved from RIPE NCC. WWW: https://github.com/RIPE-NCC/ripe-atlas-cousteau