From owner-svn-ports-head@freebsd.org Sat Oct 20 14:47:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4207BFE7888; Sat, 20 Oct 2018 14:47:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E571471C59; Sat, 20 Oct 2018 14:47:47 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E05A71F68D; Sat, 20 Oct 2018 14:47:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KEllPe013353; Sat, 20 Oct 2018 14:47:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KEllIL013351; Sat, 20 Oct 2018 14:47:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810201447.w9KEllIL013351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 20 Oct 2018 14:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482508 - head/devel/py-responses X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-responses X-SVN-Commit-Revision: 482508 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.29 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, 20 Oct 2018 14:47:48 -0000 Author: sunpoet Date: Sat Oct 20 14:47:47 2018 New Revision: 482508 URL: https://svnweb.freebsd.org/changeset/ports/482508 Log: Update to 0.10.0 Changes: https://github.com/getsentry/responses/releases Modified: head/devel/py-responses/Makefile head/devel/py-responses/distinfo Modified: head/devel/py-responses/Makefile ============================================================================== --- head/devel/py-responses/Makefile Sat Oct 20 14:47:38 2018 (r482507) +++ head/devel/py-responses/Makefile Sat Oct 20 14:47:47 2018 (r482508) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= responses -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,7 @@ COMMENT= Utility library for mocking out the requests LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cookies>=0:www/py-cookies@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=3.7.1:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ @@ -27,4 +26,12 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} >= 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}biscuits>=0:www/py-biscuits@${PY_FLAVOR} +.else +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cookies>=0:www/py-cookies@${PY_FLAVOR} +.endif + +.include Modified: head/devel/py-responses/distinfo ============================================================================== --- head/devel/py-responses/distinfo Sat Oct 20 14:47:38 2018 (r482507) +++ head/devel/py-responses/distinfo Sat Oct 20 14:47:47 2018 (r482508) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523986887 -SHA256 (responses-0.9.0.tar.gz) = c6082710f4abfb60793899ca5f21e7ceb25aabf321560cc0726f8b59006811c9 -SIZE (responses-0.9.0.tar.gz) = 19766 +TIMESTAMP = 1539962627 +SHA256 (responses-0.10.0.tar.gz) = 56b1593a7b0efbdaab15160864943f8f74ace86e97a9464a0af092cff26a09a4 +SIZE (responses-0.10.0.tar.gz) = 20785