diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:21:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:21:06 +0000 |
commit | 82ae47fc4fa0216641071e03e41949e60c46448f (patch) | |
tree | 5827384bd96eedf89829f396ab58159889e673f1 /devel/py-tables | |
parent | e49ead0a181b209e94c1ddadcbd5243be22cfa68 (diff) | |
download | ports-82ae47fc4fa0216641071e03e41949e60c46448f.tar.gz ports-82ae47fc4fa0216641071e03e41949e60c46448f.zip |
- Update to 2.0.4
- Pass maintainership to submitter
PR: 129707
Submitted by: Wen Heping <wenheping@gmail.com>
Notes
Notes:
svn path=/head/; revision=224598
Diffstat (limited to 'devel/py-tables')
-rw-r--r-- | devel/py-tables/Makefile | 13 | ||||
-rw-r--r-- | devel/py-tables/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index 35de27498d3d..c8ad5f348663 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -7,23 +7,22 @@ # PORTNAME= tables -PORTVERSION= 1.4 +PORTVERSION= 2.0.4 CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pytables +MASTER_SITES= http://www.pytables.org/download/stable/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pytables-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= A hierarchical database for Python -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \ lzo.1:${PORTSDIR}/archivers/lzo \ ucl.1:${PORTSDIR}/archivers/ucl -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray +RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack diff --git a/devel/py-tables/distinfo b/devel/py-tables/distinfo index 52f05743ba28..aeb578484179 100644 --- a/devel/py-tables/distinfo +++ b/devel/py-tables/distinfo @@ -1,3 +1,3 @@ -MD5 (pytables-1.4.tar.gz) = f6c50a9c2c18286a284e3a50d111ed3d -SHA256 (pytables-1.4.tar.gz) = 04a68f8f53eac65cb1caaf98f85e4984a193f0366c3bf9faf0f5d13ca6f54675 -SIZE (pytables-1.4.tar.gz) = 4051791 +MD5 (pytables-2.0.4.tar.gz) = e9892962256d28c898ea0c985e60c09e +SHA256 (pytables-2.0.4.tar.gz) = 222778e63a37cc5dbbba1aa938264551a2f8c15f0a3c36071654972280385405 +SIZE (pytables-2.0.4.tar.gz) = 3453193 |