mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
add pytables 0.7.2
A hierarchical database for Python
This commit is contained in:
parent
7fafa757de
commit
2f1c532aaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96177
5 changed files with 85 additions and 0 deletions
|
@ -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
|
||||
|
|
35
devel/py-tables/Makefile
Normal file
35
devel/py-tables/Makefile
Normal file
|
@ -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>
|
1
devel/py-tables/distinfo
Normal file
1
devel/py-tables/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pytables-0.7.2.tar.gz) = b6b14895bbdb01020e66d7f18fe0373f
|
5
devel/py-tables/pkg-descr
Normal file
5
devel/py-tables/pkg-descr
Normal file
|
@ -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/
|
43
devel/py-tables/pkg-plist
Normal file
43
devel/py-tables/pkg-plist
Normal file
|
@ -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%%
|
Loading…
Add table
Reference in a new issue