summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-02 23:35:24 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-02 23:35:24 +0000
commitd019b8f075e5f7c3dff451d063e66926dea1c0ef (patch)
treea534fedfd47f3e011fbd69672be36604f1085b3c /dev-python/simplejson
parentMove the EAPI=3 change to a seperate ebuild for the 1.4 series, as some autob... (diff)
downloadgentoo-2-d019b8f075e5f7c3dff451d063e66926dea1c0ef.tar.gz
gentoo-2-d019b8f075e5f7c3dff451d063e66926dea1c0ef.tar.bz2
gentoo-2-d019b8f075e5f7c3dff451d063e66926dea1c0ef.zip
Update HOMEPAGE.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r--dev-python/simplejson/simplejson-2.1.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/simplejson/simplejson-2.1.1.ebuild b/dev-python/simplejson/simplejson-2.1.1.ebuild
index 52f344ae58a4..62bf28ce6cce 100644
--- a/dev-python/simplejson/simplejson-2.1.1.ebuild
+++ b/dev-python/simplejson/simplejson-2.1.1.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v 1.1 2010/04/02 20:51:05 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.1.ebuild,v 1.2 2010/04/02 23:35:24 arfrever Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
-HOMEPAGE="http://undefined.org/python/#simplejson"
-SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
DEPEND="dev-python/setuptools"