Date: Thu, 12 Apr 2018 18:33:23 +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: r467187 - head/devel/py-pipenv Message-ID: <201804121833.w3CIXNv8076519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Apr 12 18:33:23 2018 New Revision: 467187 URL: https://svnweb.freebsd.org/changeset/ports/467187 Log: Update to 11.10.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 Thu Apr 12 18:33:17 2018 (r467186) +++ head/devel/py-pipenv/Makefile Thu Apr 12 18:33:23 2018 (r467187) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipenv -PORTVERSION= 11.9.0 +PORTVERSION= 11.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -33,7 +33,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:s .endif .if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib@${FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib2>=2.1.0:devel/py-pathlib2@${FLAVOR} .endif .include <bsd.port.post.mk> Modified: head/devel/py-pipenv/distinfo ============================================================================== --- head/devel/py-pipenv/distinfo Thu Apr 12 18:33:17 2018 (r467186) +++ head/devel/py-pipenv/distinfo Thu Apr 12 18:33:23 2018 (r467187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521732208 -SHA256 (pipenv-11.9.0.tar.gz) = 7b3c52fb57e17ca61b6141b75c8f5ba61a95c713ca470754240f7f1dbd0a4968 -SIZE (pipenv-11.9.0.tar.gz) = 5001899 +TIMESTAMP = 1523543292 +SHA256 (pipenv-11.10.0.tar.gz) = dab6b2e5347757cda7973e6c6065c30c020c5ff8b0687306b83e962aea4adc6c +SIZE (pipenv-11.10.0.tar.gz) = 5198062
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804121833.w3CIXNv8076519>