1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

security/py-libnacl: Update to 1.4.4

- Update PORTVERSION and distinfo checksum (1.4.4)
- Update test target
- Enable NO_ARCH (architecture independent)
- Regenerate setup.py
This commit is contained in:
Kubilay Kocak 2016-02-26 09:17:52 +00:00
parent e450c301ed
commit e19decc67a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409594
3 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libnacl
PORTVERSION= 1.4.3
PORTVERSION= 1.4.4
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,7 +18,9 @@ LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium
USES= python
USE_PYTHON= autoplist distutils
regression-test: build
NO_ARCH= yes
do-test:
${TOUCH} ${WRKSRC}/tests/__init__.py
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

View File

@ -1,2 +1,2 @@
SHA256 (libnacl-1.4.3.tar.gz) = 873614913c90c4011f791a8fd1448f6bb3ab7dc8cdd329d1baaa65e7e1d1a929
SIZE (libnacl-1.4.3.tar.gz) = 28777
SHA256 (libnacl-1.4.4.tar.gz) = f2ee401a78dc693fcbc2051befcee2f76bb13ce75a933420646abfa47a39a6db
SIZE (libnacl-1.4.4.tar.gz) = 30965

View File

@ -1,6 +1,6 @@
--- setup.py.orig 2015-03-17 16:11:06 UTC
--- setup.py.orig 2016-01-04 16:47:15 UTC
+++ setup.py
@@ -36,4 +36,6 @@ setup(name=NAME,
@@ -29,4 +29,6 @@ setup(name=NAME,
'Intended Audience :: Developers',
'Topic :: Security :: Cryptography',
],