aboutsummaryrefslogtreecommitdiff
path: root/net/py-ripe.atlas.cousteau
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-02 01:26:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-02 01:26:49 +0000
commit258dc1d0a6d0a92b6ea06f394eb60ecee37b409e (patch)
treeba6b1aa5362ed66cca1ee8d2cad77bf887ad9713 /net/py-ripe.atlas.cousteau
parentb6eec99606cff0d39175378cb89724b7f7fd978c (diff)
downloadports-258dc1d0a6d0a92b6ea06f394eb60ecee37b409e.tar.gz
ports-258dc1d0a6d0a92b6ea06f394eb60ecee37b409e.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)
Notes
Notes: svn path=/head/; revision=402806
Diffstat (limited to 'net/py-ripe.atlas.cousteau')
-rw-r--r--net/py-ripe.atlas.cousteau/Makefile22
-rw-r--r--net/py-ripe.atlas.cousteau/distinfo2
-rw-r--r--net/py-ripe.atlas.cousteau/pkg-descr3
3 files changed, 27 insertions, 0 deletions
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