Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:21:22 +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: r560952 - head/devel/py-typing-inspect
Message-ID:  <202101100821.10A8LMdC015376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 10 08:21:22 2021
New Revision: 560952
URL: https://svnweb.freebsd.org/changeset/ports/560952

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

Modified:
  head/devel/py-typing-inspect/Makefile

Modified: head/devel/py-typing-inspect/Makefile
==============================================================================
--- head/devel/py-typing-inspect/Makefile	Sun Jan 10 08:21:17 2021	(r560951)
+++ head/devel/py-typing-inspect/Makefile	Sun Jan 10 08:21:22 2021	(r560952)
@@ -15,7 +15,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.3.0:devel/py-mypy_extensions@${PY_FLAVOR} \
-		${PY_TYPING} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python:3.6+



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