mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-python/grapheme: new package, add 0.8.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-python/grapheme/Manifest
Normal file
1
dev-python/grapheme/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST graphemeu-0.8.0.tar.gz 306775 BLAKE2B a336bc4bffe0429001aaea70d3e963541dbdc48919ae083b0e5753e78d8969530491bdeec336190ca90dcba681dfbda62a77890bc497239b6994d5165dbe5657 SHA512 ccc85db9db964c65a3ada48ff0c5dbf16cd9d76f2a2d5f08e9523b662ff801dc2c0280b4df95fa71f058d876186309d53fb88da73296f7ffbe02cde48ae2bb49
|
||||
26
dev-python/grapheme/grapheme-0.8.0.ebuild
Normal file
26
dev-python/grapheme/grapheme-0.8.0.ebuild
Normal 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
|
||||
17
dev-python/grapheme/metadata.xml
Normal file
17
dev-python/grapheme/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user