svn commit: r402806 - in head/net: . py-ripe.atlas.cousteau

Martin Wilke miwi at FreeBSD.org
Wed Dec 2 01:26:51 UTC 2015


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 <mstucchi at ripe.net>
  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 <mstucchi at ripe.net>
+# $FreeBSD$
+
+PORTNAME=	ripe.atlas.cousteau
+PORTVERSION=	1.0.4
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	mstucchi at 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>

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


More information about the svn-ports-head mailing list