commit: ff8fac2e5b6b09c2e150d8a93299bf382eea2b21
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Oct 31 16:38:59 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Oct 31 16:38:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff8fac2e
dev-python/grapheme: new package, add 0.8.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/grapheme/Manifest | 1 +
dev-python/grapheme/grapheme-0.8.0.ebuild | 26 ++++++++++++++++++++++++++
dev-python/grapheme/metadata.xml | 17 +++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/grapheme/Manifest b/dev-python/grapheme/Manifest
new file mode 100644
index 0000000000..85f55b1343
--- /dev/null
+++ b/dev-python/grapheme/Manifest
@@ -0,0 +1 @@
+DIST graphemeu-0.8.0.tar.gz 306775 BLAKE2B
a336bc4bffe0429001aaea70d3e963541dbdc48919ae083b0e5753e78d8969530491bdeec336190ca90dcba681dfbda62a77890bc497239b6994d5165dbe5657
SHA512
ccc85db9db964c65a3ada48ff0c5dbf16cd9d76f2a2d5f08e9523b662ff801dc2c0280b4df95fa71f058d876186309d53fb88da73296f7ffbe02cde48ae2bb49
diff --git a/dev-python/grapheme/grapheme-0.8.0.ebuild
b/dev-python/grapheme/grapheme-0.8.0.ebuild
new file mode 100644
index 0000000000..4db36aac6a
--- /dev/null
+++ b/dev-python/grapheme/grapheme-0.8.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3_11 python3_{11..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
diff --git a/dev-python/grapheme/metadata.xml b/dev-python/grapheme/metadata.xml
new file mode 100644
index 0000000000..5faa0b2010
--- /dev/null
+++ b/dev-python/grapheme/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Anna</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">graphemeu</remote-id>
+ <remote-id type="github">timendum/grapheme</remote-id>
+ <doc>https://graphemeu.readthedocs.io/</doc>
+ <maintainer>
+ <name>Timendum</name>
+ </maintainer>
+ </upstream>
+</pkgmetadata>