Date: Sun, 6 Aug 2017 16:53:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447475 - head/net/py-ripe.atlas.cousteau Message-ID: <201708061653.v76GrEk8008659@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 6 16:53:14 2017 New Revision: 447475 URL: https://svnweb.freebsd.org/changeset/ports/447475 Log: Update to 1.4 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/master/CHANGES.rst PR: 221255 Submitted by: Max Stucchi <mstucchi@ripe.net> (maintainer) Modified: head/net/py-ripe.atlas.cousteau/Makefile head/net/py-ripe.atlas.cousteau/distinfo Modified: head/net/py-ripe.atlas.cousteau/Makefile ============================================================================== --- head/net/py-ripe.atlas.cousteau/Makefile Sun Aug 6 16:53:09 2017 (r447474) +++ head/net/py-ripe.atlas.cousteau/Makefile Sun Aug 6 16:53:14 2017 (r447475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ripe.atlas.cousteau -PORTVERSION= 1.0.6 +PORTVERSION= 1.4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,15 @@ MAINTAINER= mstucchi@ripe.net COMMENT= Python wrapper around the RIPE Atlas API LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:net/py-socketio-client \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests + ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}websocket-client<0.39:www/py-websocket-client -USES= python +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/net/py-ripe.atlas.cousteau/distinfo ============================================================================== --- head/net/py-ripe.atlas.cousteau/distinfo Sun Aug 6 16:53:09 2017 (r447474) +++ head/net/py-ripe.atlas.cousteau/distinfo Sun Aug 6 16:53:14 2017 (r447475) @@ -1,2 +1,3 @@ -SHA256 (ripe.atlas.cousteau-1.0.6.tar.gz) = 1407b003a03f359739d35010812af2841bc9df2784cd2078e55ac34d0a858ad6 -SIZE (ripe.atlas.cousteau-1.0.6.tar.gz) = 45467 +TIMESTAMP = 1501961426 +SHA256 (ripe.atlas.cousteau-1.4.tar.gz) = 41e0c91ae4459a6c101448f5bafb043ba44b4abfd9a80a5ae0b4c3a1bb550a52 +SIZE (ripe.atlas.cousteau-1.4.tar.gz) = 49303
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708061653.v76GrEk8008659>