Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Apr 2026 09:58:14 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd6400f86830 - main - textproc/py-lingua-language-detector: Remove 'concurrent'
Message-ID:  <69d4d536.47334.d8194c3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd6400f86830b219e6c5fb48f49a98377ecd5629

commit cd6400f86830b219e6c5fb48f49a98377ecd5629
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-06 17:58:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-07 09:58:07 +0000

    textproc/py-lingua-language-detector: Remove 'concurrent'
---
 textproc/py-lingua-language-detector/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/py-lingua-language-detector/Makefile b/textproc/py-lingua-language-detector/Makefile
index 80d13b6b1cbe..2f0ffd67e3a0 100644
--- a/textproc/py-lingua-language-detector/Makefile
+++ b/textproc/py-lingua-language-detector/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}maturin>=1.1:devel/py-maturin@${PY_FLAVOR}
 
 USES=		cargo python
-USE_PYTHON=	pep517 concurrent autoplist
+USE_PYTHON=	pep517 autoplist
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	pemistahl


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d4d536.47334.d8194c3>