dev-python/grapheme: new package, add 0.8.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-10-31 21:38:59 +05:00
parent 1253de8f31
commit ff8fac2e5b
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST graphemeu-0.8.0.tar.gz 306775 BLAKE2B a336bc4bffe0429001aaea70d3e963541dbdc48919ae083b0e5753e78d8969530491bdeec336190ca90dcba681dfbda62a77890bc497239b6994d5165dbe5657 SHA512 ccc85db9db964c65a3ada48ff0c5dbf16cd9d76f2a2d5f08e9523b662ff801dc2c0280b4df95fa71f058d876186309d53fb88da73296f7ffbe02cde48ae2bb49

View File

@@ -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

View File

@@ -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>cyber+gentoo@sysrq.in</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>