From 7622f900c65bed93baa22c98c8b09cce1af77e64 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 6 Apr 2020 08:35:26 +0300 Subject: dev-python: mass last-rites removal Closes: https://bugs.gentoo.org/711808 Signed-off-by: Mikle Kolyada --- dev-python/django-haystack/Manifest | 1 - .../django-haystack/django-haystack-2.4.1.ebuild | 50 ---------------------- dev-python/django-haystack/metadata.xml | 11 ----- 3 files changed, 62 deletions(-) delete mode 100644 dev-python/django-haystack/Manifest delete mode 100644 dev-python/django-haystack/django-haystack-2.4.1.ebuild delete mode 100644 dev-python/django-haystack/metadata.xml (limited to 'dev-python/django-haystack') diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest deleted file mode 100644 index 1b1b561fee70..000000000000 --- a/dev-python/django-haystack/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-haystack-2.4.1.tar.gz 160757 BLAKE2B b45fa7f3db1b90736090dcee3a044377c3906c212df6927f9b712b8a8e6d82e6ce5a56e6d85c32281ec98e8df2a256ae9c0ed9d91fc5f0bf45cf47a1cb55e064 SHA512 5d711e13abf3fa7db5cbac31ddcdc2842aafb844cfafd8bad792aca8dfae8f91fa7586af8aacf266bb12e02aa04ad9aecfe903ae40d10f72ba38e0c4b1b1b298 diff --git a/dev-python/django-haystack/django-haystack-2.4.1.ebuild b/dev-python/django-haystack/django-haystack-2.4.1.ebuild deleted file mode 100644 index 86545144dc64..000000000000 --- a/dev-python/django-haystack/django-haystack-2.4.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Pluggable search for Django" -HOMEPAGE="http://haystacksearch.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/elasticsearch-py[$(python_gen_usedep 'python*')] - dev-python/geopy[$(python_gen_usedep 'python*')] - dev-python/lxml[$(python_gen_usedep 'python*')] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - >=dev-python/pysolr-3.2.0[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/whoosh[${PYTHON_USEDEP}] - ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - " - -RESTRICT="test" - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - ${EPYTHON} test_haystack/solr_tests/server/wait-for-solr - esetup.py test -} - -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 deleted file mode 100644 index c86b5e29ed9d..000000000000 --- a/dev-python/django-haystack/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - django-haystack - - -- cgit v1.2.3-65-gdbad