Skip to content

Commit

Permalink
devel/py-bitarray: Fix packaging with Python 3.8+
Browse files Browse the repository at this point in the history
* Apply the same fix as in 9cb5898 by
  stripping libraries by wildcard paths.

PR:		253815
Approved by:	python (with hat)
  • Loading branch information
knobix committed Apr 23, 2021
1 parent 923ddb5 commit 4503deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/py-bitarray/Makefile
Expand Up @@ -28,8 +28,8 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bitarray/_bitarray.so
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bitarray/_util.so
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bitarray/_bitarray*.so
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bitarray/_util*.so

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down

0 comments on commit 4503deb

Please sign in to comment.