diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 20:39:49 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 20:39:49 +0000 |
commit | 98219124d1fea2fce52e53ed4e776647fd63809e (patch) | |
tree | 303142ea6794022cfea02b34e91c2b19c3b6779f /security/py-libnacl/Makefile | |
parent | 0a3d61edafc6bb3844090d86634d1385ea3b3c1c (diff) | |
download | ports-98219124d1fea2fce52e53ed4e776647fd63809e.tar.gz ports-98219124d1fea2fce52e53ed4e776647fd63809e.zip |
security/py-libnacl: Update to 1.8.0
- Update pkg-descr
- Update WWW
Changes: https://github.com/saltstack/libnacl/tree/master/doc/topics/releases
https://github.com/saltstack/libnacl/commits/master
Diffstat (limited to 'security/py-libnacl/Makefile')
-rw-r--r-- | security/py-libnacl/Makefile | 6 |
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> |