From bb23d0aca68cf4721bfb928dc900d8211dff9341 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 00:56:21 +0000 Subject: python-simplejson: 1.7.1 -> 2.0.7 --- packages/python/python-simplejson_1.7.1.bb | 15 --------------- packages/python/python-simplejson_2.0.7.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 packages/python/python-simplejson_1.7.1.bb create mode 100644 packages/python/python-simplejson_2.0.7.bb (limited to 'packages/python') diff --git a/packages/python/python-simplejson_1.7.1.bb b/packages/python/python-simplejson_1.7.1.bb deleted file mode 100644 index 67270f2df1..0000000000 --- a/packages/python/python-simplejson_1.7.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" -HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "MIT" -# python-netserver is needed for cgi stuff -# python-zlib is needed to unpack egg created by setuptools -RDEPENDS = "python-core python-re python-io python-netserver python-zlib" -SRCNAME = "simplejson" -PR = "r2" - -SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/packages/python/python-simplejson_2.0.7.bb b/packages/python/python-simplejson_2.0.7.bb new file mode 100644 index 0000000000..7bfa44eb8e --- /dev/null +++ b/packages/python/python-simplejson_2.0.7.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" +HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "MIT" +SRCNAME = "simplejson" +PR = "ml0" + +SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS = "\ + python-core \ + python-re \ + python-io \ + python-netserver \ +" + -- cgit v1.2.3