Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wtf-peewee: wtf-peewee-0.2.0.ebuild ChangeLog
Date: Sat, 03 May 2014 08:03:07
Message-Id: 20140503080302.A441E2004C@flycatcher.gentoo.org
1 patrick 14/05/03 08:03:02
2
3 Modified: ChangeLog
4 Added: wtf-peewee-0.2.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 dev-python/wtf-peewee/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 22 Nov 2013 06:56:41 -0000 1.3
24 +++ ChangeLog 3 May 2014 08:03:02 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/wtf-peewee
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.3 2013/11/22 06:56:41 patrick Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.4 2014/05/03 08:03:02 patrick Exp $
31 +
32 +*wtf-peewee-0.2.0 (03 May 2014)
33 +
34 + 03 May 2014; Patrick Lauer <patrick@g.o> +wtf-peewee-0.2.0.ebuild:
35 + Bump
36
37 *wtf-peewee-0.1.5 (22 Nov 2013)
38
39
40
41
42 1.1 dev-python/wtf-peewee/wtf-peewee-0.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wtf-peewee-0.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.0.ebuild,v 1.1 2014/05/03 08:03:02 patrick Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1
57
58 RESTRICT="test" # broken
59
60 DESCRIPTION="Small python ORM"
61 HOMEPAGE="https://github.com/coleifer/peewee/"
62 SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz"
63 LICENSE="BSD"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="test"
67
68 RDEPEND=""
69 DEPEND="${RDEPEND}
70 dev-python/setuptools[${PYTHON_USEDEP}]
71 dev-python/peewee[${PYTHON_USEDEP}]
72 dev-python/wtforms[${PYTHON_USEDEP}]
73 "
74 python_test() {
75 nosetests || die "Testing failed with ${EPYTHON}"
76 }