svn commit: r560053 - in head/science: . py-libpysal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 19:58:17 UTC 2021


Author: sunpoet
Date: Sun Jan  3 19:58:09 2021
New Revision: 560053
URL: https://svnweb.freebsd.org/changeset/ports/560053

Log:
  Add py-libpysal 4.3.0
  
  Python Spatial Analysis Library Core
  
  libpysal offers four modules that form the building blocks in many upstream
  packages in the PySAL family:
  - Spatial Weights: libpysal.weights
  - Input-and output: libpysal.io
  - Computational geometry: libpysal.cg
  - Built-in example datasets libpysal.examples
  
  WWW: https://pysal.org/libpysal/
  WWW: https://github.com/pysal/libpysal

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

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Jan  3 19:58:04 2021	(r560052)
+++ head/science/Makefile	Sun Jan  3 19:58:09 2021	(r560053)
@@ -248,6 +248,7 @@
     SUBDIR += py-kinematics
     SUBDIR += py-kliff
     SUBDIR += py-liac-arff
+    SUBDIR += py-libpysal
     SUBDIR += py-lifelines
     SUBDIR += py-mdp
     SUBDIR += py-mmtf-python

Added: head/science/py-libpysal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-libpysal/Makefile	Sun Jan  3 19:58:09 2021	(r560053)
@@ -0,0 +1,29 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	libpysal
+PORTVERSION=	4.3.0
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Core components of PySAL A library of spatial analysis functions
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/science/py-libpysal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-libpysal/distinfo	Sun Jan  3 19:58:09 2021	(r560053)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598761
+SHA256 (libpysal-4.3.0.tar.gz) = d7cb34aa20f07c93d8f1f12431aa7c6aa9a08b92cc4396022a04fc2086e5d2d7
+SIZE (libpysal-4.3.0.tar.gz) = 2355016

Added: head/science/py-libpysal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-libpysal/pkg-descr	Sun Jan  3 19:58:09 2021	(r560053)
@@ -0,0 +1,11 @@
+Python Spatial Analysis Library Core
+
+libpysal offers four modules that form the building blocks in many upstream
+packages in the PySAL family:
+- Spatial Weights: libpysal.weights
+- Input-and output: libpysal.io
+- Computational geometry: libpysal.cg
+- Built-in example datasets libpysal.examples
+
+WWW: https://pysal.org/libpysal/
+WWW: https://github.com/pysal/libpysal


More information about the svn-ports-all mailing list