Skip to content

Commit

Permalink
databases/pymongo: Fix build for python38
Browse files Browse the repository at this point in the history
PR:		253430
Submitted by:	michael.glaus@hostpoint.ch
  • Loading branch information
farrokhi committed Feb 12, 2021
1 parent a9ebcc5 commit ace1ad3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions databases/pymongo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= pymongo
PORTVERSION= 3.11.3
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -18,7 +19,7 @@ USE_PYTHON= autoplist concurrent distutils
CONFLICTS_INSTALL= py[0-9][0-9]-pymongo28

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bson/_cbson.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pymongo/_cmessage.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bson/_cbson${PYTHON_EXT_SUFFIX}.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pymongo/_cmessage${PYTHON_EXT_SUFFIX}.so

.include <bsd.port.mk>

0 comments on commit ace1ad3

Please sign in to comment.