Skip to content

Commit

Permalink
devel/py-immutables: Remove outdated PYTHON_REL check after lang/pyth…
Browse files Browse the repository at this point in the history
…on37 removal
  • Loading branch information
sunpoet committed Jun 30, 2023
1 parent aa16036 commit a2f19a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions devel/py-immutables/Makefile
Expand Up @@ -15,13 +15,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
USES= python
USE_PYTHON= autoplist concurrent distutils

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
.endif

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit a2f19a5

Please sign in to comment.