From 416ce726e9f260439a7365ff7bcc1c48c91af520 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 18 Jul 2005 22:43:17 +0000 Subject: - Update to 1.1 PR: ports/83692 Submitted by: Vsevolod Stakhov --- devel/py-tables/Makefile | 11 +++++++---- devel/py-tables/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'devel/py-tables') diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index d8b4081ca3b6..55afbd722d04 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -7,8 +7,7 @@ # PORTNAME= tables -PORTVERSION= 1.0 -PORTREVISION= 3 +PORTVERSION= 1.1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pytables @@ -30,13 +29,17 @@ USE_PYDISTUTILS= yes PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack +.if !exists(/usr/bin/bzip2) +LIB_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif + post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py post-install: - @${FIND} ${PYTHON_SITELIBDIR}/tables ! -type d | \ + @${FIND} ${PYTHONPREFIX_SITELIBDIR}/tables ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${PYTHON_SITELIBDIR}/tables -type d | ${SORT} -r | \ + @${FIND} ${PYTHONPREFIX_SITELIBDIR}/tables -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} diff --git a/devel/py-tables/distinfo b/devel/py-tables/distinfo index a4d11f3ffe23..ee90f8c1c73f 100644 --- a/devel/py-tables/distinfo +++ b/devel/py-tables/distinfo @@ -1,2 +1,2 @@ -MD5 (pytables-1.0.tar.gz) = 776b3ef35b59a12c1617be919cd072d8 -SIZE (pytables-1.0.tar.gz) = 2388959 +MD5 (pytables-1.1.tar.gz) = 62be2271cab933b9c0712887d15522f2 +SIZE (pytables-1.1.tar.gz) = 2693924 -- cgit v1.2.3