git: 3a04e73149db - main - japanese/py-SudachiPy: Remove unnecessary lines; Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jul 2024 22:49:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a04e73149db46255607c02bbc27021e8a38f6b6 commit 3a04e73149db46255607c02bbc27021e8a38f6b6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-20 21:33:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-20 22:49:21 +0000 japanese/py-SudachiPy: Remove unnecessary lines; Fix typo --- japanese/py-SudachiPy/Makefile | 4 ---- japanese/py-SudachiPy/pkg-descr | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/japanese/py-SudachiPy/Makefile b/japanese/py-SudachiPy/Makefile index c4d2e836b193..d94781457fa9 100644 --- a/japanese/py-SudachiPy/Makefile +++ b/japanese/py-SudachiPy/Makefile @@ -164,13 +164,9 @@ CARGO_CRATES= aho-corasick-1.1.3 \ windows_x86_64_msvc-0.52.6 \ yada-0.5.1 -#CARGO_CONFIGURE= no CARGO_BUILD= no CARGO_INSTALL= no -xpost-configure: - @(cd ${BUILD_WRKSRC}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ${PYDISTUTILS_CONFIGURE_TARGET} ${PYDISTUTILS_CONFIGUREARGS}) - post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sudachipy/sudachipy${PYTHON_EXT_SUFFIX}.so diff --git a/japanese/py-SudachiPy/pkg-descr b/japanese/py-SudachiPy/pkg-descr index 2cced89fa2d4..a657f2d08c15 100644 --- a/japanese/py-SudachiPy/pkg-descr +++ b/japanese/py-SudachiPy/pkg-descr @@ -1,4 +1,4 @@ -SudaciPy is a Python bindings of sudachi.rs +SudachiPy is a Python bindings of sudachi.rs sudachi.rs is a Rust implementation of Sudachi, a Japanese morphological analyzer.