Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-2.1.1.ebuild
Date: Fri, 02 Apr 2010 23:35:29
Message-Id: E1NxqOa-0005C0-Ls@stork.gentoo.org
1 arfrever 10/04/02 23:35:24
2
3 Modified: simplejson-2.1.1.ebuild
4 Log:
5 Update HOMEPAGE.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/simplejson/simplejson-2.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild?r1=1.1&r2=1.2
14
15 Index: simplejson-2.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- simplejson-2.1.1.ebuild 2 Apr 2010 20:51:05 -0000 1.1
22 +++ simplejson-2.1.1.ebuild 2 Apr 2010 23:35:24 -0000 1.2
23 @@ -1,19 +1,19 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v 1.1 2010/04/02 20:51:05 djc Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v 1.2 2010/04/02 23:35:24 arfrever Exp $
28
29 EAPI="3"
30 SUPPORT_PYTHON_ABIS="1"
31
32 inherit distutils
33
34 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
35 -
36 DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
37 -HOMEPAGE="http://undefined.org/python/#simplejson"
38 -SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
39 +HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson"
40 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 LICENSE="MIT"
43 SLOT="0"
44 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
45 IUSE="doc test"
46
47 DEPEND="dev-python/setuptools"