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 2E441158086 for ; Sun, 21 Nov 2021 19:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12448E086A; Sun, 21 Nov 2021 19:14:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF57FE086A for ; Sun, 21 Nov 2021 19:14:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D5EAE34328F for ; Sun, 21 Nov 2021 19:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B7761D8 for ; Sun, 21 Nov 2021 19:14:02 +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: <1637521938.86c39dc5daa233189961ef0fe78397e28dccd8ee.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.0.ebuild X-VCS-Directories: dev-python/lunr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 86c39dc5daa233189961ef0fe78397e28dccd8ee X-VCS-Branch: master Date: Sun, 21 Nov 2021 19:14:02 +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: 119ceace-9952-4af7-9f80-a67e95016d4b X-Archives-Hash: 45f6f8884ba4cccbd7637b0d10fb0130 commit: 86c39dc5daa233189961ef0fe78397e28dccd8ee Author: Michał Górny gentoo org> AuthorDate: Sun Nov 21 19:12:18 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 21 19:12:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c39dc5 dev-python/lunr: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/lunr/Manifest | 1 - dev-python/lunr/lunr-0.6.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/lunr/Manifest b/dev-python/lunr/Manifest index e6d8863902a8..85cc7846b39a 100644 --- a/dev-python/lunr/Manifest +++ b/dev-python/lunr/Manifest @@ -1,2 +1 @@ -DIST lunr-0.6.0.tar.gz 839533 BLAKE2B fce81bfe0e12138b8ab335ecec828ac18be13f0d9f823218de11d701c4d44f54c06360c4c8f1c96fd36b634094b6f10bd964c9d4e154dc208cad1f36e4b32f47 SHA512 2067c34c12f77ab0fb32c7f800ea3c647a1073c061a14f2b72b2b95fc8d624429aa37e85992eee5d5b24add179eab1d81af52af09f0db67d6cae459a5faa0925 DIST lunr-0.6.1.tar.gz 853421 BLAKE2B 7cc1624c91d07fa4e30ae789cbdffa1d98c011bd17a314bdb498ecfb7941fca7f0b6f36738377d10c17a7e400f8555be52fee8a1e03d3dfd8d931db88c4e25c9 SHA512 991569b6657c4cba653c999aa7610768303d1b184142c7f82a6c8ab44459b01cf7ae7db9f3bc45512161452b73e3b4cfbac3e8f7a0738e1f4b1429a8d8fe73e1 diff --git a/dev-python/lunr/lunr-0.6.0.ebuild b/dev-python/lunr/lunr-0.6.0.ebuild deleted file mode 100644 index aa13347cd54e..000000000000 --- a/dev-python/lunr/lunr-0.6.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -)