Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-treebeard/
Date: Tue, 02 Feb 2016 06:11:45
Message-Id: 1454393521.41c94cef60a5083b592f05af7080b73f06f8143e.slis@gentoo
1 commit: 41c94cef60a5083b592f05af7080b73f06f8143e
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 06:12:01 2016 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 06:12:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c94cef
7
8 django-sekizai version bump
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/django-treebeard/Manifest | 1 +
13 .../django-treebeard/django-treebeard-4.0.ebuild | 27 ++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-python/django-treebeard/Manifest b/dev-python/django-treebeard/Manifest
17 index 62dad84..97604ba 100644
18 --- a/dev-python/django-treebeard/Manifest
19 +++ b/dev-python/django-treebeard/Manifest
20 @@ -1 +1,2 @@
21 DIST django-treebeard-3.0.tar.gz 93278 SHA256 ac9935d855359951f1a9c51904f55f2a1b1b41930ea472ded78cfd50c5cae982 SHA512 9c15dd75142a36cbd73d09c1f677f9875f67dc809178aeec79fab817a2ec60dc4afb0ca81ffa818be489d4bb1190299197e0f9b7d90e704428ca6c3fc6bf0a61 WHIRLPOOL b1e1fd9923b1495374cd4d3fef5b808926fc89f6d175dd18157aab778d5f13d2ed4b789c1fbcbbe9efea96a152a6943037f3093aafcadd1a14d977bcdd698c6c
22 +DIST django-treebeard-4.0.tar.gz 92991 SHA256 af210cf46cf14ad53a7b3161dec3f015bafa45813b6ef3b87652ddb0799c8aae SHA512 0308e5998ce6b729ef1fca8841e44bbdc31f8bb013f63e285c386ec2a038c85c5b252617b85a2c22e24aa685f3790557052facb6f00e45b7ed630ec9f1c93dfe WHIRLPOOL 405650c557ef519b0b02b8bc7cc1a7a963fd669bcdfec53e21d5b4f6a5d3545eec96b9f0bf218d218a3fbb26f0e1e66ff7027a7f75dd0eaf3a92ce456d8af197
23
24 diff --git a/dev-python/django-treebeard/django-treebeard-4.0.ebuild b/dev-python/django-treebeard/django-treebeard-4.0.ebuild
25 new file mode 100644
26 index 0000000..16d7b5f
27 --- /dev/null
28 +++ b/dev-python/django-treebeard/django-treebeard-4.0.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI="5"
35 +
36 +PYTHON_COMPAT=( python{2_7,3_4} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Efficient tree implementations for Django 1.6+"
41 +HOMEPAGE="https://tabo.pe/projects/django-treebeard/ https://pypi.python.org/pypi/django-treebeard"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +KEYWORDS="~amd64 ~x86"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + >=dev-python/django-1.6
51 +"
52 +
53 +DEPEND="
54 + ${RDEPEND}
55 + dev-python/setuptools
56 +"