aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:08 +0000
commite8469cab3b7dbe971776150c8b860369d02735f5 (patch)
tree1e19520fe27890c87e5a9ba4908b6b6e70916946
parentfca7d656643fc24998ce913fe3b8d99ab621e2c2 (diff)
downloadports-e8469cab3b7dbe971776150c8b860369d02735f5.tar.gz
ports-e8469cab3b7dbe971776150c8b860369d02735f5.zip
devel/py-pytest-asyncio: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-pytest-asyncio/Makefile8
1 files changed, 1 insertions, 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>