Index: head/security/py-pymacaroons-pynacl/files/patch-tests_functional__tests_functional__tests.py =================================================================== --- head/security/py-pymacaroons-pynacl/files/patch-tests_functional__tests_functional__tests.py (revision 499312) +++ head/security/py-pymacaroons-pynacl/files/patch-tests_functional__tests_functional__tests.py (nonexistent) @@ -1,30 +0,0 @@ ---- tests/functional_tests/functional_tests.py.orig 2016-01-04 04:05:59 UTC -+++ tests/functional_tests/functional_tests.py -@@ -3,6 +3,7 @@ import json - - from mock import * - from nose.tools import * -+from unittest import skipUnless - - import nacl.bindings - -@@ -11,6 +12,11 @@ from pymacaroons.serializers import * - from pymacaroons.exceptions import * - from pymacaroons.utils import * - -+# A test desires libnacl, but we don't need it. -+try: -+ import libnacl -+except: -+ pass - - ZERO_NONCE = truncate_or_pad( - b'\0', size=nacl.bindings.crypto_secretbox_NONCEBYTES) -@@ -297,6 +303,7 @@ never use the same secret twice', - ) - assert_true(verified) - -+ @skipUnless('libnacl' in globals(), 'libnacl imported already') - @patch('libnacl.secret.libnacl.utils.rand_nonce') - def test_inspect(self, rand_nonce): - # use a fixed nonce to ensure the same signature Property changes on: head/security/py-pymacaroons-pynacl/files/patch-tests_functional__tests_functional__tests.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-pymacaroons-pynacl/Makefile =================================================================== --- head/security/py-pymacaroons-pynacl/Makefile (revision 499312) +++ head/security/py-pymacaroons-pynacl/Makefile (revision 499313) @@ -1,33 +1,32 @@ # Created by: Brendan Molloy # $FreeBSD$ PORTNAME= pymacaroons-pynacl -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.13.0 DISTVERSIONPREFIX= v CATEGORIES= security devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Macaroon library for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils -GH_ACCOUNT= matrix-org +GH_ACCOUNT= ecordell GH_PROJECT= pymacaroons do-test: @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} nosetests) .include Index: head/security/py-pymacaroons-pynacl/distinfo =================================================================== --- head/security/py-pymacaroons-pynacl/distinfo (revision 499312) +++ head/security/py-pymacaroons-pynacl/distinfo (revision 499313) @@ -1,2 +1,3 @@ -SHA256 (matrix-org-pymacaroons-v0.9.3_GH0.tar.gz) = 871399c4dc1dfab7a435df2d5f2954cbba51d275ca2e93a96abb8b35d348fe5a -SIZE (matrix-org-pymacaroons-v0.9.3_GH0.tar.gz) = 20872 +TIMESTAMP = 1551386885 +SHA256 (ecordell-pymacaroons-v0.13.0_GH0.tar.gz) = 780c67643126afe56f57fdc0f82b952d08e01a4df7eefaa929766dfb6edf6580 +SIZE (ecordell-pymacaroons-v0.13.0_GH0.tar.gz) = 25607