A python wrapper around RIPE ATLAS API.

WWW: http://github.com/RIPE-NCC/ripe-atlas-cousteau

PR:		204781
Submitted by:	Massimiliano Stucchi <mstucchi@ripe.net>
Approved by:    mat (mentor)
This commit is contained in:
Martin Wilke 2015-12-02 01:26:49 +00:00
parent b6eec99606
commit 258dc1d0a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402806
4 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,22 @@
# Created by: Massimiliano Stucchi <mstucchi@ripe.net>
# $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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (ripe.atlas.cousteau-1.0.4.tar.gz) = 1c13a89c946f4027b5e13c4cd9a5e35dcdfa7939e08c11fc37d382d6c52a238d
SIZE (ripe.atlas.cousteau-1.0.4.tar.gz) = 66435

View file

@ -0,0 +1,3 @@
A python wrapper around RIPE ATLAS API.
WWW: http://github.com/RIPE-NCC/ripe-atlas-cousteau