Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.5.2.ebuild ChangeLog
Date: Tue, 03 Jun 2014 07:10:57
Message-Id: 20140603071053.41A1F2004E@flycatcher.gentoo.org
1 idella4 14/06/03 07:10:53
2
3 Modified: ChangeLog
4 Added: simplejson-3.5.2.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.130 dev-python/simplejson/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.130&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.130&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.129&r2=1.130
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
20 retrieving revision 1.129
21 retrieving revision 1.130
22 diff -u -r1.129 -r1.130
23 --- ChangeLog 22 May 2014 21:55:04 -0000 1.129
24 +++ ChangeLog 3 Jun 2014 07:10:53 -0000 1.130
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/simplejson
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.129 2014/05/22 21:55:04 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.130 2014/06/03 07:10:53 idella4 Exp $
30 +
31 +*simplejson-3.5.2 (03 Jun 2014)
32 +
33 + 03 Jun 2014; Ian Delaney <idella4@g.o> +simplejson-3.5.2.ebuild:
34 + bump
35
36 *simplejson-3.5.1 (22 May 2014)
37
38
39
40
41 1.1 dev-python/simplejson/simplejson-3.5.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.5.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.5.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: simplejson-3.5.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.5.2.ebuild,v 1.1 2014/06/03 07:10:53 idella4 Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
54
55 inherit distutils-r1 flag-o-matic
56
57 DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
58 HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson"
59 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="|| ( MIT AFL-2.1 )"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
64
65 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
66
67 python_compile() {
68 if [[ ${EPYTHON} == python2.7 ]]; then
69 local CFLAGS=${CFLAGS}
70 append-cflags -fno-strict-aliasing
71 fi
72 distutils-r1_python_compile
73 }
74
75 python_test() {
76 esetup.py test
77 }