Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-rq/
Date: Mon, 14 Sep 2020 18:06:15
Message-Id: 1600106767.a567e09fc000e38bad1a7522cafe765f6757b08f.sam@gentoo
1 commit: a567e09fc000e38bad1a7522cafe765f6757b08f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 14 18:05:53 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 14 18:06:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a567e09f
7
8 dev-python/django-rq: cleanup old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/django-rq/Manifest | 1 -
14 dev-python/django-rq/django-rq-2.3.0.ebuild | 20 --------------------
15 dev-python/django-rq/django-rq-2.3.2.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 22 deletions(-)
17
18 diff --git a/dev-python/django-rq/Manifest b/dev-python/django-rq/Manifest
19 index acc8c5669eb..92060c487fe 100644
20 --- a/dev-python/django-rq/Manifest
21 +++ b/dev-python/django-rq/Manifest
22 @@ -1,2 +1 @@
23 -DIST django-rq-2.3.0.tar.gz 40916 BLAKE2B cdaae3b3d1289a539306f0d8d41d034384366877bd226a5d2226fa017e7807ca2c3304fe6100d45f6cc929e591970bf707acebb1f0571d2827e22acff0468fee SHA512 2b0e0531d40ea866680aa52ac941bf0ea09d4295608c3c8b99c9b3a1c9f1efbb05527327e22ad6da3b013667a16251f190a064806c7c0e1edaf1625b5bc3a2e5
24 DIST django-rq-2.3.2.tar.gz 41038 BLAKE2B 837a8f819e9a91763b2d4ec961257d429e6d686fbaaa181d7fbe41efd9e08d958c5c340e4e1a4c8f0ef4063e985d3df82d8ea2c6a7cdea872b330dd545660e31 SHA512 8cf59aae163034240bfecda5f332dcc590813445cb2fc14bee15459ec8d4c50a36ab56865b3ce9360968451695e7a6d5eca5da26ef63c29dbc9dd58af8f16b98
25
26 diff --git a/dev-python/django-rq/django-rq-2.3.0.ebuild b/dev-python/django-rq/django-rq-2.3.0.ebuild
27 deleted file mode 100644
28 index 95ddd036ff9..00000000000
29 --- a/dev-python/django-rq/django-rq-2.3.0.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_6 python3_7 )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
41 -HOMEPAGE="https://github.com/rq/django-rq"
42 -SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -DEPEND=">=dev-python/django-2.0[${PYTHON_USEDEP}]
49 - >=dev-python/rq-1.2[${PYTHON_USEDEP}]
50 - >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
51 -RDEPEND="${DEPEND}"
52
53 diff --git a/dev-python/django-rq/django-rq-2.3.2.ebuild b/dev-python/django-rq/django-rq-2.3.2.ebuild
54 index 96a7c90ccc7..cae14afdcdc 100644
55 --- a/dev-python/django-rq/django-rq-2.3.2.ebuild
56 +++ b/dev-python/django-rq/django-rq-2.3.2.ebuild
57 @@ -3,7 +3,7 @@
58
59 EAPI=7
60
61 -PYTHON_COMPAT=( python3_{7,8,9} )
62 +PYTHON_COMPAT=( python3_{6,7,8,9} )
63 inherit distutils-r1
64
65 DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"