repo/gentoo:master commit in: dev-python/pyphen/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786712032.a417cf7f8b3ef2eb6a41123a87369ea93ea26704.mgorny@gentoo> |
commit: a417cf7f8b3ef2eb6a41123a87369ea93ea26704
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 11:40:48 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 12:53:52 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a417cf7f
dev-python/pyphen: Bump to 0.18.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyphen/Manifest | 2 ++
dev-python/pyphen/pyphen-0.18.1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest
index 9e185ca1707e..f654e5856132 100644
--- a/dev-python/pyphen/Manifest
+++ b/dev-python/pyphen/Manifest
@@ -1 +1,3 @@
DIST pyphen-0.17.2.tar.gz 2079470 BLAKE2B 9b0363d8c098d2dad28edd06b0fcf1ad11b940e6060323a9e38e34520df69cb7aeec3c65f930282ccb8c4af9df51573462477bd70697024547d4ec09a1f30fac SHA512 8009dc6b82fc5c17cfad12fbf26cbbf4a8580cbbe6cb8274fbe640d7ac9ae30f08c21e2b670e69712c909b1624a930159e7398003b139fc8ad8e486611e5e5c4
+DIST pyphen-0.18.1.tar.gz 2116411 BLAKE2B d2e6836a30ca04c2a620007eac553606716fd3d95473e27776e0582909c7cdcc2d224bfbb4110597ff0758b070188807168f90a949df42f68a9efcca148f280d SHA512 c5e6e56b2314369e83069b9987b233480372434ba6c51b6b98f988caf21e20724fba8bb93ad97f4b1a97f5605d43c72657e8986cd4a4e74463d0dff698e5f4f7
+DIST pyphen-0.18.1.tar.gz.provenance 9568 BLAKE2B 2b7d6313fdc84a87bc0c5c1b2404433e2edd1562c1fbe70e23b85aaa91c8fa624f66574f8d9f23833052a22c8fe229321011b26c5b6b45a02b14a0bf0336d339 SHA512 d055b22256a16d1b9b5f3c2e59783b35d75d5ad9940bccf82c18567a5e9888cd3bbd6eec3de557fe5d99cc462ebbeedd5e429765edee0877b8d3ade639a0750e
diff --git a/dev-python/pyphen/pyphen-0.18.1.ebuild b/dev-python/pyphen/pyphen-0.18.1.ebuild
new file mode 100644
index 000000000000..10fc83995d67
--- /dev/null
+++ b/dev-python/pyphen/pyphen-0.18.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit-core
+PYPI_VERIFY_REPO=https://github.com/Kozea/Pyphen
+PYTHON_COMPAT=( python3_{12..15} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python module for hyphenation using hunspell dictionaries"
+HOMEPAGE="
+ https://github.com/Kozea/Pyphen/
+ https://pypi.org/project/pyphen/
+"
+
+LICENSE="GPL-2+ LGPL-2+ MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o addopts=
+}