Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/turbojson: ChangeLog turbojson-1.1.3.ebuild
Date: Wed, 02 Jul 2008 05:36:03
Message-Id: E1KDv0Y-0007zo-0W@stork.gentoo.org
1 pythonhead 08/07/02 05:35:58
2
3 Modified: ChangeLog
4 Added: turbojson-1.1.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
8
9 Revision Changes Path
10 1.3 dev-python/turbojson/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 4 Jan 2008 17:29:27 -0000 1.2
23 +++ ChangeLog 2 Jul 2008 05:35:57 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/turbojson
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.2 2008/01/04 17:29:27 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.3 2008/07/02 05:35:57 pythonhead Exp $
29 +
30 +*turbojson-1.1.3 (02 Jul 2008)
31 +
32 + 02 Jul 2008; Rob Cakebread <pythonhead@g.o>
33 + +turbojson-1.1.3.ebuild:
34 + Version bump.
35
36 *turbojson-1.1.2 (04 Jan 2008)
37
38
39
40
41 1.1 dev-python/turbojson/turbojson-1.1.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/turbojson-1.1.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbojson/turbojson-1.1.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: turbojson-1.1.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.3.ebuild,v 1.1 2008/07/02 05:35:57 pythonhead Exp $
51
52 NEED_PYTHON=2.4
53
54 inherit distutils
55
56 KEYWORDS="~amd64 ~x86"
57
58 MY_PN=TurboJson
59 MY_P=${MY_PN}-${PV}
60
61 DESCRIPTION="TurboGears JSON file format support plugin"
62 HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html"
63 #SRC_URI="http://files.turbogears.org/eggs/${MY_P}.tar.gz"
64 SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz"
65 LICENSE="MIT"
66 SLOT="0"
67 IUSE="test"
68
69 RDEPEND="dev-python/ruledispatch
70 dev-python/simplejson"
71 DEPEND="${RDEPEND}
72 dev-python/setuptools
73 test? ( dev-python/nose )"
74
75 S=${WORKDIR}/${MY_P}
76
77 src_test() {
78 PYTHONPATH=. "${python}" setup.py test || die "tests failed"
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list