From owner-svn-ports-all@freebsd.org Sat May 12 07:19:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B40EFC8B9E; Sat, 12 May 2018 07:19:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D99073FEE; Sat, 12 May 2018 07:19:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 060FA1B304; Sat, 12 May 2018 07:19:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4C7JEFJ076979; Sat, 12 May 2018 07:19:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4C7JEXO076977; Sat, 12 May 2018 07:19:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805120719.w4C7JEXO076977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 12 May 2018 07:19:14 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/net/py-ripe.atlas.cousteau X-SVN-Commit-Revision: 469712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2018 07:19:15 -0000 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 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