git: ef176396af80 - main - math/py-fastcluster: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ef176396af8040d8f7ef14d2e714631968ebe264
commit ef176396af8040d8f7ef14d2e714631968ebe264
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:17:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:44 +0000
math/py-fastcluster: Update WWW and clean up pkg-descr
---
math/py-fastcluster/Makefile | 3 ++-
math/py-fastcluster/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile
index 345bb163e182..c3f6c1f4ee35 100644
--- a/math/py-fastcluster/Makefile
+++ b/math/py-fastcluster/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast hierarchical clustering routines for R and Python
-WWW= http://danifold.net/fastcluster.html
+WWW= http://danifold.net/fastcluster.html \
+ https://github.com/dmuellner/fastcluster
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.txt
diff --git a/math/py-fastcluster/pkg-descr b/math/py-fastcluster/pkg-descr
index d3e13eb440e8..0e2a222c1098 100644
--- a/math/py-fastcluster/pkg-descr
+++ b/math/py-fastcluster/pkg-descr
@@ -10,5 +10,3 @@ vector data.
The interface is very similar to MATLAB's Statistics Toolbox API to make code
easier to port from MATLAB to Python/NumPy. The core implementation of this
library is in C++ for efficiency.
-
-See also: https://github.com/dmuellner/fastcluster