Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-tables2/
Date: Tue, 12 Mar 2019 23:30:03
Message-Id: 1552427527.a2ba74edef93888e45d6880bdf1453c4c07e5f01.williamh@gentoo
1 commit: a2ba74edef93888e45d6880bdf1453c4c07e5f01
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Tue Mar 12 21:20:49 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 21:52:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ba74ed
7
8 dev-python/django-tables2: 2.0.3 bump
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 dev-python/django-tables2/Manifest | 1 +
15 .../django-tables2/django-tables2-2.0.3.ebuild | 22 ++++++++++++++++++++++
16 2 files changed, 23 insertions(+)
17
18 diff --git a/dev-python/django-tables2/Manifest b/dev-python/django-tables2/Manifest
19 index a84a4624974..d6f12f32924 100644
20 --- a/dev-python/django-tables2/Manifest
21 +++ b/dev-python/django-tables2/Manifest
22 @@ -1 +1,2 @@
23 DIST django-tables2-1.1.2.tar.gz 966053 BLAKE2B 0eb997ff660cf80c7f935945439c8a48b70d4a48531930582fce508e5618d5341350613ae5208fec469b07869a808937cea7e92d838d44900086f862a43bb02f SHA512 b82d9a4fdd27e37056effc68b361dbb708d558fbc5aa0f90a09850a20f0bca34ac7965000e72368e1a792fc6a893f83c64910dfb6569b6016ef1e5b20be0e5f5
24 +DIST django-tables2-2.0.3.tar.gz 8411743 BLAKE2B ee5f1a358076363227b080425a07cc0a037412e151400dda7fddab085586d97910f0cde03efc340f10afb1199ea3c55a63d34105ff47fa32e72689053bc4b10d SHA512 a1cee5b604fc8ddeae84b65026502fcc738506796f94e6f85d594c2ddb54451c12dfbfbe5c8e91a01ba5150a7c0a41ed71ce95f56dfb7fdefa13fb0cecbc237f
25
26 diff --git a/dev-python/django-tables2/django-tables2-2.0.3.ebuild b/dev-python/django-tables2/django-tables2-2.0.3.ebuild
27 new file mode 100644
28 index 00000000000..ecf7a6acf8a
29 --- /dev/null
30 +++ b/dev-python/django-tables2/django-tables2-2.0.3.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Table/data-grid framework for Django"
42 +HOMEPAGE="https://pypi.org/project/django-tables2/ https://github.com/bradleyayers/django-tables2/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +SLOT="0"
46 +LICENSE="BSD-2"
47 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 +IUSE=""
49 +
50 +RDEPEND=">=dev-python/django-1.11"
51 +DEPEND="${RDEPEND}
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 +"