Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-rq/
Date: Thu, 26 Mar 2020 20:53:04
Message-Id: 1585255372.f908cef76c2ab629bfe7ded7080158a82caa8e91.mgorny@gentoo
1 commit: f908cef76c2ab629bfe7ded7080158a82caa8e91
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 20:42:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 20:42:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f908cef7
7
8 dev-python/django-rq: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-rq/Manifest | 3 ---
13 dev-python/django-rq/django-rq-1.3.1.ebuild | 20 --------------------
14 dev-python/django-rq/django-rq-2.1.0.ebuild | 20 --------------------
15 dev-python/django-rq/django-rq-2.2.0.ebuild | 20 --------------------
16 4 files changed, 63 deletions(-)
17
18 diff --git a/dev-python/django-rq/Manifest b/dev-python/django-rq/Manifest
19 index 6667fe08697..47869a5a5e2 100644
20 --- a/dev-python/django-rq/Manifest
21 +++ b/dev-python/django-rq/Manifest
22 @@ -1,4 +1 @@
23 -DIST django-rq-1.3.1.tar.gz 37462 BLAKE2B 17c3eb4527315c7d562586b5d62ac1866d4e1de755a61f6d882007139494921efc689b3c649f0647ceb2b29d6b0914159c5247af33cc6c21ac6108beef7c40dd SHA512 7e8443889fb7f7e8059f81fc8e7cd319e5a8b54c0388130190a39cc167bcd2e85b761f7f3703a3cd37e5be245cbc788d98a121d048837dc77072c8713c332577
24 -DIST django-rq-2.1.0.tar.gz 38237 BLAKE2B d99a25655ab0f2ceb08f433b86e84f54f76bc6a93482655f117dced1f8242fb527acb8cfc598fadd282f932f9b7f02b780ef925dcbc8ee7778594a95d73e8ad2 SHA512 4bc59ed32176a121debcbc259386bd406ae141ad859b52ea779e7ee8c8b1d2634a1afc31b666e55bc8a70c841ce7aac81ba0e7f4207e925587cbf3817d9da666
25 -DIST django-rq-2.2.0.tar.gz 39758 BLAKE2B 3f6b3b990539eb2f8379e054b64202c142372563ba1ffd155d14c700b58b1c0b2aea6af1818ef377e26a27e3a4bf9519d1234fe61605ae1bfdebf7065f1cdad0 SHA512 cfa987b1cb08e09552a27d0997a8fcefcc60247115243a47ce30c561b5cbdacb45d702c8e5994a22ec6e812e66378d9a298dacdeb48e85163ae26798e47b98f6
26 DIST django-rq-2.3.0.tar.gz 40916 BLAKE2B cdaae3b3d1289a539306f0d8d41d034384366877bd226a5d2226fa017e7807ca2c3304fe6100d45f6cc929e591970bf707acebb1f0571d2827e22acff0468fee SHA512 2b0e0531d40ea866680aa52ac941bf0ea09d4295608c3c8b99c9b3a1c9f1efbb05527327e22ad6da3b013667a16251f190a064806c7c0e1edaf1625b5bc3a2e5
27
28 diff --git a/dev-python/django-rq/django-rq-1.3.1.ebuild b/dev-python/django-rq/django-rq-1.3.1.ebuild
29 deleted file mode 100644
30 index 55715b0a45a..00000000000
31 --- a/dev-python/django-rq/django-rq-1.3.1.ebuild
32 +++ /dev/null
33 @@ -1,20 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_6 )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
43 -HOMEPAGE="https://github.com/rq/django-rq"
44 -SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -
50 -DEPEND=">=dev-python/django-1.8.0[${PYTHON_USEDEP}]
51 - >=dev-python/rq-0.13[${PYTHON_USEDEP}]
52 - >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
53 -RDEPEND="${DEPEND}"
54
55 diff --git a/dev-python/django-rq/django-rq-2.1.0.ebuild b/dev-python/django-rq/django-rq-2.1.0.ebuild
56 deleted file mode 100644
57 index f3e8b1727a7..00000000000
58 --- a/dev-python/django-rq/django-rq-2.1.0.ebuild
59 +++ /dev/null
60 @@ -1,20 +0,0 @@
61 -# Copyright 1999-2019 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=7
65 -
66 -PYTHON_COMPAT=( python3_6 )
67 -inherit distutils-r1
68 -
69 -DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
70 -HOMEPAGE="https://github.com/rq/django-rq"
71 -SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
72 -
73 -LICENSE="MIT"
74 -SLOT="0"
75 -KEYWORDS="~amd64"
76 -
77 -DEPEND=">=dev-python/django-1.8.0[${PYTHON_USEDEP}]
78 - >=dev-python/rq-1.0[${PYTHON_USEDEP}]
79 - >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
80 -RDEPEND="${DEPEND}"
81
82 diff --git a/dev-python/django-rq/django-rq-2.2.0.ebuild b/dev-python/django-rq/django-rq-2.2.0.ebuild
83 deleted file mode 100644
84 index 1901e7c29b8..00000000000
85 --- a/dev-python/django-rq/django-rq-2.2.0.ebuild
86 +++ /dev/null
87 @@ -1,20 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -
93 -PYTHON_COMPAT=( python3_6 python3_7 )
94 -inherit distutils-r1
95 -
96 -DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
97 -HOMEPAGE="https://github.com/rq/django-rq"
98 -SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
99 -
100 -LICENSE="MIT"
101 -SLOT="0"
102 -KEYWORDS="~amd64"
103 -
104 -DEPEND=">=dev-python/django-2.0[${PYTHON_USEDEP}]
105 - >=dev-python/rq-1.0[${PYTHON_USEDEP}]
106 - >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
107 -RDEPEND="${DEPEND}"