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 577BC138351 for ; Sun, 29 Mar 2020 12:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E34D9E0AC2; Sun, 29 Mar 2020 12:03:21 +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 B39C2E0AC2 for ; Sun, 29 Mar 2020 12:03:21 +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 B834C34F570 for ; Sun, 29 Mar 2020 12:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 069441AC for ; Sun, 29 Mar 2020 12:03:18 +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: <1585483382.75cd618ac74b8cedf4fbbf5ba974cd246cfd3ec3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whoosh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/whoosh/Manifest dev-python/whoosh/whoosh-2.6.0.ebuild X-VCS-Directories: dev-python/whoosh/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 75cd618ac74b8cedf4fbbf5ba974cd246cfd3ec3 X-VCS-Branch: master Date: Sun, 29 Mar 2020 12:03:18 +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: e725b27e-453d-4e35-bbcd-b2a6d9232800 X-Archives-Hash: 474fd9e55e6683be49c58b349c7aa768 commit: 75cd618ac74b8cedf4fbbf5ba974cd246cfd3ec3 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 11:57:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 12:03:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cd618a dev-python/whoosh: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/whoosh/Manifest | 1 - dev-python/whoosh/whoosh-2.6.0.ebuild | 51 ----------------------------------- 2 files changed, 52 deletions(-) diff --git a/dev-python/whoosh/Manifest b/dev-python/whoosh/Manifest index b287f90ad1d..d2554bed372 100644 --- a/dev-python/whoosh/Manifest +++ b/dev-python/whoosh/Manifest @@ -1,2 +1 @@ -DIST Whoosh-2.6.0.zip 1193541 BLAKE2B f5afea36c53a06e3f23e06e3b6f51acd2adafa02488912c52fdda207631a6adb071256d26ed455042de1c4c2a136156ba7c89f4d6773ec60b392b03de3c37da3 SHA512 e50e47ec0d1c65ad3c7d657586f5380a1be748945c1ce964305fa68b99379f0da676faef6f0ca45ef151df7be71150601162ee966f3aaf84047a20bca36f7e37 DIST Whoosh-2.7.4.tar.gz 968741 BLAKE2B 698ec603eb1201f2b1a934785f84108cb5d91114c9a4e1943cfcd2c8c878f7fb0a0868d54d3a11f8aa30890179c555bdc11cbf34962f5f4781c6d43a090ba872 SHA512 7cdefdcf52b704ffe50c00718c42677e2ddfe879f81ad2d14b580b0e026cc0ebb6b9ddc99d8709eaff4eb9b83f654b042c8792821e1ed90aa85cfa6f82845074 diff --git a/dev-python/whoosh/whoosh-2.6.0.ebuild b/dev-python/whoosh/whoosh-2.6.0.ebuild deleted file mode 100644 index 8e5cd967a8b..00000000000 --- a/dev-python/whoosh/whoosh-2.6.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_6 ) - -MY_PN="Whoosh" - -inherit distutils-r1 - -DESCRIPTION="Fast, pure-Python full text indexing, search and spell checking library" -HOMEPAGE="https://bitbucket.org/mchaput/whoosh/wiki/Home/ https://pypi.org/project/Whoosh/" -SRC_URI="mirror://pypi/W/${MY_PN}/${MY_PN}-${PV}.zip" - -DEPEND="app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc test" -RESTRICT="!test? ( test )" - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_prepare_all() { - # (backport from upstream) - sed -i -e '/cmdclass/s:pytest:PyTest:' setup.py || die - - # Prevent un-needed download during build - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - # https://bitbucket.org/mchaput/whoosh/issue/403/ - use doc && sphinx-build -b html -c docs/source/ docs/source/ docs/source/build/html -} - -python_test() { - esetup.py test -} - -python_install_all() { - local DOCS=( README.txt ) - use doc && local HTML_DOCS=( docs/source/build/html/. ) - distutils-r1_python_install_all -}