summaryrefslogtreecommitdiff
path: root/dev-python/langdetect
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-02 03:24:13 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-02 03:24:13 -0500
commit831710b088a0f8afb66e763ebfc41d16aeebe044 (patch)
tree4ab9a146ebebb2569daef13bd79a7cd2b54b3a63 /dev-python/langdetect
parent8ef36aa9d6f2d960654a3d9ae9069aa19cd5f935 (diff)
downloadbaldeagleos-repo-831710b088a0f8afb66e763ebfc41d16aeebe044.tar.gz
baldeagleos-repo-831710b088a0f8afb66e763ebfc41d16aeebe044.tar.xz
baldeagleos-repo-831710b088a0f8afb66e763ebfc41d16aeebe044.zip
Adding metadata
Diffstat (limited to 'dev-python/langdetect')
-rw-r--r--dev-python/langdetect/langdetect-1.0.9.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/langdetect/langdetect-1.0.9.ebuild b/dev-python/langdetect/langdetect-1.0.9.ebuild
index af2dce063d86..56733bbffc48 100644
--- a/dev-python/langdetect/langdetect-1.0.9.ebuild
+++ b/dev-python/langdetect/langdetect-1.0.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{12..14} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
@@ -19,6 +19,4 @@ KEYWORDS="~amd64"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-PATCHES=( "${FILESDIR}/${P}-explicit-config.patch" )
-
distutils_enable_tests unittest