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