From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E27F1580EB for ; Sat, 24 May 2025 18:20:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 66F05343090 for ; Sat, 24 May 2025 18:20:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 65C61110287; Sat, 24 May 2025 18:20:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 57FD6110287 for ; Sat, 24 May 2025 18:20:46 +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 F078434302F for ; Sat, 24 May 2025 18:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 380A018B2 for ; Sat, 24 May 2025 18:20:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748110812.f5f8ad99f5a247da0863c5aa773e6562ff3f239a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mecab-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mecab-python/Manifest dev-python/mecab-python/mecab-python-1.0.7.ebuild X-VCS-Directories: dev-python/mecab-python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f5f8ad99f5a247da0863c5aa773e6562ff3f239a X-VCS-Branch: master Date: Sat, 24 May 2025 18:20:44 +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: 302a1790-75a6-4e82-b2aa-02f9adcb4b9e X-Archives-Hash: 60c603b02eff678428d1eace9b23be64 commit: f5f8ad99f5a247da0863c5aa773e6562ff3f239a Author: Sam James gentoo org> AuthorDate: Sat May 24 18:20:00 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 24 18:20:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f8ad99 dev-python/mecab-python: add 1.0.7 Closes: https://bugs.gentoo.org/895362 Closes: https://bugs.gentoo.org/928483 Closes: https://bugs.gentoo.org/929469 Signed-off-by: Sam James gentoo.org> dev-python/mecab-python/Manifest | 1 + dev-python/mecab-python/mecab-python-1.0.7.ebuild | 28 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/mecab-python/Manifest b/dev-python/mecab-python/Manifest index 04b6bae25710..119471d30c76 100644 --- a/dev-python/mecab-python/Manifest +++ b/dev-python/mecab-python/Manifest @@ -1 +1,2 @@ DIST mecab-python-0.996.tar.gz 62338 BLAKE2B d2f8749bf4ea0b30b9f7ee68a4210a3af600803296197f48091d1c9fe90f5baaff3eb94ecb3aa04d994771512c1ef5b68a62e0a045da95992bffd1710725e832 SHA512 08954ed801419fd7f65d055244227364bc37b063f8d21babb6ceeb02ca40e0146fa4401d1426255f3656ac1a5e51439bde981414613153dca5972f624289447e +DIST mecab-python-1.0.7.gh.tar.gz 74249 BLAKE2B aa97fbd59791ecbcda5e8dd1a1beeec8fd7755f21873a27a816c57d5320bc9013ef029bea62d2f3fbc76645dece38e88dcadd291b109d3cc645e39f82eabe4b9 SHA512 2aba54c7e3c306e7eabe24b6321731b621767a82e8af34ad879a86d1db67a2c94c9793073c758838e83a705cd2423b2e235f0db1b1b61312d1e6790e408d35f4 diff --git a/dev-python/mecab-python/mecab-python-1.0.7.ebuild b/dev-python/mecab-python/mecab-python-1.0.7.ebuild new file mode 100644 index 000000000000..f0df5281ab71 --- /dev/null +++ b/dev-python/mecab-python/mecab-python-1.0.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 + +DESCRIPTION="Python binding for MeCab" +HOMEPAGE=" + https://taku910.github.io/mecab/ + https://github.com/taku910/mecab/ + https://pypi.org/project/mecab-python3/ +" +SRC_URI="https://github.com/SamuraiT/mecab-python3/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}"/${PN}3-${PV} + +LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +DEPEND=">=app-text/mecab-0.996" +RDEPEND="${DEPEND}" + +distutils_enable_tests pytest