Skip to content

Commit

Permalink
devel/py-pytest-asyncio: Remove outdated PYTHON_REL check after lang/…
Browse files Browse the repository at this point in the history
…python37 removal

Approved by:	portmgr (blanket)
With hat:	python
  • Loading branch information
sunpoet committed Aug 26, 2023
1 parent fca7d65 commit e8469ca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions devel/py-pytest-asyncio/Makefile
Expand Up @@ -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>

0 comments on commit e8469ca

Please sign in to comment.