diff --git a/dev-python/grapheme/Manifest b/dev-python/grapheme/Manifest index 85f55b1343..f7af48c33c 100644 --- a/dev-python/grapheme/Manifest +++ b/dev-python/grapheme/Manifest @@ -1 +1,2 @@ +DIST graphemeu-0.10.0.tar.gz 336918 BLAKE2B 939ca806152dd0c46bc6b9d4c4e1713b6d3739a77158dc6343d480df1132f5aea39e07bf8116ec57f3f531fc5db08f748c0741a56593a274f7fd74caba0affb3 SHA512 a204ccfc3d9d3133d48dd80daf9d1fe66e2098f36e860f39df7de118ade0e0ae3d714086ae09b4a85c11d2a2447fcbbaf4be678b4bd540bd1bc449c2e0571b1e DIST graphemeu-0.8.0.tar.gz 306775 BLAKE2B a336bc4bffe0429001aaea70d3e963541dbdc48919ae083b0e5753e78d8969530491bdeec336190ca90dcba681dfbda62a77890bc497239b6994d5165dbe5657 SHA512 ccc85db9db964c65a3ada48ff0c5dbf16cd9d76f2a2d5f08e9523b662ff801dc2c0280b4df95fa71f058d876186309d53fb88da73296f7ffbe02cde48ae2bb49 diff --git a/dev-python/grapheme/grapheme-0.10.0.ebuild b/dev-python/grapheme/grapheme-0.10.0.ebuild new file mode 100644 index 0000000000..959c6279e5 --- /dev/null +++ b/dev-python/grapheme/grapheme-0.10.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{12..14} ) +PYPI_PN="graphemeu" + +inherit distutils-r1 pypi + +DESCRIPTION="Unicode grapheme helpers" +HOMEPAGE=" + https://graphemeu.readthedocs.io/ + https://pypi.org/project/graphemeu/ + https://github.com/timendum/grapheme +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +distutils_enable_sphinx docs dev-python/alabaster + +python_test() { + epytest -o "addopts=" +}