View | Details | Raw Unified | Return to bug 227266
Collapse All | Expand All

(-)py-ripe.atlas.cousteau/Makefile (-5 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/net/py-ripe.atlas.cousteau/Makefile 457647 2017-12-30 22:21:02Z antoine $
2
# $FreeBSD: head/net/py-ripe.atlas.cousteau/Makefile 457647 2017-12-30 22:21:02Z antoine $
3
3
4
PORTNAME=	ripe.atlas.cousteau
4
PORTNAME=	ripe.atlas.cousteau
5
PORTVERSION=	1.4
5
DISTVERSION=	1.4.2
6
CATEGORIES=	net python
6
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
Lines 13-27 Link Here
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
BROKEN=		depends on package: py27-websocket-client<0.39 - not found
17
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:net/py-socketio-client@${FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:net/py-socketio-client@${FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}websocket-client<0.39:www/py-websocket-client@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${FLAVOR}
22
20
23
NO_ARCH=	yes
21
NO_ARCH=	yes
24
USES=		python
22
USES=		python
25
USE_PYTHON=	autoplist distutils
23
USE_PYTHON=	distutils autoplist
26
24
27
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)py-ripe.atlas.cousteau/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1501961426
1
TIMESTAMP = 1522778881
2
SHA256 (ripe.atlas.cousteau-1.4.tar.gz) = 41e0c91ae4459a6c101448f5bafb043ba44b4abfd9a80a5ae0b4c3a1bb550a52
2
SHA256 (ripe.atlas.cousteau-1.4.2.tar.gz) = 10b930ff67c9744f6ee275e07a441a8fba1911f251e92c0ca511b8c082a3fcd5
3
SIZE (ripe.atlas.cousteau-1.4.tar.gz) = 49303
3
SIZE (ripe.atlas.cousteau-1.4.2.tar.gz) = 48655
(-)py-ripe.atlas.cousteau/pkg-descr (-1 / +3 lines)
Lines 1-3 Link Here
1
A python wrapper around RIPE ATLAS API.
1
A python wrapper that is using RIPE ATLAS v2 API. It covers a majority of API
2
calls but not all of them. For some of these calls one will need to have a
3
specific API key that can be retrieved from RIPE NCC.
2
4
3
WWW: https://github.com/RIPE-NCC/ripe-atlas-cousteau
5
WWW: https://github.com/RIPE-NCC/ripe-atlas-cousteau

Return to bug 227266