From owner-svn-ports-head@FreeBSD.ORG Mon Dec 22 05:07:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A81A1F61; Mon, 22 Dec 2014 05:07:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 93AE33CBD; Mon, 22 Dec 2014 05:07:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBM57irF002109; Mon, 22 Dec 2014 05:07:44 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBM57iTC002107; Mon, 22 Dec 2014 05:07:44 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201412220507.sBM57iTC002107@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 22 Dec 2014 05:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375208 - in head/security/py-oauthlib: . files X-SVN-Group: ports-head 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.18-1 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: Mon, 22 Dec 2014 05:07:44 -0000 Author: koobs Date: Mon Dec 22 05:07:43 2014 New Revision: 375208 URL: https://svnweb.freebsd.org/changeset/ports/375208 QAT: https://qat.redports.org/buildarchive/r375208/ Log: security/py-oauthlib: Update to 0.7.2, Add OPTIONS - Update to 0.7.2 - Switch distfiles from GitHub -> PyPi (CHEESESHOP) - Add RSA, SIGNALS and SIGNEDTOKEN (JWT) and TESTS options - Adjust RUN_DEPENDS and TEST_DEPENDS - Remove uncessary setup.py patch Changes: * https://github.com/idan/oauthlib/blob/0.7.2/CHANGELOG.rst PR: 193096 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes) Deleted: head/security/py-oauthlib/files/ Modified: head/security/py-oauthlib/Makefile head/security/py-oauthlib/distinfo Modified: head/security/py-oauthlib/Makefile ============================================================================== --- head/security/py-oauthlib/Makefile Mon Dec 22 04:32:07 2014 (r375207) +++ head/security/py-oauthlib/Makefile Mon Dec 22 05:07:43 2014 (r375208) @@ -2,9 +2,9 @@ # $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 @@ -12,22 +12,35 @@ COMMENT= RFC-compliant Python implementa 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 + +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} -USE_GITHUB= yes 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 Modified: head/security/py-oauthlib/distinfo ============================================================================== --- head/security/py-oauthlib/distinfo Mon Dec 22 04:32:07 2014 (r375207) +++ head/security/py-oauthlib/distinfo Mon Dec 22 05:07:43 2014 (r375208) @@ -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