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 E893015808B for ; Sat, 16 Apr 2022 15:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AFA9E0864; Sat, 16 Apr 2022 15:56:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A1E9E0839 for ; Sat, 16 Apr 2022 15:56:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A23923417B0 for ; Sat, 16 Apr 2022 15:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D84D83AF for ; Sat, 16 Apr 2022 15:56:07 +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: <1650124399.bceae113bb771f0801eda1200957e0d924be0d80.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lunr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lunr/Manifest dev-python/lunr/lunr-0.6.1.ebuild X-VCS-Directories: dev-python/lunr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bceae113bb771f0801eda1200957e0d924be0d80 X-VCS-Branch: master Date: Sat, 16 Apr 2022 15:56:07 +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: 64b6c24a-b378-4492-bcb9-ca833ab56f52 X-Archives-Hash: d72fb8999f3e45080e658887ed7af81f commit: bceae113bb771f0801eda1200957e0d924be0d80 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 16 15:53:19 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 16 15:53:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bceae113 dev-python/lunr: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/lunr/Manifest | 1 - dev-python/lunr/lunr-0.6.1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/lunr/Manifest b/dev-python/lunr/Manifest index 9141ce13f96c..1299ac30e9de 100644 --- a/dev-python/lunr/Manifest +++ b/dev-python/lunr/Manifest @@ -1,2 +1 @@ -DIST lunr-0.6.1.tar.gz 853421 BLAKE2B 7cc1624c91d07fa4e30ae789cbdffa1d98c011bd17a314bdb498ecfb7941fca7f0b6f36738377d10c17a7e400f8555be52fee8a1e03d3dfd8d931db88c4e25c9 SHA512 991569b6657c4cba653c999aa7610768303d1b184142c7f82a6c8ab44459b01cf7ae7db9f3bc45512161452b73e3b4cfbac3e8f7a0738e1f4b1429a8d8fe73e1 DIST lunr-0.6.2.tar.gz 45968 BLAKE2B dd9328182f58ff623bf81c5cfdf31e7a8b004f5aa9e64934f09ffda3626143f5dc5ab92339208b886a91e00100cff65295b65d416faa3f38bbe4fe6c39299826 SHA512 6b7c29d30a8a64b71246ff884e473cceeef5e00e382ad54474e7855dcafcf3817dcc14c29c1bb2eb3371f1cb5ab1485a7840dbe41d345a4503294052aa9cd644 diff --git a/dev-python/lunr/lunr-0.6.1.ebuild b/dev-python/lunr/lunr-0.6.1.ebuild deleted file mode 100644 index 7bc33919f6e2..000000000000 --- a/dev-python/lunr/lunr-0.6.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -DOCS_BUILDER="mkdocs" - -inherit distutils-r1 docs - -DESCRIPTION="A Python implementation of Lunr.js" -HOMEPAGE="https://github.com/yeraydiazdiaz/lunr.py" -SRC_URI="https://github.com/yeraydiazdiaz/lunr.py/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.py-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-python/nltk[${PYTHON_USEDEP}]" - -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - tests/acceptance_tests -)