mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 07:26:58 +02:00
simplejson: upgraded package to upstream
Upgraded dev-python/simplejson to version 2.5.0 on amd64 This is needed in order for chrooted Python code to be able to use frontend/afe/rpc_client_lib.py in Autotest. BUG=None TEST=import simplejson works in Python Change-Id: Ia2effc52c975674dc0b499cb4988f27d15d45700 Reviewed-on: https://gerrit.chromium.org/gerrit/38472 Reviewed-by: David James <davidjames@chromium.org> Commit-Ready: Gilad Arnold <garnold@chromium.org> Tested-by: Gilad Arnold <garnold@chromium.org>
This commit is contained in:
parent
18ac31ef41
commit
0925ad5b80
@ -1 +1 @@
|
|||||||
DIST simplejson-2.4.0.tar.gz 51880 RMD160 8e069b7e024c05ead2b8f33ca372965d07719ea3 SHA1 2b13200892cbb4edd8083a465829732051877791 SHA256 ac0f5122a213ef35c3af6464a2885aef5b56a4954f003eac767dd8e077949885
|
DIST simplejson-2.5.0.tar.gz 52834 RMD160 5df718c3db980f14c14bc8cf277aa32951c7e364 SHA1 e76a7af7845f16fd39753995a25496786571153b SHA256 2bcf5bedb5328a5633045a7d46784d3393ce940c949c090caf5d75b6d3163466
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.4.0.ebuild,v 1.1 2012/03/29 08:38:35 djc Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.5.0.ebuild,v 1.5 2012/05/29 19:58:34 ranger Exp $
|
||||||
|
|
||||||
EAPI="3"
|
EAPI="3"
|
||||||
PYTHON_DEPEND="2"
|
PYTHON_DEPEND="2"
|
||||||
@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 arm ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
KEYWORDS="amd64 arm ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
@ -3,10 +3,10 @@ DEPEND=>=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
|||||||
DESCRIPTION=Simple, fast, extensible JSON encoder/decoder for Python
|
DESCRIPTION=Simple, fast, extensible JSON encoder/decoder for Python
|
||||||
EAPI=3
|
EAPI=3
|
||||||
HOMEPAGE=http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson
|
HOMEPAGE=http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson
|
||||||
KEYWORDS=amd64 arm ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
|
KEYWORDS=amd64 arm ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
RDEPEND=>=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
RDEPEND=>=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=mirror://pypi/s/simplejson/simplejson-2.4.0.tar.gz
|
SRC_URI=mirror://pypi/s/simplejson/simplejson-2.5.0.tar.gz
|
||||||
_eclasses_=distutils b4c334e216d998c4ce4b750cb091e42e multilib 5f4ad6cf85e365e8f0c6050ddd21659e python 6bbd984910e27780e5d0ea543d83ef84 toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68
|
_eclasses_=distutils b4c334e216d998c4ce4b750cb091e42e multilib 5f4ad6cf85e365e8f0c6050ddd21659e python 6bbd984910e27780e5d0ea543d83ef84 toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68
|
||||||
_md5_=70fbd880d93a8c8bbfa3411ec767bb75
|
_md5_=4f90ffca5356c353d94b70230e26bcfc
|
Loading…
Reference in New Issue
Block a user