Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-setuptest/
Date: Fri, 26 Feb 2016 19:53:20
Message-Id: 1456516329.d315125adffa902ae721fff58722a59959a0e12a.patrick@gentoo
1 commit: d315125adffa902ae721fff58722a59959a0e12a
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 19:50:38 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 19:52:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d315125a
7
8 dev-python/django-setuptest: Bump
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/django-setuptest/Manifest | 1 +
13 .../django-setuptest/django-setuptest-0.2.1.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/django-setuptest/Manifest b/dev-python/django-setuptest/Manifest
17 index 2a4da5f..9f5aecd 100644
18 --- a/dev-python/django-setuptest/Manifest
19 +++ b/dev-python/django-setuptest/Manifest
20 @@ -1 +1,2 @@
21 DIST django-setuptest-0.1.6.tar.gz 6929 SHA256 bdce4cf9cfc485b6324b3847fb84af69bdc965370073bc1c983bbf0901902eed SHA512 c2f2c1329d3541ac2e8d5895ddde2e1d1d1c2a819b3cc7168d333894e15128ff49b973a1570917abf06152634c915dada6df9f27ec9463ef79f02411c022d80d WHIRLPOOL e1c45eb3658b75bc82d0b3a5397c4199f5339c19c95e76e2fba0dddd02928da3c3480dc51eb41cef39c283c534a73f90bfbf5edc3289d24f6a5e44aea71e81e5
22 +DIST django-setuptest-0.2.1.tar.gz 7131 SHA256 539dac135a8b3e7244e50b3b4859782ea5598b794741dc6691e890b779d14169 SHA512 de0ba14ca451974ffa10b2fe822e6a7a927f2009dd1cc345abd6d4b192a5d9dbd1c9034463cbfbc8b5b66ab35d694282513a33dc55e8c1b0385fa32619c3f31d WHIRLPOOL 508d16f928e715a7c583c5190768554c274ad5b4b84d6368f09b98f78bd9cbf4eab62281445159a39369b3a7b91218406bb9d89eac0214d9ae3e42fcec10f5a3
23
24 diff --git a/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild b/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild
25 new file mode 100644
26 index 0000000..96bfaaf
27 --- /dev/null
28 +++ b/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2015 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Simple test suite enabling Django app testing via setup.py"
40 +HOMEPAGE="https://github.com/praekelt/django-setuptest"
41 +SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +RDEPEND="dev-python/pep8[${PYTHON_USEDEP}]
50 + dev-python/coverage[${PYTHON_USEDEP}]
51 + dev-python/django[${PYTHON_USEDEP}]
52 + dev-python/six[${PYTHON_USEDEP}]"
53 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"