Date: Sat, 12 May 2018 07:19:14 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469712 - head/net/py-ripe.atlas.cousteau Message-ID: <201805120719.w4C7JEXO076977@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat May 12 07:19:14 2018 New Revision: 469712 URL: https://svnweb.freebsd.org/changeset/ports/469712 Log: - Unbreak - Update to 1.4.2 - Pet pkg-decr PR: 227266 Approved by: maintainer timeout Sponsored by: iXsystems Inc. Modified: head/net/py-ripe.atlas.cousteau/Makefile head/net/py-ripe.atlas.cousteau/distinfo head/net/py-ripe.atlas.cousteau/pkg-descr Modified: head/net/py-ripe.atlas.cousteau/Makefile ============================================================================== --- head/net/py-ripe.atlas.cousteau/Makefile Sat May 12 07:16:36 2018 (r469711) +++ head/net/py-ripe.atlas.cousteau/Makefile Sat May 12 07:19:14 2018 (r469712) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ripe.atlas.cousteau -PORTVERSION= 1.4 +DISTVERSION= 1.4.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} @@ -13,15 +13,13 @@ COMMENT= Python wrapper around the RIPE Atlas API 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 <bsd.port.mk> Modified: head/net/py-ripe.atlas.cousteau/distinfo ============================================================================== --- head/net/py-ripe.atlas.cousteau/distinfo Sat May 12 07:16:36 2018 (r469711) +++ head/net/py-ripe.atlas.cousteau/distinfo Sat May 12 07:19:14 2018 (r469712) @@ -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 Modified: head/net/py-ripe.atlas.cousteau/pkg-descr ============================================================================== --- head/net/py-ripe.atlas.cousteau/pkg-descr Sat May 12 07:16:36 2018 (r469711) +++ head/net/py-ripe.atlas.cousteau/pkg-descr Sat May 12 07:19:14 2018 (r469712) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805120719.w4C7JEXO076977>