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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:20:55 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:20:50 2021
New Revision: 560945
URL: https://svnweb.freebsd.org/changeset/ports/560945

Log:
  Clean up RUN_DEPENDS after r559531 (USES=python:3.6+)

Modified:
  head/devel/py-pipenv/Makefile

Modified: head/devel/py-pipenv/Makefile
==============================================================================
--- head/devel/py-pipenv/Makefile	Sun Jan 10 08:20:45 2021	(r560944)
+++ head/devel/py-pipenv/Makefile	Sun Jan 10 08:20:50 2021	(r560945)
@@ -16,9 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}invoke>=0:devel/py-invoke@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}parver>=0:devel/py-parver@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
-		${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}pip>=18.0:devel/py-pip@${PY_FLAVOR} \
-		${PY_TYPING} \
 		${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list