svn commit: r468576 - head/devel/py-pipenv
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 28 20:10:07 UTC 2018
Author: sunpoet
Date: Sat Apr 28 20:10:05 2018
New Revision: 468576
URL: https://svnweb.freebsd.org/changeset/ports/468576
Log:
Update to 11.10.1
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 Apr 28 20:09:59 2018 (r468575)
+++ head/devel/py-pipenv/Makefile Sat Apr 28 20:10:05 2018 (r468576)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pipenv
-PORTVERSION= 11.10.0
+PORTVERSION= 11.10.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,6 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
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}
@@ -24,13 +23,6 @@ USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:devel/py-ordereddict@${FLAVOR}
-.endif
.if ${PYTHON_REL} < 3400
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib2>=2.1.0:devel/py-pathlib2@${FLAVOR}
Modified: head/devel/py-pipenv/distinfo
==============================================================================
--- head/devel/py-pipenv/distinfo Sat Apr 28 20:09:59 2018 (r468575)
+++ head/devel/py-pipenv/distinfo Sat Apr 28 20:10:05 2018 (r468576)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523543292
-SHA256 (pipenv-11.10.0.tar.gz) = dab6b2e5347757cda7973e6c6065c30c020c5ff8b0687306b83e962aea4adc6c
-SIZE (pipenv-11.10.0.tar.gz) = 5198062
+TIMESTAMP = 1524918155
+SHA256 (pipenv-11.10.1.tar.gz) = 9acfd4d4b6a36e35ec3d255211224506c9983c30e4b57b3047e61d690c2d82cb
+SIZE (pipenv-11.10.1.tar.gz) = 5879529
More information about the svn-ports-all
mailing list