Date: Sat, 26 Aug 2023 21:53:38 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e8469cab3b7d - main - devel/py-pytest-asyncio: Remove outdated PYTHON_REL check after lang/python37 removal Message-ID: <202308262153.37QLrcZn033155@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8469cab3b7dbe971776150c8b860369d02735f5 commit e8469cab3b7dbe971776150c8b860369d02735f5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 21:42:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 21:42:08 +0000 devel/py-pytest-asyncio: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python --- devel/py-pytest-asyncio/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile index 5bac4a5d23fd..e7c9208db84a 100644 --- a/devel/py-pytest-asyncio/Makefile +++ b/devel/py-pytest-asyncio/Makefile @@ -22,13 +22,7 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils pytest -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - post-patch: @${ECHO_CMD} 'from setuptools import setup; setup()' > ${WRKSRC}/setup.py -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308262153.37QLrcZn033155>