From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3159158042 for ; Wed, 6 Nov 2024 17:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27F64E0D29; Wed, 6 Nov 2024 17:22:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 099D6E0D29 for ; Wed, 6 Nov 2024 17:22:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFC5133C84E for ; Wed, 6 Nov 2024 17:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CCF41CBF for ; Wed, 6 Nov 2024 17:22:51 +0000 (UTC) From: "Wu Zhenyu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wu Zhenyu" Message-ID: <1730913733.02052f41cffa57f64c7210f58df1fe8977280602.Wuzy01@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyrime/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyrime/Manifest dev-python/pyrime/metadata.xml dev-python/pyrime/pyrime-0.0.3.ebuild X-VCS-Directories: dev-python/pyrime/ X-VCS-Committer: Wuzy01 X-VCS-Committer-Name: Wu Zhenyu X-VCS-Revision: 02052f41cffa57f64c7210f58df1fe8977280602 X-VCS-Branch: dev Date: Wed, 6 Nov 2024 17:22:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e004f1c8-1492-4f1d-b594-9fc7bf9c432e X-Archives-Hash: c332796e48e3cadf9d2da12120b1ff5a commit: 02052f41cffa57f64c7210f58df1fe8977280602 Author: Wu, Zhenyu ustc edu> AuthorDate: Wed Nov 6 17:21:18 2024 +0000 Commit: Wu Zhenyu qq com> CommitDate: Wed Nov 6 17:22:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02052f41 dev-python/pyrime: new package, add 0.0.3 Signed-off-by: Wu, Zhenyu ustc.edu> dev-python/pyrime/Manifest | 1 + dev-python/pyrime/metadata.xml | 12 ++++++++++++ dev-python/pyrime/pyrime-0.0.3.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/pyrime/Manifest b/dev-python/pyrime/Manifest new file mode 100644 index 000000000..15a177a8d --- /dev/null +++ b/dev-python/pyrime/Manifest @@ -0,0 +1 @@ +DIST pyrime-0.0.3.tar.gz 44502 BLAKE2B 545001afb407f9e5ad1d30a3aec9de4c8e2a25ac526626aa556e85456dc879c6eaa941a69f5871e8e45b1fb3eb556a192c9329211d4dd419c74cc00efeacd228 SHA512 8c628b51625b4c09c02165e63ac3323d901d95ff2d99046d46d3e5f5d73fe555feed1935a95f0dcf11999e013ceb22b77f5023a514679754788d570f442da9d8 diff --git a/dev-python/pyrime/metadata.xml b/dev-python/pyrime/metadata.xml new file mode 100644 index 000000000..c27e57a9a --- /dev/null +++ b/dev-python/pyrime/metadata.xml @@ -0,0 +1,12 @@ + + + + + wuzhenyu@ustc.edu + Wu, Zhenyu + + + pyrime + Freed-Wu/pyrime + + diff --git a/dev-python/pyrime/pyrime-0.0.3.ebuild b/dev-python/pyrime/pyrime-0.0.3.ebuild new file mode 100644 index 000000000..fd868a500 --- /dev/null +++ b/dev-python/pyrime/pyrime-0.0.3.ebuild @@ -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"