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 113011382C5 for ; Sun, 24 Jan 2021 19:50:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC630E08BF; Sun, 24 Jan 2021 19:50:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C6EACE08BF for ; Sun, 24 Jan 2021 19:50:08 +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 576BE340FDC for ; Sun, 24 Jan 2021 19:50:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5C7F4A4 for ; Sun, 24 Jan 2021 19:50:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1611517712.a07c03b4e16689f3b446eedb16e78433f7472469.mgorny@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.0.ebuild X-VCS-Directories: dev-python/python-levenshtein/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a07c03b4e16689f3b446eedb16e78433f7472469 X-VCS-Branch: master Date: Sun, 24 Jan 2021 19:50:04 +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: bf934a5e-9e6e-4df5-833f-88ab513b0208 X-Archives-Hash: 8e5c6b65c9784de6d270dfaa23ab4481 commit: a07c03b4e16689f3b446eedb16e78433f7472469 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 24 12:31:03 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 24 19:48:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07c03b4 dev-python/python-levenshtein: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-levenshtein/Manifest | 1 - .../python-levenshtein-0.12.0.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/python-levenshtein/Manifest b/dev-python/python-levenshtein/Manifest index ad532a69f4d..34a0cf4d769 100644 --- a/dev-python/python-levenshtein/Manifest +++ b/dev-python/python-levenshtein/Manifest @@ -1,2 +1 @@ -DIST python-Levenshtein-0.12.0.tar.gz 48617 BLAKE2B 67a720f2a76152b008bce86405b4f15f14f203e55c09931f83624c85199626582dcbc255ace914e103e7cd459c8570b0ea0c0d69abfd2c314aa488cb235583a4 SHA512 95df064490970618b003bccbef9071b1a2a3ee4645ac8e851f4205bd4e8123d21ee0ee733adfeec79085faa01ba39902e2a4a26bfb21b70678377579157df4a5 DIST python-Levenshtein-0.12.1.tar.gz 50567 BLAKE2B 795c377a29045caecee245b23138ef5499691177e2d50f1729f3145c667818b34a2c05e86e5fe8317357570347e7b21188fb64a84e85cb9645513e19f1438509 SHA512 e5b9dfda4ebe1f1111e2ac86219be5659a763368759d13393bd32c6c5d78d9b183c757c7e8ff1bd8a2f73450f0a255cc78664f03d899e1e5af2e58d871843722 diff --git a/dev-python/python-levenshtein/python-levenshtein-0.12.0.ebuild b/dev-python/python-levenshtein/python-levenshtein-0.12.0.ebuild deleted file mode 100644 index b6a9406fe17..00000000000 --- a/dev-python/python-levenshtein/python-levenshtein-0.12.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} ) -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64 ~ia64 x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}"