From owner-svn-ports-all@freebsd.org Wed Mar 14 18:11:39 2018 Return-Path: Delivered-To: svn-ports-all@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 D2D60F315E8; Wed, 14 Mar 2018 18:11:39 +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 85DC16EDFF; Wed, 14 Mar 2018 18:11:39 +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 7FE4C31F5; Wed, 14 Mar 2018 18:11:39 +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 w2EIBdNu089459; Wed, 14 Mar 2018 18:11:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2EIBdVw089457; Wed, 14 Mar 2018 18:11:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803141811.w2EIBdVw089457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 14 Mar 2018 18:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464517 - head/devel/py-pipenv X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pipenv X-SVN-Commit-Revision: 464517 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2018 18:11:40 -0000 Author: sunpoet Date: Wed Mar 14 18:11:39 2018 New Revision: 464517 URL: https://svnweb.freebsd.org/changeset/ports/464517 Log: Update to 11.5.0 Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt Modified: head/devel/py-pipenv/Makefile head/devel/py-pipenv/distinfo Modified: head/devel/py-pipenv/Makefile ============================================================================== --- head/devel/py-pipenv/Makefile Wed Mar 14 18:11:33 2018 (r464516) +++ head/devel/py-pipenv/Makefile Wed Mar 14 18:11:39 2018 (r464517) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipenv -PORTVERSION= 11.4.0 +PORTVERSION= 11.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +23,13 @@ USE_PYTHON= autoplist concurrent distutils USES= python .include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:devel/py-ordereddict@${FLAVOR} +.endif .if ${PYTHON_REL} < 3400 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib@${FLAVOR} Modified: head/devel/py-pipenv/distinfo ============================================================================== --- head/devel/py-pipenv/distinfo Wed Mar 14 18:11:33 2018 (r464516) +++ head/devel/py-pipenv/distinfo Wed Mar 14 18:11:39 2018 (r464517) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520953252 -SHA256 (pipenv-11.4.0.tar.gz) = 511a60363cee3a4a06d46535a8d1818bba70ee6069902cb87911d90d14fb5096 -SIZE (pipenv-11.4.0.tar.gz) = 3877529 +TIMESTAMP = 1521036280 +SHA256 (pipenv-11.5.0.tar.gz) = a00099114d50c9a500b8239f38a1b5f52689bd097abda75947989cf2b4837330 +SIZE (pipenv-11.5.0.tar.gz) = 3878024