From owner-svn-ports-head@freebsd.org Sat Nov 11 21:01:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AEF3E73A90; Sat, 11 Nov 2017 21:01:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34D366EC39; Sat, 11 Nov 2017 21:01:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vABL1OgN012693; Sat, 11 Nov 2017 21:01:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vABL1Oqf012690; Sat, 11 Nov 2017 21:01:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711112101.vABL1Oqf012690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 Nov 2017 21:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454002 - head/security/py-pynacl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/py-pynacl X-SVN-Commit-Revision: 454002 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2017 21:01:25 -0000 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 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