Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/curtsies: curtsies-0.1.18.ebuild curtsies-0.2.3.ebuild ChangeLog
Date: Tue, 03 Mar 2015 19:02:59
Message-Id: 20150303190255.A0DCF12F83@oystercatcher.gentoo.org
1 jlec 15/03/03 19:02:55
2
3 Modified: curtsies-0.1.18.ebuild ChangeLog
4 Added: curtsies-0.2.3.ebuild
5 Log:
6 Version BUmp; fix deps and test
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.2 dev-python/curtsies/curtsies-0.1.18.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/curtsies/curtsies-0.1.18.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/curtsies/curtsies-0.1.18.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/curtsies/curtsies-0.1.18.ebuild?r1=1.1&r2=1.2
16
17 Index: curtsies-0.1.18.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/curtsies/curtsies-0.1.18.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- curtsies-0.1.18.ebuild 17 Feb 2015 13:26:45 -0000 1.1
24 +++ curtsies-0.1.18.ebuild 3 Mar 2015 19:02:55 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/curtsies/curtsies-0.1.18.ebuild,v 1.1 2015/02/17 13:26:45 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/curtsies/curtsies-0.1.18.ebuild,v 1.2 2015/03/03 19:02:55 jlec Exp $
30
31 EAPI=5
32
33 @@ -15,10 +15,21 @@
34 SLOT="0"
35 LICENSE="MIT"
36 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 -IUSE=""
38 +IUSE="test"
39
40 RDEPEND="
41 - dev-python/blessings[${PYTHON_USEDEP}]
42 - dev-python/wcwidth[${PYTHON_USEDEP}]
43 + >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
44 + >=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
45 "
46 -DEPEND="${RDEPEND}"
47 +DEPEND="${RDEPEND}
48 + dev-python/setuptools[${PYTHON_USEDEP}]
49 + test? (
50 + dev-python/mock[${PYTHON_USEDEP}]
51 + dev-python/nose[${PYTHON_USEDEP}]
52 + dev-python/pyte[${PYTHON_USEDEP}]
53 + )
54 +"
55 +
56 +python_test() {
57 + nosetests tests || die
58 +}
59
60
61
62 1.2 dev-python/curtsies/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/curtsies/ChangeLog?rev=1.2&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/curtsies/ChangeLog?rev=1.2&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/curtsies/ChangeLog?r1=1.1&r2=1.2
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-python/curtsies/ChangeLog,v
71 retrieving revision 1.1
72 retrieving revision 1.2
73 diff -u -r1.1 -r1.2
74 --- ChangeLog 17 Feb 2015 13:26:45 -0000 1.1
75 +++ ChangeLog 3 Mar 2015 19:02:55 -0000 1.2
76 @@ -1,6 +1,12 @@
77 # ChangeLog for dev-python/curtsies
78 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-python/curtsies/ChangeLog,v 1.1 2015/02/17 13:26:45 jlec Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-python/curtsies/ChangeLog,v 1.2 2015/03/03 19:02:55 jlec Exp $
81 +
82 +*curtsies-0.2.3 (03 Mar 2015)
83 +
84 + 03 Mar 2015; Justin Lecher <jlec@g.o> +curtsies-0.2.3.ebuild,
85 + curtsies-0.1.18.ebuild:
86 + Version BUmp; fix deps and test
87
88 *curtsies-0.1.18 (17 Feb 2015)
89
90
91
92
93 1.1 dev-python/curtsies/curtsies-0.2.3.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/curtsies/curtsies-0.2.3.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/curtsies/curtsies-0.2.3.ebuild?rev=1.1&content-type=text/plain
97
98 Index: curtsies-0.2.3.ebuild
99 ===================================================================
100 # Copyright 1999-2015 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/dev-python/curtsies/curtsies-0.2.3.ebuild,v 1.1 2015/03/03 19:02:55 jlec Exp $
103
104 EAPI=5
105
106 PYTHON_COMPAT=( python2_7 python3_{3,4} )
107
108 inherit distutils-r1
109
110 DESCRIPTION="Curses-like terminal wrapper, with colored strings"
111 HOMEPAGE="https://github.com/thomasballinger/curtsies"
112 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
113
114 SLOT="0"
115 LICENSE="MIT"
116 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
117 IUSE="test"
118
119 RDEPEND="
120 >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
121 >=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
122 "
123 DEPEND="${RDEPEND}
124 dev-python/setuptools[${PYTHON_USEDEP}]
125 test? (
126 dev-python/mock[${PYTHON_USEDEP}]
127 dev-python/nose[${PYTHON_USEDEP}]
128 dev-python/pyte[${PYTHON_USEDEP}]
129 )
130 "
131
132 python_test() {
133 nosetests tests || die
134 }