Skip to content

Commit

Permalink
devel/py-ijson: Update to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 11, 2023
1 parent e94894b commit 529b124
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions devel/py-ijson/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= ijson
PORTVERSION= 3.2.0.post0
PORTVERSION= 3.2.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -18,10 +18,12 @@ OPTIONS_DEFINE= YAJL
YAJL_DESC= Enable yajl2_c backend

YAJL_LIB_DEPENDS= libyajl.so:devel/yajl
YAJL_MAKE_ENV= IJSON_BUILD_YAJL2C='1'
YAJL_MAKE_ENV_OFF= IJSON_BUILD_YAJL2C='0'
YAJL_USES= localbase:ldflags
YAJL_VARS_OFF= NO_ARCH=yes

post-patch-YAJL-off:
@${REINPLACE_CMD} -e 's|if embed_yajl or have_yajl|if False|' ${WRKSRC}/setup.py
post-install-YAJL-on:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-ijson/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1684104414
SHA256 (ijson-3.2.0.post0.tar.gz) = 80a5bd7e9923cab200701f67ad2372104328b99ddf249dbbe8834102c852d316
SIZE (ijson-3.2.0.post0.tar.gz) = 56854
TIMESTAMP = 1696904122
SHA256 (ijson-3.2.3.tar.gz) = 10294e9bf89cb713da05bc4790bdff616610432db561964827074898e174f917
SIZE (ijson-3.2.3.tar.gz) = 57596

0 comments on commit 529b124

Please sign in to comment.