aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-pulsar-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-pulsar-client/Makefile')
-rw-r--r--net-p2p/py-pulsar-client/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/py-pulsar-client/Makefile b/net-p2p/py-pulsar-client/Makefile
index cd5ab2bd1103..8ae0cc49b00e 100644
--- a/net-p2p/py-pulsar-client/Makefile
+++ b/net-p2p/py-pulsar-client/Makefile
@@ -1,7 +1,6 @@
PORTNAME= pulsar-client
DISTVERSIONPREFIX= v
-DISTVERSION= 3.6.0
-PORTREVISION= 1
+DISTVERSION= 3.8.0
CATEGORIES= net-p2p python # machine-learning
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -34,7 +33,7 @@ pre-build: # build lib_pulse.so using cmake/gmake
${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GMAKE}
post-install: # strip binary
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pulsar${PYTHON_EXT_SUFFIX}.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pulsar${PYTHON_TAG}.so
# tests: many tests fail with Pulsar error: TimeOut, Connection refused because Pulsar needs to be running
# tests: 107 failed, 52 passed, 1 warning in 2947.08s (0:49:07)