aboutsummaryrefslogtreecommitdiff
path: root/devel/py-tables
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-18 22:43:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-18 22:43:17 +0000
commit416ce726e9f260439a7365ff7bcc1c48c91af520 (patch)
tree26d618c6da6f9f3b4d7ab85e4fb0830e7c645d9a /devel/py-tables
parenta0cf1277a56014d3e2e6ad031bdbebb53e6562bc (diff)
downloadports-416ce726e9f260439a7365ff7bcc1c48c91af520.tar.gz
ports-416ce726e9f260439a7365ff7bcc1c48c91af520.zip
- Update to 1.1
PR: ports/83692 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Notes
Notes: svn path=/head/; revision=139548
Diffstat (limited to 'devel/py-tables')
-rw-r--r--devel/py-tables/Makefile11
-rw-r--r--devel/py-tables/distinfo4
2 files changed, 9 insertions, 6 deletions
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