svn commit: r565617 - head/math/py-hdbscan

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 17 18:08:49 UTC 2021


Author: sunpoet
Date: Wed Feb 17 18:08:44 2021
New Revision: 565617
URL: https://svnweb.freebsd.org/changeset/ports/565617

Log:
  Update to 0.8.27
  
  Changes:	https://github.com/scikit-learn-contrib/hdbscan/releases

Modified:
  head/math/py-hdbscan/Makefile
  head/math/py-hdbscan/distinfo

Modified: head/math/py-hdbscan/Makefile
==============================================================================
--- head/math/py-hdbscan/Makefile	Wed Feb 17 18:08:38 2021	(r565616)
+++ head/math/py-hdbscan/Makefile	Wed Feb 17 18:08:44 2021	(r565617)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hdbscan
-PORTVERSION=	0.8.26
+PORTVERSION=	0.8.27
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,11 @@ COMMENT=	Clustering based on density with variable den
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16.0,1:math/py-numpy@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}joblib>=0:devel/py-joblib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}numpy>=1.16.0,1:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.17:science/py-scikit-learn@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20:science/py-scikit-learn@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.5+

Modified: head/math/py-hdbscan/distinfo
==============================================================================
--- head/math/py-hdbscan/distinfo	Wed Feb 17 18:08:38 2021	(r565616)
+++ head/math/py-hdbscan/distinfo	Wed Feb 17 18:08:44 2021	(r565617)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585564884
-SHA256 (hdbscan-0.8.26.tar.gz) = 81a61cd011e010b20e7cbd8d235053a98892504d32881d379d1902278817927e
-SIZE (hdbscan-0.8.26.tar.gz) = 4711138
+TIMESTAMP = 1613478431
+SHA256 (hdbscan-0.8.27.tar.gz) = e3a418d0d36874f7b6a1bf0b7461f3857fc13a525fd48ba34caed2fe8973aa26
+SIZE (hdbscan-0.8.27.tar.gz) = 6439686


More information about the svn-ports-all mailing list