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-mptt/
Date: Thu, 05 Nov 2015 13:33:05
Message-Id: 1446730477.1f0100055698f126cc90fd1ce52f0283a9ebd43f.slis@gentoo
1 commit: 1f0100055698f126cc90fd1ce52f0283a9ebd43f
2 Author: SÅ‚awomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 5 13:02:01 2015 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 5 13:34:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f010005
7
8 added django-mptt (#427730)
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/django-mptt/Manifest | 1 +
13 dev-python/django-mptt/django-mptt-0.7.4.ebuild | 27 +++++++++++++++++++++++++
14 dev-python/django-mptt/metadata.xml | 7 +++++++
15 3 files changed, 35 insertions(+)
16
17 diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest
18 new file mode 100644
19 index 0000000..9cbef34
20 --- /dev/null
21 +++ b/dev-python/django-mptt/Manifest
22 @@ -0,0 +1 @@
23 +DIST django-mptt-0.7.4.tar.gz 133855 SHA256 8e986aaf458aaf78c87dc316095cc4a951f3ec1d73f81b237107161fa3ea4ad0 SHA512 596bb1b7f4a99b4b8788b3f4da59850bdaaed4214f877479a89ce9f749f9d217f2ccce488e7f67cd75780ace09d3b73fdca2b0d95a56225d63dfb9e6a1d290b6 WHIRLPOOL 26f68b368176868f051534e977a6f73612a8ddf7f54b8292e8ac67307a08aa1522eca68f0dde5c800ea2e0ea0538308955e0c3fd73ff50fc735c665669a797d4
24
25 diff --git a/dev-python/django-mptt/django-mptt-0.7.4.ebuild b/dev-python/django-mptt/django-mptt-0.7.4.ebuild
26 new file mode 100644
27 index 0000000..dfe2d76
28 --- /dev/null
29 +++ b/dev-python/django-mptt/django-mptt-0.7.4.ebuild
30 @@ -0,0 +1,27 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI="5"
36 +
37 +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Utilities for implementing Modified Preorder Tree Traversal"
42 +HOMEPAGE="https://pypi.python.org/pypi/django-mptt"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +KEYWORDS="~amd64 ~x86"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + >=dev-python/django-1.4
52 +"
53 +
54 +DEPEND="
55 + ${RDEPEND}
56 + dev-python/setuptools
57 +"
58
59 diff --git a/dev-python/django-mptt/metadata.xml b/dev-python/django-mptt/metadata.xml
60 new file mode 100644
61 index 0000000..e3ff5b2
62 --- /dev/null
63 +++ b/dev-python/django-mptt/metadata.xml
64 @@ -0,0 +1,7 @@
65 +<?xml version="1.0" encoding="UTF-8"?>
66 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 +<pkgmetadata>
68 + <maintainer>
69 + <email>slis@g.o</email>
70 + </maintainer>
71 +</pkgmetadata>
72 \ No newline at end of file