diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-12-19 11:41:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-12-19 11:41:34 +0800 |
commit | a2f6e9dfb90cd9b980aa95913062b15cb57f2ef5 (patch) | |
tree | a4d666293389cafa7fc79047625d5b08ca2da43c | |
parent | 951546a7494f3d4f64749ad9c1f00bdd7ce129ee (diff) | |
download | freebsd-ports-gnome-a2f6e9dfb90cd9b980aa95913062b15cb57f2ef5.tar.gz freebsd-ports-gnome-a2f6e9dfb90cd9b980aa95913062b15cb57f2ef5.tar.zst freebsd-ports-gnome-a2f6e9dfb90cd9b980aa95913062b15cb57f2ef5.zip |
add pytables 0.7.2
A hierarchical database for Python
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-tables/Makefile | 35 | ||||
-rw-r--r-- | devel/py-tables/distinfo | 1 | ||||
-rw-r--r-- | devel/py-tables/pkg-descr | 5 | ||||
-rw-r--r-- | devel/py-tables/pkg-plist | 43 |
5 files changed, 85 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 56daefd0bc95..92c10a759cd4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -954,6 +954,7 @@ SUBDIR += py-roxlib SUBDIR += py-sip SUBDIR += py-spark + SUBDIR += py-tables SUBDIR += py-twisted SUBDIR += py-ui SUBDIR += py-unit diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile new file mode 100644 index 000000000000..5f6476196f73 --- /dev/null +++ b/devel/py-tables/Makefile @@ -0,0 +1,35 @@ +# ex:ts=8 +# Ports collection makefile for: PyTables +# Date created: Dec 19, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= tables +PORTVERSION= 0.7.2 +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pytables +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pytables-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A hierarchical database for Python + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray +LIB_DEPENDS= hdf5.0:${PORTSDIR}/graphics/hdf5 \ + lzo.1:${PORTSDIR}/archivers/lzo \ + ucl.0:${PORTSDIR}/archivers/ucl +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/devel/py-tables/distinfo b/devel/py-tables/distinfo new file mode 100644 index 000000000000..54aa4bb622dd --- /dev/null +++ b/devel/py-tables/distinfo @@ -0,0 +1 @@ +MD5 (pytables-0.7.2.tar.gz) = b6b14895bbdb01020e66d7f18fe0373f diff --git a/devel/py-tables/pkg-descr b/devel/py-tables/pkg-descr new file mode 100644 index 000000000000..0d208e3bb804 --- /dev/null +++ b/devel/py-tables/pkg-descr @@ -0,0 +1,5 @@ +The goal of PyTables is to enable the end user to manipulate easily scientific +data tables and Numerical Python objects in a persistent, disk-based +hierarchical structure. + +WWW: http://pytables.sourceforge.net/ diff --git a/devel/py-tables/pkg-plist b/devel/py-tables/pkg-plist new file mode 100644 index 000000000000..ff8cec7dfabc --- /dev/null +++ b/devel/py-tables/pkg-plist @@ -0,0 +1,43 @@ +%%PYTHON_SITELIBDIR%%/tables/Array.py +%%PYTHON_SITELIBDIR%%/tables/Array.pyc +%%PYTHON_SITELIBDIR%%/tables/Array.pyo +%%PYTHON_SITELIBDIR%%/tables/AttributeSet.py +%%PYTHON_SITELIBDIR%%/tables/AttributeSet.pyc +%%PYTHON_SITELIBDIR%%/tables/AttributeSet.pyo +%%PYTHON_SITELIBDIR%%/tables/File.py +%%PYTHON_SITELIBDIR%%/tables/File.pyc +%%PYTHON_SITELIBDIR%%/tables/File.pyo +%%PYTHON_SITELIBDIR%%/tables/Group.py +%%PYTHON_SITELIBDIR%%/tables/Group.pyc +%%PYTHON_SITELIBDIR%%/tables/Group.pyo +%%PYTHON_SITELIBDIR%%/tables/IsDescription.py +%%PYTHON_SITELIBDIR%%/tables/IsDescription.pyc +%%PYTHON_SITELIBDIR%%/tables/IsDescription.pyo +%%PYTHON_SITELIBDIR%%/tables/Leaf.py +%%PYTHON_SITELIBDIR%%/tables/Leaf.pyc +%%PYTHON_SITELIBDIR%%/tables/Leaf.pyo +%%PYTHON_SITELIBDIR%%/tables/Table.py +%%PYTHON_SITELIBDIR%%/tables/Table.pyc +%%PYTHON_SITELIBDIR%%/tables/Table.pyo +%%PYTHON_SITELIBDIR%%/tables/__init__.py +%%PYTHON_SITELIBDIR%%/tables/__init__.pyc +%%PYTHON_SITELIBDIR%%/tables/__init__.pyo +%%PYTHON_SITELIBDIR%%/tables/hdf5Extension.so +%%PYTHON_SITELIBDIR%%/tables/utils.py +%%PYTHON_SITELIBDIR%%/tables/utils.pyc +%%PYTHON_SITELIBDIR%%/tables/utils.pyo +@dirrm %%PYTHON_SITELIBDIR%%/tables +%%PORTDOCS%%%%EXAMPLESDIR%%/array1.py +%%PORTDOCS%%%%EXAMPLESDIR%%/array2.py +%%PORTDOCS%%%%EXAMPLESDIR%%/array3.py +%%PORTDOCS%%%%EXAMPLESDIR%%/array4.py +%%PORTDOCS%%%%EXAMPLESDIR%%/attributes1.py +%%PORTDOCS%%%%EXAMPLESDIR%%/dumpFile.py +%%PORTDOCS%%%%EXAMPLESDIR%%/gl-test.py +%%PORTDOCS%%%%EXAMPLESDIR%%/objecttree.py +%%PORTDOCS%%%%EXAMPLESDIR%%/table-tree.py +%%PORTDOCS%%%%EXAMPLESDIR%%/table1.py +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial1-1.py +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial1-2.py +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial2.py +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |