diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-05-15 23:59:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-05-15 23:59:38 +0000 |
commit | 86a21a9af2ec5323b6033bc52ea6e190260f66f3 (patch) | |
tree | 0a351452eea3dbeb1fe2bd508a9532a778eed8c8 | |
parent | Update to 3.36.2 (diff) |
Update to 2018.5.18
- Clean up: REINPLACE_ARGS is not needed after r469395
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt
Notes
Notes:
svn path=/head/; revision=470077
-rw-r--r-- | devel/py-pipenv/Makefile | 3 | ||||
-rw-r--r-- | devel/py-pipenv/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile index 692d8d25f891..0dbbfd9dc128 100644 --- a/devel/py-pipenv/Makefile +++ b/devel/py-pipenv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipenv -PORTVERSION= 11.10.4 +PORTVERSION= 2018.5.18 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${FLAVOR} NO_ARCH= yes -REINPLACE_ARGS= -i '' USE_PYTHON= autoplist concurrent distutils USES= python diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo index 654e2c918ae0..9f3609383d78 100644 --- a/devel/py-pipenv/distinfo +++ b/devel/py-pipenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526054432 -SHA256 (pipenv-11.10.4.tar.gz) = 986975edaad7bac821fc82426972ff6a8eb417387d0009dedb6cec8c1daca313 -SIZE (pipenv-11.10.4.tar.gz) = 5950213 +TIMESTAMP = 1526403595 +SHA256 (pipenv-2018.5.18.tar.gz) = 04b9a8b02a3ff12a5502b335850cfdb192adcfd1d6bbdb7a7c47cae9ab9ddece +SIZE (pipenv-2018.5.18.tar.gz) = 5944787 |