From owner-svn-ports-head@FreeBSD.ORG Thu Sep 4 16:24:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2A887BF; Thu, 4 Sep 2014 16:24:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82F0110BC; Thu, 4 Sep 2014 16:24:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s84GOWeU012790; Thu, 4 Sep 2014 16:24:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s84GOVc7012786; Thu, 4 Sep 2014 16:24:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409041624.s84GOVc7012786@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Sep 2014 16:24:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367288 - in head/science: . py-pysal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 16:24:32 -0000 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 +# $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 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/