git: c763fb239870 - main - math/py-hdbscan: Strip shared library
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 18 07:12:49 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c763fb239870772ff89da9a77dfe325cfc476ea2
commit c763fb239870772ff89da9a77dfe325cfc476ea2
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:03:47 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:49 +0000
math/py-hdbscan: Strip shared library
- Bump PORTREVISION for package change
---
math/py-hdbscan/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/math/py-hdbscan/Makefile b/math/py-hdbscan/Makefile
index 168a9b5e7ecc..84f765d1315a 100644
--- a/math/py-hdbscan/Makefile
+++ b/math/py-hdbscan/Makefile
@@ -2,6 +2,7 @@
PORTNAME= hdbscan
PORTVERSION= 0.8.27
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.5+
-USE_PYTHON= autoplist cython distutils
+USE_PYTHON= autoplist concurrent cython distutils
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hdbscan/*.so
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list