diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 10:55:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 11:47:45 +0200 |
commit | 883973761eb5354e85c64f0025e348d3db839277 (patch) | |
tree | 6a122f21fa39c934e415e767a141ede2633d3cdb | |
parent | dev-python/flask-admin: Clean old versions up (diff) | |
download | gentoo-883973761eb5354e85c64f0025e348d3db839277.tar.gz gentoo-883973761eb5354e85c64f0025e348d3db839277.tar.bz2 gentoo-883973761eb5354e85c64f0025e348d3db839277.zip |
dev-python/django-haystack: Clean old versions up
-rw-r--r-- | dev-python/django-haystack/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-haystack/django-haystack-2.3.1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest index c04c58b030bf..c255523ea3c0 100644 --- a/dev-python/django-haystack/Manifest +++ b/dev-python/django-haystack/Manifest @@ -1,3 +1,2 @@ DIST django-haystack-2.2.0.tar.gz 155409 SHA256 31f5f08524dc46927a5ae1d4024d6496b5f990b0ed1012ad338293636d38fb78 SHA512 7bc27965650a759874c7e90b332994930a9318a4ca01245b04ade97559a6a125655c8a4fc182a3bcac63dbcd4bce76e71950218dff3116d3092d96f94e63e137 WHIRLPOOL 9869f57717a48edb3e27c7f7993ea03372620d81a71ee7f0dcbbd6a7e9bf09acda670b6d142f393ff242cb20af311962f99ca2f3821b161d92fe004dfc7d8d72 -DIST django-haystack-2.3.1.tar.gz 973789 SHA256 a30df888ee0da32c4837c328ecf859e992edb6d185efa7d49341cc1949dbb24d SHA512 c051523a63f32e066e3d8c83ef5cc9eec77a969801f57a0826073317c4d80bb24a67b4487638d38028ae288d9698d32483b2755f171a1b3cbb66f13b2b28a623 WHIRLPOOL 8752bf5c6197ef921447520b7da2a1ed3ae9da641c6cdecedfba41749a14f7a69b0ada343fd0aafc40726de9e6706c200caa1e68ad03018285be9e62f5140145 DIST django-haystack-2.4.1.tar.gz 160757 SHA256 8eac12672ad081f35bde9f32fce16e649c53efe48d2c883f79b1a7f330529b11 SHA512 5d711e13abf3fa7db5cbac31ddcdc2842aafb844cfafd8bad792aca8dfae8f91fa7586af8aacf266bb12e02aa04ad9aecfe903ae40d10f72ba38e0c4b1b1b298 WHIRLPOOL d4aeb6e26266e53a33920f3dac24e69f25833e37925794b1fba095634eb7624cadf80ac7925e74f716dc99bc22fed16a9c560ba15372c2f978bed326ffe51083 diff --git a/dev-python/django-haystack/django-haystack-2.3.1.ebuild b/dev-python/django-haystack/django-haystack-2.3.1.ebuild deleted file mode 100644 index 6a28fe1bcee4..000000000000 --- a/dev-python/django-haystack/django-haystack-2.3.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 pypy ) - -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" - -# Does not support django-1.9 -RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}] - <dev-python/django-1.9[${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 -} |