commit:     37bae26589605161610ceea99fc3cab6055ad23b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 02:49:52 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 15 02:59:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bae265

dev-python/pyenchant: Bump to 3.3.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyenchant/Manifest               |  1 +
 dev-python/pyenchant/pyenchant-3.3.0.ebuild | 35 +++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pyenchant/Manifest b/dev-python/pyenchant/Manifest
index 8d495f202044..8148f9a5c686 100644
--- a/dev-python/pyenchant/Manifest
+++ b/dev-python/pyenchant/Manifest
@@ -1 +1,2 @@
 DIST pyenchant-3.2.2.gh.tar.gz 75565 BLAKE2B 
150bdca0d316b2242d60d8c42baf2e5e8cee3df2c57bf47be61170af956cb8c4ee1a584ad2aedd1ed8f203028938c8c0ada40ea45045746deeb4e67c53dc5c70
 SHA512 
42ab2e0cc38af4223ec0233c9e22cd151aa9bda5b56b7bd642e39e3a323ab3c034391123af5d3a5399551533ba1c1746abd6bc9ee2ab4c7879b9bf0ac91e056d
+DIST pyenchant-3.3.0.gh.tar.gz 77934 BLAKE2B 
9773effc74dc93ce43383b2a03fccd655ce93bb48220e4422acde7f6baefabd8f4a6a77adcb856340a342f85ffd6d2817d115e54053df682d9e6e2f7eb2b5c32
 SHA512 
4b18d40a17ea0826c9ce042fb39dafde32e28809f4deae74e6a7ff62a4b92a3e351274d0fcaecd4f14fd408c1c8e67270bb124b3b562865e73779875e6550aee

diff --git a/dev-python/pyenchant/pyenchant-3.3.0.ebuild 
b/dev-python/pyenchant/pyenchant-3.3.0.ebuild
new file mode 100644
index 000000000000..c5d0182bcfbc
--- /dev/null
+++ b/dev-python/pyenchant/pyenchant-3.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the Enchant spellchecking system"
+HOMEPAGE="
+       https://github.com/pyenchant/pyenchant/
+       https://pypi.org/project/pyenchant/
+"
+SRC_URI="
+       https://github.com/pyenchant/pyenchant/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+       app-text/enchant:*
+"
+BDEPEND="
+       test? (
+               app-dicts/myspell-en
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to