summaryrefslogtreecommitdiff
path: root/dev-python/langdetect/langdetect-1.0.9.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-26 07:24:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-26 07:24:58 +0000
commitd0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f (patch)
treedc0e7ee30747be65744248f91c631400b2d703ed /dev-python/langdetect/langdetect-1.0.9.ebuild
parent4edba0f7c9252e45fae8ba33f768fd5fb1f9f7fa (diff)
downloadbaldeagleos-repo-d0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f.tar.gz
baldeagleos-repo-d0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f.tar.xz
baldeagleos-repo-d0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f.zip
Adding metadata
Diffstat (limited to 'dev-python/langdetect/langdetect-1.0.9.ebuild')
-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 99577c43fc3e..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-2024 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+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