Date: Thu, 4 Sep 2014 16:24:31 +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: r367288 - in head/science: . py-pysal Message-ID: <201409041624.s84GOVc7012786@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 4 16:24:31 2014 New Revision: 367288 URL: http://svnweb.freebsd.org/changeset/ports/367288 QAT: https://qat.redports.org/buildarchive/r367288/ Log: - Add py-pysal 1.8.0 PySAL is a cross-platform library of spatial analysis functions written in Python. It is intended to support the development of high level applications for spatial analysis. WWW: https://pypi.python.org/pypi/PySAL WWW: http://pysal.org/ Added: head/science/py-pysal/ head/science/py-pysal/Makefile (contents, props changed) head/science/py-pysal/distinfo (contents, props changed) head/science/py-pysal/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Thu Sep 4 16:23:56 2014 (r367287) +++ head/science/Makefile Thu Sep 4 16:24:31 2014 (r367288) @@ -147,6 +147,7 @@ SUBDIR += py-pyaixi SUBDIR += py-pydap SUBDIR += py-pydicom + SUBDIR += py-pysal SUBDIR += py-scikit-learn SUBDIR += py-scimath SUBDIR += py-scipy Added: head/science/py-pysal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pysal/Makefile Thu Sep 4 16:24:31 2014 (r367288) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pysal +PORTVERSION= 1.8.0 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PySAL-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Cross-platform library of spatial analysis functions + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3:${PORTSDIR}/math/py-numpy \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.7:${PORTSDIR}/science/py-scipy +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PYTHON= autoplist distutils +USES= python:2 + +.include <bsd.port.mk> Added: head/science/py-pysal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pysal/distinfo Thu Sep 4 16:24:31 2014 (r367288) @@ -0,0 +1,2 @@ +SHA256 (PySAL-1.8.0.tar.gz) = 8c79492332dec86d22db0d0c6042689d36a4770f540118a5e5b46a8fc28dbc6b +SIZE (PySAL-1.8.0.tar.gz) = 10214780 Added: head/science/py-pysal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pysal/pkg-descr Thu Sep 4 16:24:31 2014 (r367288) @@ -0,0 +1,6 @@ +PySAL is a cross-platform library of spatial analysis functions written in +Python. It is intended to support the development of high level applications for +spatial analysis. + +WWW: https://pypi.python.org/pypi/PySAL +WWW: http://pysal.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409041624.s84GOVc7012786>