From owner-svn-ports-all@freebsd.org Sat Mar 10 23:00:27 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 2EDBDF3C8D2; Sat, 10 Mar 2018 23:00:27 +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 5C8BE6866B; Sat, 10 Mar 2018 23:00:26 +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 38B9714277; Sat, 10 Mar 2018 23:00:26 +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 w2AN0QIL020023; Sat, 10 Mar 2018 23:00:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2AN0Pvk020021; Sat, 10 Mar 2018 23:00:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803102300.w2AN0Pvk020021@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, 10 Mar 2018 23:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464102 - 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: 464102 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: Sat, 10 Mar 2018 23:00:27 -0000 Author: sunpoet Date: Sat Mar 10 23:00:25 2018 New Revision: 464102 URL: https://svnweb.freebsd.org/changeset/ports/464102 Log: Update to 11.2.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 Sat Mar 10 23:00:20 2018 (r464101) +++ head/devel/py-pipenv/Makefile Sat Mar 10 23:00:25 2018 (r464102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipenv -PORTVERSION= 11.1.1 +PORTVERSION= 11.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,17 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pew>=0.1.26:devel/py-pew@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python -.include +.include + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib@${FLAVOR} +.endif + +.include Modified: head/devel/py-pipenv/distinfo ============================================================================== --- head/devel/py-pipenv/distinfo Sat Mar 10 23:00:20 2018 (r464101) +++ head/devel/py-pipenv/distinfo Sat Mar 10 23:00:25 2018 (r464102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520614209 -SHA256 (pipenv-11.1.1.tar.gz) = 157e0e3ec20acb6582e7e48493497291443ea7f6348d7cef96b2a63f70f9ee4a -SIZE (pipenv-11.1.1.tar.gz) = 4117079 +TIMESTAMP = 1520704179 +SHA256 (pipenv-11.2.0.tar.gz) = 3e08f9b51a3fb3a97979de15f5b7d60c4616189187d7fb39b7ec8675eb528fc6 +SIZE (pipenv-11.2.0.tar.gz) = 4061176