dev-python/pyrime: new package, add 0.0.3

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
Wu, Zhenyu
2024-11-07 01:21:18 +08:00
parent 4ac51bea8b
commit 02052f41cf
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pyrime-0.0.3.tar.gz 44502 BLAKE2B 545001afb407f9e5ad1d30a3aec9de4c8e2a25ac526626aa556e85456dc879c6eaa941a69f5871e8e45b1fb3eb556a192c9329211d4dd419c74cc00efeacd228 SHA512 8c628b51625b4c09c02165e63ac3323d901d95ff2d99046d46d3e5f5d73fe555feed1935a95f0dcf11999e013ceb22b77f5023a514679754788d570f442da9d8

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>wuzhenyu@ustc.edu</email>
<name>Wu, Zhenyu</name>
</maintainer>
<upstream>
<remote-id type="pypi">pyrime</remote-id>
<remote-id type="github">Freed-Wu/pyrime</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=meson-python
PYTHON_COMPAT=( python3_{8..13} python3_13t pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="rime for python"
HOMEPAGE="
https://github.com/Freed-Wu/$PN
https://pypi.org/project/$PN
"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
app-i18n/librime
"
RDEPEND="$DEPEND"