From owner-svn-ports-head@freebsd.org Wed Oct 28 09:06:56 2015 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 006B7A20D79; Wed, 28 Oct 2015 09:06:56 +0000 (UTC) (envelope-from koobs@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 A0C971A9D; Wed, 28 Oct 2015 09:06:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9S96sHo085603; Wed, 28 Oct 2015 09:06:54 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9S96sin085601; Wed, 28 Oct 2015 09:06:54 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510280906.t9S96sin085601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 28 Oct 2015 09:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400375 - head/www/py-requests-oauthlib 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.20 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: Wed, 28 Oct 2015 09:06:56 -0000 Author: koobs Date: Wed Oct 28 09:06:54 2015 New Revision: 400375 URL: https://svnweb.freebsd.org/changeset/ports/400375 Log: www/py-requests-oauthlib: Update to 0.5.0 - Update PORTVERSION and distinfo checksum (0.5.0) - Update TEST_DEPENDS - Remove TESTS option since the framework now supports TEST_DEPENDS,etc - Rename test target and use canonical/wrapped PYDISTUTILS_SETUP variable. Changes: https://github.com/requests/requests-oauthlib/blob/v0.5.0/HISTORY.rst Modified: head/www/py-requests-oauthlib/Makefile head/www/py-requests-oauthlib/distinfo Modified: head/www/py-requests-oauthlib/Makefile ============================================================================== --- head/www/py-requests-oauthlib/Makefile Wed Oct 28 08:07:24 2015 (r400374) +++ head/www/py-requests-oauthlib/Makefile Wed Oct 28 09:06:54 2015 (r400375) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= requests-oauthlib -PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,18 +14,12 @@ LICENSE= ISCL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.6.2:${PORTSDIR}/security/py-oauthlib \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:${PORTSDIR}/www/py-requests -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto - -OPTIONS_DEFINE= TESTS - -TESTS_DESC= Install test suite dependencies -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/www/py-requests-oauthlib/distinfo ============================================================================== --- head/www/py-requests-oauthlib/distinfo Wed Oct 28 08:07:24 2015 (r400374) +++ head/www/py-requests-oauthlib/distinfo Wed Oct 28 09:06:54 2015 (r400375) @@ -1,2 +1,2 @@ -SHA256 (requests-oauthlib-0.4.2.tar.gz) = 9e0223b89518edac61a97b56ff78f271056ce08c8a17c6b644aef244fac83f23 -SIZE (requests-oauthlib-0.4.2.tar.gz) = 53341 +SHA256 (requests-oauthlib-0.5.0.tar.gz) = 658d9aba85338be8c1d1532c9fb5807b381dc7166e469ff0f62fcaa4240d9eb8 +SIZE (requests-oauthlib-0.5.0.tar.gz) = 54024