Skip to content

Commit

Permalink
security/py-libnacl: Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 21, 2023
1 parent 7cc9309 commit 1ba9bfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions security/py-libnacl/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= libnacl
PORTVERSION= 1.8.0
PORTVERSION= 2.1.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,10 +12,11 @@ WWW= https://libnacl.readthedocs.io/en/latest/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
LIB_DEPENDS= libsodium.so:security/libsodium

USES= python
USE_PYTHON= autoplist concurrent distutils unittest
USE_PYTHON= autoplist concurrent pep517 unittest

NO_ARCH= yes
TEST_ARGS= discover -s tests
Expand Down
6 changes: 3 additions & 3 deletions security/py-libnacl/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1652471215
SHA256 (libnacl-1.8.0.tar.gz) = f1037b85ca31fd8b02c43d66f78c2049bc58480e6a395dc9d27e6821b5fe185d
SIZE (libnacl-1.8.0.tar.gz) = 41331
TIMESTAMP = 1692211813
SHA256 (libnacl-2.1.0.tar.gz) = f3418da7df29e6d9b11fd7d990289d16397dc1020e4e35192e11aee826922860
SIZE (libnacl-2.1.0.tar.gz) = 42189

0 comments on commit 1ba9bfb

Please sign in to comment.