remove old django-haystack-2.8.1-r1

This commit is contained in:
Andreas Billmeier 2022-02-12 20:32:03 +01:00 committed by Andreas Billmeier
parent 1d9ab176fb
commit 410ed63253
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 70 deletions

View File

@ -1,3 +0,0 @@
DIST django-haystack-2.8.1.tar.gz 1553122 BLAKE2B 27a8ee3b8b0960b2e61ec4b13e161e6d4d87762ee9c7c73d5e8b114d15502f35cd9a5acd71dd4131e0c636db155dafa02ff9f88ddce354142767bca40dbdcfde SHA512 019defd304334657f5a4ef849fedcf2915800c816f4ff7a53d68a61f5506fc4b94dc43fffda2a4d4ce105a55ac37076e73edcc1ae4acd1c85240320e0af2f069
EBUILD django-haystack-2.8.1-r1.ebuild 1399 BLAKE2B 1a6322479ca1c69b3dd031bc346b76ad105c8dd00a3fac571bfb017b3effe81517af9fd2b49dda6c59b00c7cbc641d5ea82ec5acf3b323a79ec8808e67fcb764 SHA512 de5aac4d1b6d07c1770f8e0782a4953c5aeb252753db7085b5fa9f3c033ed827fdb40f1257c8df8b29ea03b3081f99fe0e0dbed9616e6060ef804ecadb3c9db6
MISC metadata.xml 465 BLAKE2B 1673e95c27db238c0a6eb656e10c30f3ba3655a0040cc8b58a74bc0dfefcbc06b8ed3573bee0da0243db0c17495a83aa387c7eafde036284726e565b05a2edba SHA512 be447bb0e8f251a01f11b5d04b839ba509be9dcddd46e2edb2f2c514d6333b169f830ccb5d91b27d5dc651affcb46059475f958d9453cf00738e9bec21083874

View File

@ -1,52 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="Pluggable search for Django."
HOMEPAGE="http://haystacksearch.org/ https://pypi.org/project/django-haystack/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test doc"
RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
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.7.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
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">django-haystack</remote-id>
<maintainer status="unknown">
<email>daniel@toastdriven.com</email>
<name>Daniel Lindsley</name>
</maintainer>
</upstream>
</pkgmetadata>