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/simplejson: simplejson-1.9.1.ebuild simplejson-1.7.3.ebuild
Date: Fri, 04 Jul 2008 15:46:25
Message-Id: E1KEnUJ-0004m8-QC@stork.gentoo.org
1 pythonhead 08/07/04 15:46:19
2
3 Added: simplejson-1.9.1.ebuild
4 Removed: simplejson-1.7.3.ebuild
5 Log:
6 Version bump, removed nose as dependency, fixed tests. Closes #230708. Removed older.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
8
9 Revision Changes Path
10 1.1 dev-python/simplejson/simplejson-1.9.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-1.9.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-1.9.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: simplejson-1.9.1.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-1.9.1.ebuild,v 1.1 2008/07/04 15:46:19 pythonhead Exp $
20
21 NEED_PYTHON=2.4
22
23 inherit distutils
24
25 KEYWORDS="~amd64 ~x86"
26
27 DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
28 HOMEPAGE="http://undefined.org/python/#simplejson"
29 SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
30 LICENSE="MIT"
31 SLOT="0"
32 IUSE=""
33
34 DEPEND="dev-python/setuptools"
35 RDEPEND=""
36
37 src_install() {
38 distutils_src_install
39 dohtml -r docs/*
40 }
41
42 src_test() {
43 PYTHONPATH=. "${python}" simplejson/tests/__init__.py || die "test failed"
44 }
45
46
47
48 --
49 gentoo-commits@l.g.o mailing list