- Update to 1.1
PR: ports/83692 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
This commit is contained in:
parent
a0cf1277a5
commit
416ce726e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139548
2 changed files with 9 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue