From owner-svn-ports-head@freebsd.org Sun Aug 6 16:53:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 152BDDBE1C2; Sun, 6 Aug 2017 16:53:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4D816673E; Sun, 6 Aug 2017 16:53:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76GrF9U008661; Sun, 6 Aug 2017 16:53:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76GrEk8008659; Sun, 6 Aug 2017 16:53:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708061653.v76GrEk8008659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Aug 2017 16:53:14 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-ripe.atlas.cousteau X-SVN-Commit-Revision: 447475 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 16:53:16 -0000 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 (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 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