summaryrefslogtreecommitdiff
path: root/dev-python/django-haystack
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-haystack')
-rw-r--r--dev-python/django-haystack/Manifest5
-rw-r--r--dev-python/django-haystack/django-haystack-3.0.ebuild35
-rw-r--r--dev-python/django-haystack/django-haystack-3.2.1.ebuild23
-rw-r--r--dev-python/django-haystack/metadata.xml9
4 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest
deleted file mode 100644
index 5b94f3587a38..000000000000
--- a/dev-python/django-haystack/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-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
-EBUILD django-haystack-3.0.ebuild 743 BLAKE2B 8e4fd0865c0fc23404247be86aaa8b41cef5d38d718ad735464a6096abbffe1531f7d6a1c6c862795f1d4aaa2719479dd4b54974440feb481daa4161f707d4fb SHA512 2d33c30e23d46bba2f3ceeb489c4ad327bcc70dda2070733c9fc7bf1c2aeca98f2adb1f8132807000d91732b05655e648cf4509f634478511eabfdce2c4351b4
-EBUILD django-haystack-3.2.1.ebuild 536 BLAKE2B c4a19b54f1255bfcfef2007976422944552c382144316819905cfa990851cafe3e4eb52a2ce66f693446bdf814eda9b205be8de91bf8f7b79502d7008705460d SHA512 a036370454da53967ff5888b533ae5ced957ed71e03ac5ec79bff51245c4c91dd6d567c92316bfe0863b2e1659ee55f6d9d564e2aed86b529a23cb4dc8054149
-MISC metadata.xml 322 BLAKE2B 5aed43036731ca893fb0c8c858b92041e2d8b7c43f9ed979cbc3794df349c485d143a1cb409e221068ce84010e8e61eef05180fc1c7e12e8245d16a59ab07298 SHA512 07405f655b82ef2cf087b608974d131de3096ece60f742c5bf6091cc6a5645554c847501bee25cb38775d3b1b42e1d8c77e2c67bb424f47d81e4ee658e8d2031
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
-}
diff --git a/dev-python/django-haystack/django-haystack-3.2.1.ebuild b/dev-python/django-haystack/django-haystack-3.2.1.ebuild
deleted file mode 100644
index 034ff7ba8f4c..000000000000
--- a/dev-python/django-haystack/django-haystack-3.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-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"
-
-RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]"
-
-# tests have too many dependencies to maintain
-RESTRICT="test"
-
-distutils_enable_sphinx docs --no-autodoc
diff --git a/dev-python/django-haystack/metadata.xml b/dev-python/django-haystack/metadata.xml
deleted file mode 100644
index d777f195f301..000000000000
--- a/dev-python/django-haystack/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <upstream>
- <remote-id type="pypi">django-haystack</remote-id>
- <remote-id type="github">django-haystack/django-haystack</remote-id>
- </upstream>
-</pkgmetadata>