mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
textproc/py-pyahocorasick: Update to 1.4.0
* Level up port compliance by stripping the shared lib while I'm here. Changelog since 1.1.8: https://github.com/WojciechMula/pyahocorasick/blob/1.4.0/CHANGELOG.rst MFH: No (contains a breaking API change)
This commit is contained in:
parent
ea20520f68
commit
4d534bda03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541847
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyahocorasick
|
||||
DISTVERSION= 1.1.8
|
||||
DISTVERSION= 1.4.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -19,6 +19,9 @@ PORTDOCS= README.rst
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ahocorasick.so
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1530203234
|
||||
SHA256 (pyahocorasick-1.1.8.tar.gz) = 3d584e7836ca7b066f99d7fdb384dc6ef7af211b2b139baedbd960c7c279bb7f
|
||||
SIZE (pyahocorasick-1.1.8.tar.gz) = 74050
|
||||
TIMESTAMP = 1594291525
|
||||
SHA256 (pyahocorasick-1.4.0.tar.gz) = f9431a20e47e893cadd29f367825e882dbc6fc324a3c24c41e3ff9648e5d04b2
|
||||
SIZE (pyahocorasick-1.4.0.tar.gz) = 312138
|
||||
|
Loading…
Reference in New Issue
Block a user