mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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)
This commit is contained in:
parent
a741ad7967
commit
23323cd99b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447475
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user