Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/django-haystack/
Date: Sun, 05 Jun 2022 14:18:51
Message-Id: 1654438585.35dff2bee9bce0bb5437542ddeeb157350fab1c6.jsmolic@gentoo
1 commit: 35dff2bee9bce0bb5437542ddeeb157350fab1c6
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 14:10:22 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 14:16:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dff2be
7
8 dev-python/django-haystack: treeclean
9
10 Closes: https://bugs.gentoo.org/842561
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-python/django-haystack/Manifest | 1 -
14 .../django-haystack/django-haystack-3.2.1.ebuild | 23 ----------------------
15 dev-python/django-haystack/metadata.xml | 9 ---------
16 profiles/package.mask | 1 -
17 4 files changed, 34 deletions(-)
18
19 diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest
20 deleted file mode 100644
21 index bda64b213d0f..000000000000
22 --- a/dev-python/django-haystack/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST django-haystack-3.2.1.tar.gz 466580 BLAKE2B 6071ae9502a3bad885e95b79a1969b6ca6dd044a6d113726045d722168aa05d88b12047b0fbf7d7710936bd32158f2f9c27a6f29868e70e00f88ded1bc3b740a SHA512 60ce7297243ab5a43780b0aed6f25970ef0438aaadf8f7c92f89970e58c045d3f6ba7a5a635a275e21dc73b116fb33cad32a41991a677bd0a9c66aef4b7ff0c2
26
27 diff --git a/dev-python/django-haystack/django-haystack-3.2.1.ebuild b/dev-python/django-haystack/django-haystack-3.2.1.ebuild
28 deleted file mode 100644
29 index 034ff7ba8f4c..000000000000
30 --- a/dev-python/django-haystack/django-haystack-3.2.1.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Pluggable search for Django"
43 -HOMEPAGE="https://haystacksearch.org/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -
50 -RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]"
51 -
52 -# tests have too many dependencies to maintain
53 -RESTRICT="test"
54 -
55 -distutils_enable_sphinx docs --no-autodoc
56
57 diff --git a/dev-python/django-haystack/metadata.xml b/dev-python/django-haystack/metadata.xml
58 deleted file mode 100644
59 index d777f195f301..000000000000
60 --- a/dev-python/django-haystack/metadata.xml
61 +++ /dev/null
62 @@ -1,9 +0,0 @@
63 -<?xml version="1.0" encoding="UTF-8"?>
64 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
65 -<pkgmetadata>
66 - <!--maintainer-needed-->
67 - <upstream>
68 - <remote-id type="pypi">django-haystack</remote-id>
69 - <remote-id type="github">django-haystack/django-haystack</remote-id>
70 - </upstream>
71 -</pkgmetadata>
72
73 diff --git a/profiles/package.mask b/profiles/package.mask
74 index 73ef66379ac8..140420850e7e 100644
75 --- a/profiles/package.mask
76 +++ b/profiles/package.mask
77 @@ -377,7 +377,6 @@ dev-python/aiosmtpd
78 dev-python/django-compressor
79 dev-python/django-extensions
80 dev-python/django-gravatar2
81 -dev-python/django-haystack
82
83 # Matt Turner <mattst88@g.o> (2022-04-30)
84 # Masked for testing. Apparently causes crashes. Bug #841857.