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 69CB8138334 for ; Wed, 20 Nov 2019 23:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77FF1E083D; Wed, 20 Nov 2019 23:31:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 500C5E083D for ; Wed, 20 Nov 2019 23:31:36 +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 B0D2534D15B for ; Wed, 20 Nov 2019 23:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96E48B6 for ; Wed, 20 Nov 2019 23:31:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574292587.146b784f4104a523847816ade4a50a2cf1631c15.asturm@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.11.2.ebuild X-VCS-Directories: dev-python/python-levenshtein/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 146b784f4104a523847816ade4a50a2cf1631c15 X-VCS-Branch: master Date: Wed, 20 Nov 2019 23:31:32 +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: 054d6d32-3996-4cef-9ec3-a73789a0fc1d X-Archives-Hash: 4550a273b66cec254f27300eb3bd79a9 commit: 146b784f4104a523847816ade4a50a2cf1631c15 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 20 22:01:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 23:29:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146b784f dev-python/python-levenshtein: Drop 0.11.2 No revdeps for ia64. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/python-levenshtein/Manifest | 1 - .../python-levenshtein-0.11.2.ebuild | 45 ---------------------- 2 files changed, 46 deletions(-) diff --git a/dev-python/python-levenshtein/Manifest b/dev-python/python-levenshtein/Manifest index 4250521ecbc..d4d0bad14ea 100644 --- a/dev-python/python-levenshtein/Manifest +++ b/dev-python/python-levenshtein/Manifest @@ -1,2 +1 @@ -DIST python-Levenshtein-0.11.2.tar.gz 45458 BLAKE2B 073871d18a2b02ba31be51af49ec907ffdf6c390f90e965c0710b5d3462f15238620e6a25b64b5fd19b922074493beec7753a0719714d893c5257eaf753aa4c0 SHA512 67d701e841c9a846948a1f2c70ea06c6473e3ae1437f73df2a2747d576024889a12e00c4a61e95b6c14826554b1ebaf65375cf5be4f26df3b208568403192bf3 DIST python-Levenshtein-0.12.0.tar.gz 48617 BLAKE2B 67a720f2a76152b008bce86405b4f15f14f203e55c09931f83624c85199626582dcbc255ace914e103e7cd459c8570b0ea0c0d69abfd2c314aa488cb235583a4 SHA512 95df064490970618b003bccbef9071b1a2a3ee4645ac8e851f4205bd4e8123d21ee0ee733adfeec79085faa01ba39902e2a4a26bfb21b70678377579157df4a5 diff --git a/dev-python/python-levenshtein/python-levenshtein-0.11.2.ebuild b/dev-python/python-levenshtein/python-levenshtein-0.11.2.ebuild deleted file mode 100644 index 07fc5743086..00000000000 --- a/dev-python/python-levenshtein/python-levenshtein-0.11.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -MY_PN="python-Levenshtein" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Functions for fast computation of Levenshtein distance, and edit operations" -HOMEPAGE=" - https://github.com/ztane/python-Levenshtein/ - https://pypi.org/project/python-Levenshtein/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ia64 x86" -IUSE="doc" - -REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*' pypy) ) )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' pypy ) -} - -python_compile_all() { - if use doc; then - einfo "Generation of documentation" - "${PYTHON}" "${FILESDIR}/genextdoc.py" Levenshtein \ - || die "Generation of documentation failed" - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( Levenshtein.html ) - distutils-r1_python_install_all -}