diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-02 09:26:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-02 09:26:49 +0800 |
commit | 1dd103116d19e25895664fffd3ff0166d8431b13 (patch) | |
tree | ba6b1aa5362ed66cca1ee8d2cad77bf887ad9713 /net | |
parent | 88589f574f599ae730b70df80b96a46e3914bf87 (diff) | |
download | freebsd-ports-gnome-1dd103116d19e25895664fffd3ff0166d8431b13.tar.gz freebsd-ports-gnome-1dd103116d19e25895664fffd3ff0166d8431b13.tar.zst freebsd-ports-gnome-1dd103116d19e25895664fffd3ff0166d8431b13.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-ripe.atlas.cousteau/Makefile | 22 | ||||
-rw-r--r-- | net/py-ripe.atlas.cousteau/distinfo | 2 | ||||
-rw-r--r-- | net/py-ripe.atlas.cousteau/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 942607619aec..520b825a55f1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/py-ripe.atlas.cousteau/Makefile b/net/py-ripe.atlas.cousteau/Makefile new file mode 100644 index 000000000000..e75d9798cfe6 --- /dev/null +++ b/net/py-ripe.atlas.cousteau/Makefile @@ -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> diff --git a/net/py-ripe.atlas.cousteau/distinfo b/net/py-ripe.atlas.cousteau/distinfo new file mode 100644 index 000000000000..7280997966b3 --- /dev/null +++ b/net/py-ripe.atlas.cousteau/distinfo @@ -0,0 +1,2 @@ +SHA256 (ripe.atlas.cousteau-1.0.4.tar.gz) = 1c13a89c946f4027b5e13c4cd9a5e35dcdfa7939e08c11fc37d382d6c52a238d +SIZE (ripe.atlas.cousteau-1.0.4.tar.gz) = 66435 diff --git a/net/py-ripe.atlas.cousteau/pkg-descr b/net/py-ripe.atlas.cousteau/pkg-descr new file mode 100644 index 000000000000..dbfd670400dc --- /dev/null +++ b/net/py-ripe.atlas.cousteau/pkg-descr @@ -0,0 +1,3 @@ +A python wrapper around RIPE ATLAS API. + +WWW: http://github.com/RIPE-NCC/ripe-atlas-cousteau |