Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sure: sure-1.2.5.ebuild sure-1.2.3.ebuild ChangeLog
Date: Tue, 25 Feb 2014 12:21:21
Message-Id: 20140225122114.C9AD22004C@flycatcher.gentoo.org
1 scarabeus 14/02/25 12:21:14
2
3 Modified: sure-1.2.3.ebuild ChangeLog
4 Added: sure-1.2.5.ebuild
5 Log:
6 Enable python3_3 build as it seems to work. While at it bump to latest version that is available.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.2 dev-python/sure/sure-1.2.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sure/sure-1.2.3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sure/sure-1.2.3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sure/sure-1.2.3.ebuild?r1=1.1&r2=1.2
16
17 Index: sure-1.2.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/sure/sure-1.2.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- sure-1.2.3.ebuild 2 Dec 2013 01:04:19 -0000 1.1
24 +++ sure-1.2.3.ebuild 25 Feb 2014 12:21:14 -0000 1.2
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/sure/sure-1.2.3.ebuild,v 1.1 2013/12/02 01:04:19 idella4 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sure/sure-1.2.3.ebuild,v 1.2 2014/02/25 12:21:14 scarabeus Exp $
31
32 EAPI=5
33 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
35
36 inherit distutils-r1
37
38
39
40
41 1.2 dev-python/sure/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sure/ChangeLog?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sure/ChangeLog?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sure/ChangeLog?r1=1.1&r2=1.2
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/sure/ChangeLog,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- ChangeLog 2 Dec 2013 01:04:19 -0000 1.1
54 +++ ChangeLog 25 Feb 2014 12:21:14 -0000 1.2
55 @@ -1,6 +1,13 @@
56 # ChangeLog for dev-python/sure
57 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sure/ChangeLog,v 1.1 2013/12/02 01:04:19 idella4 Exp $
59 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sure/ChangeLog,v 1.2 2014/02/25 12:21:14 scarabeus Exp $
61 +
62 +*sure-1.2.5 (25 Feb 2014)
63 +
64 + 25 Feb 2014; Tomáš Chvátal <scarabeus@g.o> +sure-1.2.5.ebuild,
65 + sure-1.2.3.ebuild:
66 + Enable python3_3 build as it seems to work. While at it bump to latest version
67 + that is available.
68
69 *sure-1.2.3 (02 Dec 2013)
70
71
72
73
74 1.1 dev-python/sure/sure-1.2.5.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sure/sure-1.2.5.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sure/sure-1.2.5.ebuild?rev=1.1&content-type=text/plain
78
79 Index: sure-1.2.5.ebuild
80 ===================================================================
81 # Copyright 1999-2014 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/dev-python/sure/sure-1.2.5.ebuild,v 1.1 2014/02/25 12:21:14 scarabeus Exp $
84
85 EAPI=5
86 PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
87
88 inherit distutils-r1
89
90 DESCRIPTION="A utility belt for automated testing in python for python"
91 HOMEPAGE="http://github.com/gabrielfalcao/sure"
92 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
93
94 KEYWORDS="~amd64 ~x86"
95 IUSE=""
96 LICENSE="GPL-3"
97 SLOT="0"
98
99 RDEPEND=""
100 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"