Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 19:58:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560054 - in head/science: . py-segregation
Message-ID:  <202101031958.103JwEH4087959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 19:58:14 2021
New Revision: 560054
URL: https://svnweb.freebsd.org/changeset/ports/560054

Log:
  Add py-segregation 1.4.0
  
  Segregation Analysis, Inference, and Decomposition with PySAL
  
  The PySAL segregation package is a tool for analyzing patterns of urban
  segregation. With only a few lines of code, segregation users can calculate over
  40 segregation measures from simple to state-of-the art.
  
  WWW: https://pysal.org/segregation/
  WWW: https://github.com/pysal/segregation

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

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Jan  3 19:58:09 2021	(r560053)
+++ head/science/Makefile	Sun Jan  3 19:58:14 2021	(r560054)
@@ -289,6 +289,7 @@
     SUBDIR += py-scimath
     SUBDIR += py-scipy
     SUBDIR += py-scoria
+    SUBDIR += py-segregation
     SUBDIR += py-segyio
     SUBDIR += py-spglib
     SUBDIR += py-tensorflow

Added: head/science/py-segregation/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-segregation/Makefile	Sun Jan  3 19:58:14 2021	(r560054)
@@ -0,0 +1,32 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	segregation
+PORTVERSION=	1.4.0
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Analytics for spatial and non-spatial segregation in Python
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mapclassify>=0:graphics/py-mapclassify@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.21.3:science/py-scikit-learn@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/science/py-segregation/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-segregation/distinfo	Sun Jan  3 19:58:14 2021	(r560054)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598763
+SHA256 (segregation-1.4.0.tar.gz) = 9e0cf8929b3005758ec157adf4fcd6ebffc494b62a81489cbfb3d0f3ca6b2224
+SIZE (segregation-1.4.0.tar.gz) = 62224

Added: head/science/py-segregation/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-segregation/pkg-descr	Sun Jan  3 19:58:14 2021	(r560054)
@@ -0,0 +1,8 @@
+Segregation Analysis, Inference, and Decomposition with PySAL
+
+The PySAL segregation package is a tool for analyzing patterns of urban
+segregation. With only a few lines of code, segregation users can calculate over
+40 segregation measures from simple to state-of-the art.
+
+WWW: https://pysal.org/segregation/
+WWW: https://github.com/pysal/segregation



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