From owner-svn-ports-head@freebsd.org Wed Dec 2 01:26:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 557E8A3EA4A; Wed, 2 Dec 2015 01:26:51 +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 mx1.freebsd.org (Postfix) with ESMTPS id 06A14122A; Wed, 2 Dec 2015 01:26:50 +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 tB21Qobv070428; Wed, 2 Dec 2015 01:26:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB21Qnnc070424; Wed, 2 Dec 2015 01:26:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512020126.tB21Qnnc070424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 2 Dec 2015 01:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402806 - in head/net: . py-ripe.atlas.cousteau X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 01:26:51 -0000 Author: miwi Date: Wed Dec 2 01:26:49 2015 New Revision: 402806 URL: https://svnweb.freebsd.org/changeset/ports/402806 Log: A python wrapper around RIPE ATLAS API. WWW: http://github.com/RIPE-NCC/ripe-atlas-cousteau PR: 204781 Submitted by: Massimiliano Stucchi Approved by: mat (mentor) Added: head/net/py-ripe.atlas.cousteau/ head/net/py-ripe.atlas.cousteau/Makefile (contents, props changed) head/net/py-ripe.atlas.cousteau/distinfo (contents, props changed) head/net/py-ripe.atlas.cousteau/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Dec 2 01:24:14 2015 (r402805) +++ head/net/Makefile Wed Dec 2 01:26:49 2015 (r402806) @@ -972,6 +972,7 @@ SUBDIR += py-qt4-network SUBDIR += py-radix SUBDIR += py-raet + SUBDIR += py-ripe.atlas.cousteau SUBDIR += py-s3cmd SUBDIR += py-simplesoap SUBDIR += py-smbpasswd Added: head/net/py-ripe.atlas.cousteau/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.cousteau/Makefile Wed Dec 2 01:26:49 2015 (r402806) @@ -0,0 +1,22 @@ +# Created by: Massimiliano Stucchi +# $FreeBSD$ + +PORTNAME= ripe.atlas.cousteau +PORTVERSION= 1.0.4 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mstucchi@ripe.net +COMMENT= Python wrapper around the RIPE Atlas API + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:${PORTSDIR}/net/py-socketio-client \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:${PORTSDIR}/www/py-requests + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/net/py-ripe.atlas.cousteau/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.cousteau/distinfo Wed Dec 2 01:26:49 2015 (r402806) @@ -0,0 +1,2 @@ +SHA256 (ripe.atlas.cousteau-1.0.4.tar.gz) = 1c13a89c946f4027b5e13c4cd9a5e35dcdfa7939e08c11fc37d382d6c52a238d +SIZE (ripe.atlas.cousteau-1.0.4.tar.gz) = 66435 Added: head/net/py-ripe.atlas.cousteau/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ripe.atlas.cousteau/pkg-descr Wed Dec 2 01:26:49 2015 (r402806) @@ -0,0 +1,3 @@ +A python wrapper around RIPE ATLAS API. + +WWW: http://github.com/RIPE-NCC/ripe-atlas-cousteau