svn commit: r500887 - in head/security/py-libnacl: . files

Kubilay Kocak koobs at FreeBSD.org
Mon May 6 04:15:28 UTC 2019


Author: koobs
Date: Mon May  6 04:15:27 2019
New Revision: 500887
URL: https://svnweb.freebsd.org/changeset/ports/500887

Log:
  security/py-libnacl: Update to 1.6.1
  
    - Remove setup.py patch, use direct unittest invocation instead
  
  Changelog:
  
    https://libnacl.readthedocs.io/en/latest/topics/releases/index.html

Deleted:
  head/security/py-libnacl/files/
Modified:
  head/security/py-libnacl/Makefile
  head/security/py-libnacl/distinfo

Modified: head/security/py-libnacl/Makefile
==============================================================================
--- head/security/py-libnacl/Makefile	Mon May  6 04:13:48 2019	(r500886)
+++ head/security/py-libnacl/Makefile	Mon May  6 04:15:27 2019	(r500887)
@@ -2,14 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	libnacl
-PORTVERSION=	1.5.2
-PORTREVISION=	1
+PORTVERSION=	1.6.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs at 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
@@ -22,7 +21,6 @@ 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 <bsd.port.mk>

Modified: head/security/py-libnacl/distinfo
==============================================================================
--- head/security/py-libnacl/distinfo	Mon May  6 04:13:48 2019	(r500886)
+++ head/security/py-libnacl/distinfo	Mon May  6 04:15:27 2019	(r500887)
@@ -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


More information about the svn-ports-all mailing list