Date: Fri, 16 Mar 2018 15:20:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464692 - head/devel/py-pipenv Message-ID: <201803161520.w2GFKfch067052@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Mar 16 15:20:40 2018 New Revision: 464692 URL: https://svnweb.freebsd.org/changeset/ports/464692 Log: Update to 11.7.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 Fri Mar 16 15:20:35 2018 (r464691) +++ head/devel/py-pipenv/Makefile Fri Mar 16 15:20:40 2018 (r464692) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipenv -PORTVERSION= 11.6.0 +PORTVERSION= 11.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ COMMENT= Python Development Workflow for Humans LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pew>=0.1.26:devel/py-pew@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pew>=0.1.26:devel/py-pew@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=9.0.1:devel/py-pip@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${FLAVOR} Modified: head/devel/py-pipenv/distinfo ============================================================================== --- head/devel/py-pipenv/distinfo Fri Mar 16 15:20:35 2018 (r464691) +++ head/devel/py-pipenv/distinfo Fri Mar 16 15:20:40 2018 (r464692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521123552 -SHA256 (pipenv-11.6.0.tar.gz) = 4f5cf3fa42711eadf1538124f5859a2dc6c96e2073d4ec9a6a280f5a1d611ac0 -SIZE (pipenv-11.6.0.tar.gz) = 4642441 +TIMESTAMP = 1521194317 +SHA256 (pipenv-11.7.0.tar.gz) = 1ed04d3572919db96a5b417733afb0f502c9bd247b173f5f19aea52830651ea1 +SIZE (pipenv-11.7.0.tar.gz) = 4999261
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803161520.w2GFKfch067052>