svn commit: r464102 - head/devel/py-pipenv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 10 23:00:27 UTC 2018


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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3400
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib@${FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

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


More information about the svn-ports-all mailing list