commit: 7e11526107192e42a016a33483768ae404b6231b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 04:06:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 04:34:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e115261
dev-python/pyphen: Bump to 0.17.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyphen/Manifest | 1 +
dev-python/pyphen/pyphen-0.17.2.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest
index 5a8307467c3d..a31302067bbe 100644
--- a/dev-python/pyphen/Manifest
+++ b/dev-python/pyphen/Manifest
@@ -1 +1,2 @@
DIST pyphen-0.17.0.tar.gz 2072773 BLAKE2B
14c7700854dfe952ff24f7d8fcd80b2287fda4e53dfd57c8cfc506162641a5f13031a0f49b3e0868e1adf050a6fb736b87b95cb5136b90e545b1328d61774a2a
SHA512
2f856e9d7f404c515bc7c4c26f4a60664d1f22e08d078818d008d87809e76e4a56976169a131bb368785bd4b01b4c08b2699702afa721d498eb715eb797dc3e2
+DIST pyphen-0.17.2.tar.gz 2079470 BLAKE2B
9b0363d8c098d2dad28edd06b0fcf1ad11b940e6060323a9e38e34520df69cb7aeec3c65f930282ccb8c4af9df51573462477bd70697024547d4ec09a1f30fac
SHA512
8009dc6b82fc5c17cfad12fbf26cbbf4a8580cbbe6cb8274fbe640d7ac9ae30f08c21e2b670e69712c909b1624a930159e7398003b139fc8ad8e486611e5e5c4
diff --git a/dev-python/pyphen/pyphen-0.17.2.ebuild
b/dev-python/pyphen/pyphen-0.17.2.ebuild
new file mode 100644
index 000000000000..db446f59c5f0
--- /dev/null
+++ b/dev-python/pyphen/pyphen-0.17.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..13} )
+
+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"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o addopts=
+}