- Update to 1.5

- Install bytecode of all Python files under ${DATADIR}/tool/bin
This commit is contained in:
Nicola Vitale 2011-08-03 13:47:30 +00:00
parent 501fe2f568
commit 1fac35be82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278858
3 changed files with 583 additions and 234 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= qooxdoo
PORTVERSION= 1.4
PORTVERSION= 1.5
PORTREVISION= 0
CATEGORIES= www devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-current/${PORTVERSION}/
@ -18,8 +18,6 @@ COMMENT= A comprehensive and innovative Ajax application framework
FIND_FILES= ${WRKSRC} -type f -name "*.py" -print0
FIND_FILES_BAK= ${WRKSRC} -type f -and \( -name "*.orig" -or -name "*.bak" \)
NO_BUILD= yes
QXDDIRS= component framework tool
REINPLACE_ARGS= -i.bak -e 's,/usr/bin/env python,&${PYTHON_VER},'
@ -35,6 +33,10 @@ post-patch:
${FIND} ${FIND_FILES} | ${XARGS} ${XARGS_ARGS} ${REINPLACE_CMD}
${FIND} ${FIND_FILES_BAK} -delete
do-build:
${PYTHON_CMD} -m compileall -f ${WRKSRC}/tool/bin
${PYTHON_CMD} -O -m compileall -f ${WRKSRC}/tool/bin
do-install:
${MKDIR} ${DATADIR}
.for D in ${QXDDIRS}

View file

@ -1,2 +1,2 @@
SHA256 (qooxdoo-1.4-sdk.zip) = 1a94835cbcce2efcb07b4b1f6a0627a4fe94d3d33ca805fd1c975b2ad05a9976
SIZE (qooxdoo-1.4-sdk.zip) = 37782445
SHA256 (qooxdoo-1.5-sdk.zip) = 454f74183c3d7d17dd37e5b19cb985429d7da594e1ca2ad9e7a633e8ae0845bb
SIZE (qooxdoo-1.5-sdk.zip) = 67875249

File diff suppressed because it is too large Load diff