Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/django-appconf: django-appconf-0.6.ebuild ChangeLog
Date: Fri, 06 Jun 2014 13:47:36
Message-Id: 20140606134731.2E7582004E@flycatcher.gentoo.org
1 idella4 14/06/06 13:47:31
2
3 Modified: django-appconf-0.6.ebuild ChangeLog
4 Log:
5 drop py2.6 add py3 support, upgrade HOMEPAGE, SRC_URI to github, complete deps for tests
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.6 dev-python/django-appconf/django-appconf-0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-appconf/django-appconf-0.6.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-appconf/django-appconf-0.6.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-appconf/django-appconf-0.6.ebuild?r1=1.5&r2=1.6
15
16 Index: django-appconf-0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-appconf/django-appconf-0.6.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- django-appconf-0.6.ebuild 30 Jun 2013 21:54:24 -0000 1.5
23 +++ django-appconf-0.6.ebuild 6 Jun 2014 13:47:30 -0000 1.6
24 @@ -1,15 +1,15 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-appconf/django-appconf-0.6.ebuild,v 1.5 2013/06/30 21:54:24 tampakrap Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-appconf/django-appconf-0.6.ebuild,v 1.6 2014/06/06 13:47:30 idella4 Exp $
30
31 EAPI=5
32 -PYTHON_COMPAT=( python{2_6,2_7} )
33 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
34
35 inherit distutils-r1
36
37 DESCRIPTION="A helper class for handling configuration defaults of packaged apps gracefully"
38 -HOMEPAGE="http://pypi.python.org/pypi/django-appconf http://django-appconf.readthedocs.org/"
39 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 +HOMEPAGE="https://github.com/jezdez/django-appconf http://django-appconf.readthedocs.org/"
41 +SRC_URI="https://github.com/jezdez/${PN}/archive/v${PV}.tar.gz"
42 KEYWORDS="~amd64 ~x86"
43 IUSE="doc test"
44
45 @@ -21,7 +21,9 @@
46 DEPEND="${RDEPEND}
47 dev-python/setuptools[${PYTHON_USEDEP}]
48 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
49 - test? ( dev-python/django-discover-runner[${PYTHON_USEDEP}] )"
50 + test? ( dev-python/django-discover-runner[${PYTHON_USEDEP}]
51 + dev-python/flake8[${PYTHON_USEDEP}]
52 + dev-python/coverage[${PYTHON_USEDEP}] )"
53
54 PATCHES=( "${FILESDIR}"/docs.patch )
55
56
57
58
59 1.9 dev-python/django-appconf/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-appconf/ChangeLog?rev=1.9&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-appconf/ChangeLog?rev=1.9&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-appconf/ChangeLog?r1=1.8&r2=1.9
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-appconf/ChangeLog,v
68 retrieving revision 1.8
69 retrieving revision 1.9
70 diff -u -r1.8 -r1.9
71 --- ChangeLog 30 Jun 2013 21:54:24 -0000 1.8
72 +++ ChangeLog 6 Jun 2014 13:47:30 -0000 1.9
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-python/django-appconf
75 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-appconf/ChangeLog,v 1.8 2013/06/30 21:54:24 tampakrap Exp $
77 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-appconf/ChangeLog,v 1.9 2014/06/06 13:47:30 idella4 Exp $
79 +
80 + 06 Jun 2014; Ian Delaney <idella4@g.o> django-appconf-0.6.ebuild:
81 + drop py2.6 add py3 support, upgrade HOMEPAGE, SRC_URI to github, complete deps
82 + for tests
83
84 30 Jun 2013; Theo Chatzimichos <tampakrap@g.o>
85 django-appconf-0.6.ebuild: