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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 736431580B9 for ; Mon, 23 Aug 2021 07:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F285E0815; Mon, 23 Aug 2021 07:11:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50E87E0815 for ; Mon, 23 Aug 2021 07:11:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7BC733BE1F for ; Mon, 23 Aug 2021 07:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CD4F7B2 for ; Mon, 23 Aug 2021 07:11:22 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629702473.3accb4472fc9c28f8f1e0ac8d3c15a0fb03c4470.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-levenshtein/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-levenshtein/Manifest dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild X-VCS-Directories: dev-python/python-levenshtein/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3accb4472fc9c28f8f1e0ac8d3c15a0fb03c4470 X-VCS-Branch: master Date: Mon, 23 Aug 2021 07:11:22 +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: 510dbfa8-0d2f-414a-90d7-70bec3b5426c X-Archives-Hash: 8f1dc6c1174fe4399f9d387d3e16e531 commit: 3accb4472fc9c28f8f1e0ac8d3c15a0fb03c4470 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Aug 23 07:07:53 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Aug 23 07:07:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3accb447 dev-python/python-levenshtein: add 0.12.2, enable py3.10, EAPI=8 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-levenshtein/Manifest | 1 + .../python-levenshtein-0.12.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/python-levenshtein/Manifest b/dev-python/python-levenshtein/Manifest index 34a0cf4d769..7f925199910 100644 --- a/dev-python/python-levenshtein/Manifest +++ b/dev-python/python-levenshtein/Manifest @@ -1 +1,2 @@ DIST python-Levenshtein-0.12.1.tar.gz 50567 BLAKE2B 795c377a29045caecee245b23138ef5499691177e2d50f1729f3145c667818b34a2c05e86e5fe8317357570347e7b21188fb64a84e85cb9645513e19f1438509 SHA512 e5b9dfda4ebe1f1111e2ac86219be5659a763368759d13393bd32c6c5d78d9b183c757c7e8ff1bd8a2f73450f0a255cc78664f03d899e1e5af2e58d871843722 +DIST python-Levenshtein-0.12.2.tar.gz 50502 BLAKE2B d8992d30639e36aac1b85fada8f5273ed867aa3019208ffeb9972e999dad783d4ee16e1f6988c9306eb80f622b61fcf3a0a937b380c7a5acf50223268ed8de1d SHA512 97eac9d19121758af7620ad3963846e48434ceabb5376a83f28452015adf1a620620bfb53edb1c4f60b0fc8ec2b0faf35a105d7e2a0fc5df7a45fce81ba0dcdb diff --git a/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild b/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild new file mode 100644 index 00000000000..d296a9ca63f --- /dev/null +++ b/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +MY_PN="python-Levenshtein" +MY_P="${MY_PN}-${PV}" +inherit distutils-r1 + +DESCRIPTION="Functions for fast computation of Levenshtein distance, and edit operations" +HOMEPAGE="https://pypi.org/project/python-Levenshtein/ + https://github.com/ztane/python-Levenshtein/" +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"