Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2017 21:01:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454002 - head/security/py-pynacl
Message-ID:  <201711112101.vABL1Oqf012690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Nov 11 21:01:23 2017
New Revision: 454002
URL: https://svnweb.freebsd.org/changeset/ports/454002

Log:
  security/py-pynacl: Update to 1.2.0
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12968

Modified:
  head/security/py-pynacl/Makefile
  head/security/py-pynacl/distinfo
  head/security/py-pynacl/pkg-descr

Modified: head/security/py-pynacl/Makefile
==============================================================================
--- head/security/py-pynacl/Makefile	Sat Nov 11 20:43:19 2017	(r454001)
+++ head/security/py-pynacl/Makefile	Sat Nov 11 21:01:23 2017	(r454002)
@@ -2,36 +2,36 @@
 # $FreeBSD$
 
 PORTNAME=	pynacl
-PORTVERSION=	1.1.2
-PORTREVISION=	1
+DISTVERSION=	1.2.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	PyNaCl-${PORTVERSION}
 
-MAINTAINER=	yuri@rawbw.com
+MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	PyNaCl is a Python binding to the Networking and Cryptography library
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
-BUILD_DEPENDS=	${RUN_DEPENDS}
-BUNDLED_NACL_LIB_DEPENDS_OFF=	libsodium.so:security/libsodium
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest \
+		${PYTHON_PKGNAMEPREFIX}hypothesis>=1.11.4:devel/py-hypothesis
 
 USES=		python localbase
 USE_PYTHON=	autoplist distutils
-BUNDLED_NACL_MAKE_ENV_OFF+=	SODIUM_INSTALL=system
 
 OPTIONS_DEFINE=	BUNDLED_NACL
 BUNDLED_NACL_DESC=	Use bundled NaCl version
+BUNDLED_NACL_LIB_DEPENDS_OFF=	libsodium.so:security/libsodium
+BUNDLED_NACL_MAKE_ENV_OFF=	SODIUM_INSTALL=system
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/nacl/_sodium.so
 
 do-test:
-	@cd ${WRKSRC} && ${SETENV} PYTHONPATH=../src ${PYTHON_CMD} -m pytest -rs tests
+	@cd ${WRKSRC} && ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${PYTHON_CMD} -m pytest -rs tests
 
 .include <bsd.port.mk>

Modified: head/security/py-pynacl/distinfo
==============================================================================
--- head/security/py-pynacl/distinfo	Sat Nov 11 20:43:19 2017	(r454001)
+++ head/security/py-pynacl/distinfo	Sat Nov 11 21:01:23 2017	(r454002)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490972456
-SHA256 (PyNaCl-1.1.2.tar.gz) = 32f52b754abf07c319c04ce16905109cab44b0e7f7c79497431d3b2000f8af8c
-SIZE (PyNaCl-1.1.2.tar.gz) = 3099766
+TIMESTAMP = 1509909383
+SHA256 (PyNaCl-1.2.0.tar.gz) = 45c5bcdf8ddefe2e9381f5d37fe778bbda6991fe7004e0b1ea3570df2fc07207
+SIZE (PyNaCl-1.2.0.tar.gz) = 3256635

Modified: head/security/py-pynacl/pkg-descr
==============================================================================
--- head/security/py-pynacl/pkg-descr	Sat Nov 11 20:43:19 2017	(r454001)
+++ head/security/py-pynacl/pkg-descr	Sat Nov 11 21:01:23 2017	(r454002)
@@ -1,4 +1,4 @@
 PyNaCl is a Python binding to the Networking and Cryptography library, a crypto
 library with the stated goal of improving usability, security and speed.
 
-WWW: https://pypi.python.org/pypi/PyNaCl/
+WWW: https://pypi.python.org/pypi/PyNaCl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711112101.vABL1Oqf012690>