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-tables2/
Date: Thu, 26 Mar 2020 20:53:03
Message-Id: 1585255390.cec490ac1e9442dc185b2c1f4dd2d1ce2f332c7c.mgorny@gentoo
1 commit: cec490ac1e9442dc185b2c1f4dd2d1ce2f332c7c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 20:43:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 20:43:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec490ac
7
8 dev-python/django-tables2: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-tables2/Manifest | 1 -
13 .../django-tables2/django-tables2-2.0.6.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/django-tables2/Manifest b/dev-python/django-tables2/Manifest
17 index 3caac97874f..c043d2e6711 100644
18 --- a/dev-python/django-tables2/Manifest
19 +++ b/dev-python/django-tables2/Manifest
20 @@ -1,2 +1 @@
21 -DIST django-tables2-2.0.6.tar.gz 71283 BLAKE2B d72259d65930aac6856bdd32c1827ad6f659ca19303dcd10abbaef2ff5b49179aba301fd5b0159bd134b3cdec217980780ed39f96a2ba1876e306773d79e3f9b SHA512 d6e872226caf123bb0c560ca2f455e29972d9e0634b4538ab751baef999368ff64f1b5095397838fd1c2146a7e5528555e5c01c8d9ff9b2324a3d24da7557161
22 DIST django-tables2-2.2.1.tar.gz 71769 BLAKE2B 4f507b43907e2c0fd112f493d40681f13039e8a959c3ad4b3ea794dd08a3db24150263e880e79316aaafe59be7c4842504a496ee2e834eea68468c2a3ad0a297 SHA512 f5760f53d76af22033543757dd1b89876f9e40abcccc606bac1019fb10338c83884298a3f9feb280cfc03b209dfc551d07182ff0950c3cba9fafedd8371ecbce
23
24 diff --git a/dev-python/django-tables2/django-tables2-2.0.6.ebuild b/dev-python/django-tables2/django-tables2-2.0.6.ebuild
25 deleted file mode 100644
26 index ea05e3deaea..00000000000
27 --- a/dev-python/django-tables2/django-tables2-2.0.6.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Table/data-grid framework for Django"
40 -HOMEPAGE="https://pypi.org/project/django-tables2/ https://github.com/bradleyayers/django-tables2/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -SLOT="0"
44 -LICENSE="BSD-2"
45 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 -IUSE=""
47 -
48 -RDEPEND=">=dev-python/django-1.11"
49 -DEPEND="${RDEPEND}
50 - dev-python/setuptools[${PYTHON_USEDEP}]
51 -"