Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:20:50 +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: r560945 - head/devel/py-pipenv
Message-ID:  <202101100820.10A8KoD8011602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100820.10A8KoD8011602>