Parsing library for RIPE Atlas measurement results.
WWW: https://github.com/RIPE-NCC/ripe.atlas.sagan PR: 204783 Submitted by: Massimiliano Stucchi <mstucchi@ripe.net> Differential Revision: 204783
This commit is contained in:
parent
e9d406f45b
commit
cb17eafaa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403525
4 changed files with 29 additions and 0 deletions
|
@ -976,6 +976,7 @@
|
|||
SUBDIR += py-radix
|
||||
SUBDIR += py-raet
|
||||
SUBDIR += py-ripe.atlas.cousteau
|
||||
SUBDIR += py-ripe.atlas.sagan
|
||||
SUBDIR += py-s3cmd
|
||||
SUBDIR += py-simplesoap
|
||||
SUBDIR += py-smbpasswd
|
||||
|
|
23
net/py-ripe.atlas.sagan/Makefile
Normal file
23
net/py-ripe.atlas.sagan/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Massimiliano Stucchi <mstucchi@ripe.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ripe.atlas.sagan
|
||||
PORTVERSION= 1.1.6
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mstucchi@ripe.net
|
||||
COMMENT= Parsing library for RIPE Atlas measurement results
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
|
||||
${PYTHON_PKGNAMEPREFIX}ipy>=0:${PORTSDIR}/net-mgmt/py-ipy
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/py-ripe.atlas.sagan/distinfo
Normal file
2
net/py-ripe.atlas.sagan/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ripe.atlas.sagan-1.1.6.tar.gz) = 4e30c1d28b50bb0e1a915cf91b5b790348d7b28fbe84d2ddb1f7d83fa3a5832c
|
||||
SIZE (ripe.atlas.sagan-1.1.6.tar.gz) = 69642
|
3
net/py-ripe.atlas.sagan/pkg-descr
Normal file
3
net/py-ripe.atlas.sagan/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Parsing library for RIPE Atlas measurement results.
|
||||
|
||||
WWW: https://github.com/RIPE-NCC/ripe.atlas.sagan
|
Loading…
Reference in a new issue