Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 00:40:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535343 - in head/math: . py-hdmedians
Message-ID:  <202005160040.04G0erCH026565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 16 00:40:53 2020
New Revision: 535343
URL: https://svnweb.freebsd.org/changeset/ports/535343

Log:
  New port: math/py-hdmedians: High-dimensional medians

Added:
  head/math/py-hdmedians/
  head/math/py-hdmedians/Makefile   (contents, props changed)
  head/math/py-hdmedians/distinfo   (contents, props changed)
  head/math/py-hdmedians/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat May 16 00:25:38 2020	(r535342)
+++ head/math/Makefile	Sat May 16 00:40:53 2020	(r535343)
@@ -757,6 +757,7 @@
     SUBDIR += py-graphillion
     SUBDIR += py-gym
     SUBDIR += py-hdbscan
+    SUBDIR += py-hdmedians
     SUBDIR += py-igraph
     SUBDIR += py-intspan
     SUBDIR += py-keras

Added: head/math/py-hdmedians/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-hdmedians/Makefile	Sat May 16 00:40:53 2020	(r535343)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	hdmedians
+PORTVERSION=	0.13
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	High-dimensional medians
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
+RUN_DEPENDS=	${PYNUMPY}
+
+USES=		python
+USE_PYTHON=	autoplist cython distutils
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hdmedians/geomedian.so
+
+.include <bsd.port.mk>

Added: head/math/py-hdmedians/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-hdmedians/distinfo	Sat May 16 00:40:53 2020	(r535343)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589589218
+SHA256 (hdmedians-0.13.tar.gz) = 230f80e064d905c49a1941af1b7e806e2f22b3c9a90ad5c21fd17d72636ea277
+SIZE (hdmedians-0.13.tar.gz) = 3108

Added: head/math/py-hdmedians/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-hdmedians/pkg-descr	Sat May 16 00:40:53 2020	(r535343)
@@ -0,0 +1,4 @@
+High-dimensional medians (medoid, geometric median, etc.).
+Fast implementations in Python.
+
+WWW: https://github.com/daleroberts/hdmedians



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005160040.04G0erCH026565>