net/py-magic-wormhole: update to 0.9.0
This commit is contained in:
parent
e342ece2fb
commit
257022bdf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429622
2 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= magic-wormhole
|
||||
PORTVERSION= 0.8.0
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -9,12 +9,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Get things from one computer to another, safely
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn \
|
||||
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click \
|
||||
${PYTHON_PKGNAMEPREFIX}hkdf>0:security/py-hkdf \
|
||||
${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn \
|
||||
${PYTHON_PKGNAMEPREFIX}humanize>=0:devel/py-humanize \
|
||||
${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna \
|
||||
${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl \
|
||||
${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}spake2>=0.7:security/py-spake2 \
|
||||
${PYTHON_PKGNAMEPREFIX}txaio>=2.5.1:devel/py-txaio
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm \
|
||||
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1467486862
|
||||
SHA256 (magic-wormhole-0.8.0.tar.gz) = 802085dc4e6ba9dd74555bb42059e25b3960110add83d5083d36a95c78e172b5
|
||||
SIZE (magic-wormhole-0.8.0.tar.gz) = 124428
|
||||
TIMESTAMP = 1482845028
|
||||
SHA256 (magic-wormhole-0.9.0.tar.gz) = 68ee736839a37bbe8d9029dd9784572b36fffc701fea23c8d22ab473990eedef
|
||||
SIZE (magic-wormhole-0.9.0.tar.gz) = 141263
|
||||
|
|
Loading…
Reference in a new issue