Index: head/security/py-oauthlib/files/patch-setup.py =================================================================== --- head/security/py-oauthlib/files/patch-setup.py (revision 375207) +++ head/security/py-oauthlib/files/patch-setup.py (nonexistent) @@ -1,8 +0,0 @@ ---- ./setup.py.orig 2012-08-14 19:04:25.000000000 +1000 -+++ ./setup.py 2012-08-14 19:04:38.000000000 +1000 -@@ -32,4 +32,5 @@ - tests_require=tests_require, - extras_require={'test': tests_require, 'rsa': rsa_require}, - install_requires=requires, -+ zip_safe=False, - ) Property changes on: head/security/py-oauthlib/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-oauthlib/Makefile =================================================================== --- head/security/py-oauthlib/Makefile (revision 375207) +++ head/security/py-oauthlib/Makefile (revision 375208) @@ -1,36 +1,49 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= oauthlib -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.7.2 CATEGORIES= security net python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= RFC-compliant Python implementation of OAuth LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto + ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>0:${PORTSDIR}/www/py-pyjwt \ + ${PYTHON_PKGNAMEPREFIX}blinker>0:${PORTSDIR}/devel/py-blinker -USE_GITHUB= yes +OPTIONS_DEFINE= RSA SIGNALS SIGNEDTOKEN TESTS +OPTIONS_DEFAULT= RSA SIGNALS SIGNEDTOKEN + +RSA_DESC= Enable RSA Support +RSA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto + +SIGNALS_DESC= Enable signal support +SIGNALS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blinker>0:${PORTSDIR}/devel/py-blinker + +SIGNEDTOKEN_DESC= Support for Signed Token +SIGNEDTOKEN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>0:${PORTSDIR}/www/py-pyjwt + +TESTS_DESC= Include test suite dependencies +TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} + USES= python USE_PYTHON= distutils autoplist -GH_ACCOUNT= idan -GH_COMMIT= 58abd88 - .include .if ${PYTHON_REL} < 300 -TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 .endif regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Index: head/security/py-oauthlib/distinfo =================================================================== --- head/security/py-oauthlib/distinfo (revision 375207) +++ head/security/py-oauthlib/distinfo (revision 375208) @@ -1,2 +1,2 @@ -SHA256 (oauthlib-0.6.0.tar.gz) = 112d192b58d5ee23ad3b800b8caa9a5ebf7dc1691cc094edc02837cf7a4f026b -SIZE (oauthlib-0.6.0.tar.gz) = 119510 +SHA256 (oauthlib-0.7.2.tar.gz) = a051f04ee8ec3305055ab34d87b36c9a449375e07c7d6a05bcafa48329cac7c3 +SIZE (oauthlib-0.7.2.tar.gz) = 106079