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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D92815802F for ; Wed, 8 Mar 2023 09:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CFCCE0845; Wed, 8 Mar 2023 09:08:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11722E0845 for ; Wed, 8 Mar 2023 09:08:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 263D13413F9 for ; Wed, 8 Mar 2023 09:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E074C8EC for ; Wed, 8 Mar 2023 09:08:34 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1678260640.d616f542281ba18bfc20e62499c5c8a1ab8a23cd.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/simplemma/Manifest dev-python/simplemma/simplemma-0.7.0.ebuild dev-python/simplemma/simplemma-0.9.1.ebuild X-VCS-Directories: dev-python/simplemma/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d616f542281ba18bfc20e62499c5c8a1ab8a23cd X-VCS-Branch: master Date: Wed, 8 Mar 2023 09:08:34 +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: ba437507-d873-4a46-a405-b32bfccbe178 X-Archives-Hash: 2fbe244b2a6e60d08de6b93a0330561f commit: d616f542281ba18bfc20e62499c5c8a1ab8a23cd Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Mar 8 07:17:47 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Mar 8 07:30:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d616f542 dev-python/simplemma: add 0.9.1, drop 0.7.0 Closes: https://bugs.gentoo.org/897566 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/simplemma/Manifest | 2 +- dev-python/simplemma/simplemma-0.7.0.ebuild | 19 ------------------- dev-python/simplemma/simplemma-0.9.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 20 deletions(-) diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest index 4e19b7c03..9a2972080 100644 --- a/dev-python/simplemma/Manifest +++ b/dev-python/simplemma/Manifest @@ -1 +1 @@ -DIST simplemma-0.7.0.tar.gz 73439172 BLAKE2B 98ec7369e427b05ad0a31b77cdd9c1460152d1d60df62f5c72e4e0aff2a26de7f62d4519025bf55eb6bc22abe21c85bac7a80498b4f787b9e2adb51db204e082 SHA512 42c516314e95cc1e95d3fb188ea492cd2965c609ab3c8ecce21ac520f6128006419af07740ff7b3ba09162f5eba4125b9ae8501fc4c9788e672263f6732f2e1a +DIST simplemma-0.9.1.tar.gz 75523297 BLAKE2B f8e4e141e180e24cc8d2c80cdfca7fcc111bbe7bd0a65c6bcbcf0708ea6ac559b9eaf8ee736054a4b0427ac56e21bec576d8c7975a60a32adc74713ddedf2748 SHA512 9a19088bae188e44fd1451aed7de5f66e579d70adb53782aaa84b15930d27a466d193b2d54c122c981300121ae6b0ecf8c63430cf34151daace8a752ba4b0fa6 diff --git a/dev-python/simplemma/simplemma-0.7.0.ebuild b/dev-python/simplemma/simplemma-0.7.0.ebuild deleted file mode 100644 index 69b44b9f7..000000000 --- a/dev-python/simplemma/simplemma-0.7.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="A simple multilingual lemmatizer for Python." -HOMEPAGE="https://github.com/adbar/simplemma https://pypi.org/project/simplemma/" -SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -DOCS=( HISTORY.rst README.rst ) - -distutils_enable_tests pytest diff --git a/dev-python/simplemma/simplemma-0.9.1.ebuild b/dev-python/simplemma/simplemma-0.9.1.ebuild new file mode 100644 index 000000000..ef573afa7 --- /dev/null +++ b/dev-python/simplemma/simplemma-0.9.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="A simple multilingual lemmatizer for Python" +HOMEPAGE=" + https://pypi.org/project/simplemma/ + https://github.com/adbar/simplemma +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +DOCS=( {HISTORY,README}.rst ) + +distutils_enable_tests pytest