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 4A021158090 for ; Mon, 16 May 2022 13:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92944E0929; Mon, 16 May 2022 13:17:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7B318E0929 for ; Mon, 16 May 2022 13:17:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D82534173F for ; Mon, 16 May 2022 13:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97E8E48C for ; Mon, 16 May 2022 13:17:43 +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: <1652707055.7b00b42c9bec20653a4d30512a00215bbc8e5ef9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-haystack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-haystack/Manifest dev-python/django-haystack/django-haystack-3.0.ebuild X-VCS-Directories: dev-python/django-haystack/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b00b42c9bec20653a4d30512a00215bbc8e5ef9 X-VCS-Branch: master Date: Mon, 16 May 2022 13:17:43 +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: fe4c9d11-a3ae-44a0-aefe-b063633d93ba X-Archives-Hash: 831f2751f24841aa0859af69e91149dd commit: 7b00b42c9bec20653a4d30512a00215bbc8e5ef9 Author: Michał Górny gentoo org> AuthorDate: Mon May 16 13:15:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 16 13:17:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b00b42c dev-python/django-haystack: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/django-haystack/Manifest | 1 - .../django-haystack/django-haystack-3.0.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest index cd44a6b40c86..bda64b213d0f 100644 --- a/dev-python/django-haystack/Manifest +++ b/dev-python/django-haystack/Manifest @@ -1,2 +1 @@ -DIST django-haystack-3.0.tar.gz 450713 BLAKE2B 0766711b127dfa1515583998058f588bea1619a792d6eef353da569a212b94c36683c0a743bdabee563c473f19f3197800bd585faf0b4eb39663b5ffbac6d6b8 SHA512 466ac18bbb6d6add1482d9debdffd195a2049c6c287cc4620e4db2ce4a702c97ca8ffb3ce048dc6c278dc50be701daab4f32b05a71c94ac67645890afb9f49bf DIST django-haystack-3.2.1.tar.gz 466580 BLAKE2B 6071ae9502a3bad885e95b79a1969b6ca6dd044a6d113726045d722168aa05d88b12047b0fbf7d7710936bd32158f2f9c27a6f29868e70e00f88ded1bc3b740a SHA512 60ce7297243ab5a43780b0aed6f25970ef0438aaadf8f7c92f89970e58c045d3f6ba7a5a635a275e21dc73b116fb33cad32a41991a677bd0a9c66aef4b7ff0c2 diff --git a/dev-python/django-haystack/django-haystack-3.0.ebuild b/dev-python/django-haystack/django-haystack-3.0.ebuild deleted file mode 100644 index 361da68342d2..000000000000 --- a/dev-python/django-haystack/django-haystack-3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Pluggable search for Django" -HOMEPAGE="https://haystacksearch.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - " - -# tests have too many dependencies to maintain -RESTRICT="test" - -python_compile_all() { - use doc && emake -C docs html -} - -python_install_all() { - use doc && HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -}