1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

japanese/py-SudachiPy: Remove unnecessary lines; Fix typo

This commit is contained in:
Yuri Victorovich 2024-07-20 14:33:39 -07:00
parent b2147cc06f
commit 3a04e73149
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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.