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 C6027138359 for ; Mon, 21 Sep 2020 09:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E16F1E0815; Mon, 21 Sep 2020 09:12:15 +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 C26C0E0815 for ; Mon, 21 Sep 2020 09:12:15 +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 4463E340E1F for ; Mon, 21 Sep 2020 09:12:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A97F62EE for ; Mon, 21 Sep 2020 09:12:12 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1600679526.d1d383ea78a291029a9415459d489fbd619b2505.hanno@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 dev-python/django-haystack/metadata.xml X-VCS-Directories: dev-python/django-haystack/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: d1d383ea78a291029a9415459d489fbd619b2505 X-VCS-Branch: master Date: Mon, 21 Sep 2020 09:12:12 +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: f0c01da2-8b55-4650-958e-404137533f2e X-Archives-Hash: 7d15f76fbe7a4689b928807316590f51 commit: d1d383ea78a291029a9415459d489fbd619b2505 Author: Hanno Böck gentoo org> AuthorDate: Mon Sep 21 09:12:06 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Mon Sep 21 09:12:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d383ea dev-python/django-haystack: Initial commit Required for mailman 3. Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-3.0.7, Repoman-3.0.1 dev-python/django-haystack/Manifest | 1 + .../django-haystack/django-haystack-3.0.ebuild | 35 ++++++++++++++++++++++ dev-python/django-haystack/metadata.xml | 10 +++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest new file mode 100644 index 00000000000..d185fffe7b2 --- /dev/null +++ b/dev-python/django-haystack/Manifest @@ -0,0 +1 @@ +DIST django-haystack-3.0.tar.gz 450713 BLAKE2B 0766711b127dfa1515583998058f588bea1619a792d6eef353da569a212b94c36683c0a743bdabee563c473f19f3197800bd585faf0b4eb39663b5ffbac6d6b8 SHA512 466ac18bbb6d6add1482d9debdffd195a2049c6c287cc4620e4db2ce4a702c97ca8ffb3ce048dc6c278dc50be701daab4f32b05a71c94ac67645890afb9f49bf diff --git a/dev-python/django-haystack/django-haystack-3.0.ebuild b/dev-python/django-haystack/django-haystack-3.0.ebuild new file mode 100644 index 00000000000..a6ed68f159e --- /dev/null +++ b/dev-python/django-haystack/django-haystack-3.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,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 +} diff --git a/dev-python/django-haystack/metadata.xml b/dev-python/django-haystack/metadata.xml new file mode 100644 index 00000000000..0bab279c909 --- /dev/null +++ b/dev-python/django-haystack/metadata.xml @@ -0,0 +1,10 @@ + + + + + hanno@gentoo.org + + + django-haystack + +