Index: head/security/py-libnacl/files/patch-setup.py =================================================================== --- head/security/py-libnacl/files/patch-setup.py (revision 500886) +++ head/security/py-libnacl/files/patch-setup.py (nonexistent) @@ -1,10 +0,0 @@ ---- setup.py.orig 2016-01-04 16:47:15 UTC -+++ setup.py -@@ -29,4 +29,6 @@ setup(name=NAME, - 'Intended Audience :: Developers', - 'Topic :: Security :: Cryptography', - ], -- packages=['libnacl']) -+ packages=['libnacl'], -+ test_suite='tests.runtests.run_suite', -+) Property changes on: head/security/py-libnacl/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/py-libnacl/Makefile =================================================================== --- head/security/py-libnacl/Makefile (revision 500886) +++ head/security/py-libnacl/Makefile (revision 500887) @@ -1,28 +1,26 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= libnacl -PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTVERSION= 1.6.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org -COMMENT= Python bindings for libsodium/tweetnacl based on ctypes +COMMENT= Python bindings for libsodium based on ctypes LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsodium.so:security/libsodium USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: - ${TOUCH} ${WRKSRC}/tests/__init__.py - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover --start-directory tests -v .include Index: head/security/py-libnacl/distinfo =================================================================== --- head/security/py-libnacl/distinfo (revision 500886) +++ head/security/py-libnacl/distinfo (revision 500887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505406754 -SHA256 (libnacl-1.5.2.tar.gz) = c58390b0d191db948fc9ab681f07fdfce2a573cd012356bada47d56795d00ee2 -SIZE (libnacl-1.5.2.tar.gz) = 49573 +TIMESTAMP = 1557115419 +SHA256 (libnacl-1.6.1.tar.gz) = 9bac3d8867678c457d0c018f028052996ab567a6b4964e82a17072ed2cb2675b +SIZE (libnacl-1.6.1.tar.gz) = 65443