svn commit: r447475 - head/net/py-ripe.atlas.cousteau
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 6 16:53:16 UTC 2017
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 at 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 at 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
More information about the svn-ports-all
mailing list