diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest new file mode 100644 index 0000000..bda64b2 --- /dev/null +++ b/dev-python/django-haystack/Manifest @@ -0,0 +1 @@ +DIST django-haystack-3.2.1.tar.gz 466580 BLAKE2B 6071ae9502a3bad885e95b79a1969b6ca6dd044a6d113726045d722168aa05d88b12047b0fbf7d7710936bd32158f2f9c27a6f29868e70e00f88ded1bc3b740a SHA512 60ce7297243ab5a43780b0aed6f25970ef0438aaadf8f7c92f89970e58c045d3f6ba7a5a635a275e21dc73b116fb33cad32a41991a677bd0a9c66aef4b7ff0c2 diff --git a/dev-python/django-haystack/django-haystack-3.2.1.ebuild b/dev-python/django-haystack/django-haystack-3.2.1.ebuild new file mode 100644 index 0000000..28b8939 --- /dev/null +++ b/dev-python/django-haystack/django-haystack-3.2.1.ebuild @@ -0,0 +1,23 @@ +# 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_{9..11} ) +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 new file mode 100644 index 0000000..d777f19 --- /dev/null +++ b/dev-python/django-haystack/metadata.xml @@ -0,0 +1,9 @@ + + + + + + django-haystack + django-haystack/django-haystack + +