svn commit: r367288 - in head/science: . py-pysal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 4 16:24:32 UTC 2014
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pysal
+PORTVERSION= 1.8.0
+CATEGORIES= science python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= PySAL-${PORTVERSION}
+
+MAINTAINER= sunpoet at 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/
More information about the svn-ports-all
mailing list