Skip to content

Commit

Permalink
biology/py-htseq: Fix build with python-3.11
Browse files Browse the repository at this point in the history
PR:		275494
Approved by:	portmgr@(blanket, fix build)
  • Loading branch information
wenheping committed Jan 21, 2024
1 parent 9c70bac commit 9c457cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biology/py-htseq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USES= python
USE_PYTHON= autoplist cython distutils pytest

post-stage:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/HTSeq/_StepVector.cpython-39.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/HTSeq/_HTSeq.cpython-39.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/HTSeq/_StepVector.cpython-${PYTHON_SUFFIX}.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/HTSeq/_HTSeq.cpython-${PYTHON_SUFFIX}.so

.include <bsd.port.mk>

0 comments on commit 9c457cd

Please sign in to comment.