aboutsummaryrefslogtreecommitdiff
path: root/security/py-libnacl/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 20:39:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 20:39:49 +0000
commit98219124d1fea2fce52e53ed4e776647fd63809e (patch)
tree303142ea6794022cfea02b34e91c2b19c3b6779f /security/py-libnacl/Makefile
parent0a3d61edafc6bb3844090d86634d1385ea3b3c1c (diff)
downloadports-98219124d1fea2fce52e53ed4e776647fd63809e.tar.gz
ports-98219124d1fea2fce52e53ed4e776647fd63809e.zip
security/py-libnacl: Update to 1.8.0
Diffstat (limited to 'security/py-libnacl/Makefile')
-rw-r--r--security/py-libnacl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-libnacl/Makefile b/security/py-libnacl/Makefile
index 8e9fcb3d5bb5..dd1b8aa44aec 100644
--- a/security/py-libnacl/Makefile
+++ b/security/py-libnacl/Makefile
@@ -1,7 +1,7 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
PORTNAME= libnacl
-PORTVERSION= 1.6.1
+PORTVERSION= 1.8.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsodium.so:security/libsodium
USES= python:3.6+
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover --start-directory tests -v
+ cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover -s tests -v
.include <bsd.port.mk>