Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-tables2/
Date: Sat, 30 Jan 2021 20:27:22
Message-Id: 1612038404.57992eb7ce652cef3f242f08a92fe055602b68d6.conikost@gentoo
1 commit: 57992eb7ce652cef3f242f08a92fe055602b68d6
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 20:24:49 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 20:26:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57992eb7
7
8 dev-python/django-tables2: drop old version
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/django-tables2/Manifest | 1 -
14 .../django-tables2/django-tables2-2.2.1.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/dev-python/django-tables2/Manifest b/dev-python/django-tables2/Manifest
18 index 4ef458cb6ef..ffd92d20c89 100644
19 --- a/dev-python/django-tables2/Manifest
20 +++ b/dev-python/django-tables2/Manifest
21 @@ -1,2 +1 @@
22 -DIST django-tables2-2.2.1.tar.gz 71769 BLAKE2B 4f507b43907e2c0fd112f493d40681f13039e8a959c3ad4b3ea794dd08a3db24150263e880e79316aaafe59be7c4842504a496ee2e834eea68468c2a3ad0a297 SHA512 f5760f53d76af22033543757dd1b89876f9e40abcccc606bac1019fb10338c83884298a3f9feb280cfc03b209dfc551d07182ff0950c3cba9fafedd8371ecbce
23 DIST django-tables2-2.3.4.tar.gz 77706 BLAKE2B 54e0903747ab29dab26049868f8cfd412d23fe3f36eaf292bebc90ee1c307f08d04af1eed469423e3699db227110fc0347a8034acb3b3b46971d37b3aebb84a1 SHA512 d10144b79850847d2787e4a97f450eb3709a419a5dcd330667e3746c16f3be7472c6c26dbf7d765356130b79b8c915c46fd3201c83e66806753f1bb95911895f
24
25 diff --git a/dev-python/django-tables2/django-tables2-2.2.1.ebuild b/dev-python/django-tables2/django-tables2-2.2.1.ebuild
26 deleted file mode 100644
27 index 19ee3f4b79e..00000000000
28 --- a/dev-python/django-tables2/django-tables2-2.2.1.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_6 python3_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Table/data-grid framework for Django"
41 -HOMEPAGE="https://pypi.org/project/django-tables2/ https://github.com/bradleyayers/django-tables2/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -SLOT="0"
45 -LICENSE="BSD-2"
46 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 -IUSE=""
48 -
49 -RDEPEND=">=dev-python/django-1.11"
50 -DEPEND="${RDEPEND}
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 -"