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/flask-testing: flask-testing-0.4.ebuild flask-testing-0.4.2.ebuild ChangeLog
Date: Thu, 31 Jul 2014 06:12:13
Message-Id: 20140731061210.38FB22004E@flycatcher.gentoo.org
1 idella4 14/07/31 06:12:10
2
3 Modified: flask-testing-0.4.ebuild ChangeLog
4 Added: flask-testing-0.4.2.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.5 dev-python/flask-testing/flask-testing-0.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?r1=1.4&r2=1.5
16
17 Index: flask-testing-0.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- flask-testing-0.4.ebuild 12 Sep 2013 20:59:29 -0000 1.4
24 +++ flask-testing-0.4.ebuild 31 Jul 2014 06:12:09 -0000 1.5
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.4 2013/09/12 20:59:29 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.5 2014/07/31 06:12:09 idella4 Exp $
31
32 EAPI=5
33 -PYTHON_COMPAT=( python{2_6,2_7} )
34 +PYTHON_COMPAT=( python2_7 pypy )
35
36 inherit distutils-r1
37
38
39
40
41 1.7 dev-python/flask-testing/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?r1=1.6&r2=1.7
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- ChangeLog 6 May 2014 15:20:26 -0000 1.6
54 +++ ChangeLog 31 Jul 2014 06:12:10 -0000 1.7
55 @@ -1,6 +1,12 @@
56 # ChangeLog for dev-python/flask-testing
57 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.6 2014/05/06 15:20:26 idella4 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.7 2014/07/31 06:12:10 idella4 Exp $
60 +
61 +*flask-testing-0.4.2 (31 Jul 2014)
62 +
63 + 31 Jul 2014; Ian Delaney <idella4@g.o> +flask-testing-0.4.2.ebuild,
64 + flask-testing-0.4.ebuild:
65 + bump
66
67 06 May 2014; Ian Delaney <idella4@g.o> flask-testing-0.4.1.ebuild:
68 drop py2.6 add pypy support
69
70
71
72 1.1 dev-python/flask-testing/flask-testing-0.4.2.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild?rev=1.1&content-type=text/plain
76
77 Index: flask-testing-0.4.2.ebuild
78 ===================================================================
79 # Copyright 1999-2014 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild,v 1.1 2014/07/31 06:12:10 idella4 Exp $
82
83 EAPI=5
84 PYTHON_COMPAT=( python2_7 pypy )
85
86 inherit distutils-r1
87
88 MY_PN="Flask-Testing"
89 MY_P="${MY_PN}-${PV}"
90
91 DESCRIPTION="Unit testing for Flask"
92 HOMEPAGE="http://pythonhosted.org/Flask-Testing/ https://pypi.python.org/pypi/Flask-Testing/"
93 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
94
95 LICENSE="BSD"
96 SLOT="0"
97 KEYWORDS="~amd64 ~x86"
98 IUSE="test"
99 # Testsuite fails with concurrent threads
100 DISTUTILS_NO_PARALLEL_BUILD=1
101
102 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
103 dev-python/twill[${PYTHON_USEDEP}]"
104 DEPEND="${RDEPEND}
105 dev-python/setuptools[${PYTHON_USEDEP}]
106 test? (
107 dev-python/blinker[${PYTHON_USEDEP}]
108 dev-python/nose[${PYTHON_USEDEP}]
109 )"
110
111 S="${WORKDIR}/${MY_P}"
112
113 python_test() {
114 # https://github.com/jarus/flask-testing/issues/60
115 nosetests || die "Testing failed with ${EPYTHON}"
116 }