Commit 281c08e1 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

textproc/en-core-web-sm: Move to textproc/py-en-core-web-sm

parent 12928b9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5168,3 +5168,4 @@ misc/unicode-cldr|textproc/CLDR|2026-03-14|Remove duplicate port. Use textproc/C
emulators/ppsspp-qt5|emulators/ppsspp|2026-03-15|Qt5 is end of life, please use emulators/ppsspp
devel/py-marshmallow-enum||2026-03-15|Has expired: Upstream repository has been archived on Oct 19, 2022
java/openjdk20||2026-03-15|Has expired: No longer supported by upstream
textproc/py-en-core-web-sm|textproc/py-en-core-web-sm|2026-03-17|Add py- prefix to match Python package name
+2 −1
Original line number Diff line number Diff line
PORTNAME=	misaki
DISTVERSION=	0.9.4
PORTREVISION=	1
CATEGORIES=	misc python # machine learning
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -30,7 +31,7 @@ KO_DESC= Korean language support

EN_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}num2words>0:devel/py-num2words@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}spacy>0:textproc/py-spacy@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}en-core-web-sm>0:textproc/en-core-web-sm@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}en-core-web-sm>0:textproc/py-en-core-web-sm@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}phonemizer-fork>0:textproc/py-phonemizer-fork@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}espeakng_loader>0:audio/py-espeakng-loader@${PY_FLAVOR}
JA_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fugashi>0:japanese/py-fugashi@${PY_FLAVOR} \
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,6 @@
    SUBDIR += elasticsearch7
    SUBDIR += elasticsearch8
    SUBDIR += en-aspell
    SUBDIR += en-core-web-sm
    SUBDIR += en-hunspell
    SUBDIR += en-mythes
    SUBDIR += enchant
@@ -1390,6 +1389,7 @@
    SUBDIR += py-elementpath
    SUBDIR += py-emeraldtree
    SUBDIR += py-empy
    SUBDIR += py-en-core-web-sm
    SUBDIR += py-enchant
    SUBDIR += py-enrich
    SUBDIR += py-epy-reader
Loading