From 2fe85b7a8468403904f563aa9d5dfcfd9539826c Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 26 Jun 2009 19:18:12 +0000 Subject: many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat: * for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html --- recipes/python/python-pyusb_0.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/python') diff --git a/recipes/python/python-pyusb_0.4.1.bb b/recipes/python/python-pyusb_0.4.1.bb index 9ed3955c2e..5f70182e46 100644 --- a/recipes/python/python-pyusb_0.4.1.bb +++ b/recipes/python/python-pyusb_0.4.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "libusb Python Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "BSD" -DEPENDS = "libusb" +DEPENDS = "virtual/libusb0" SRCNAME = "pyusb" PR = "r1" -- cgit v1.2.3 From a2ba9341af9cbb19593f120b52dee81788f03b9c Mon Sep 17 00:00:00 2001 From: Elena Grandi Date: Wed, 1 Jul 2009 12:26:32 +0200 Subject: python-cjson 1.0.5: new recipe python-cjson is a Fast JSON encoder/decoder for Python --- recipes/python/python-cjson_1.0.5.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/python/python-cjson_1.0.5.bb (limited to 'recipes/python') diff --git a/recipes/python/python-cjson_1.0.5.bb b/recipes/python/python-cjson_1.0.5.bb new file mode 100644 index 0000000000..4f7e1e1fdf --- /dev/null +++ b/recipes/python/python-cjson_1.0.5.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "Fast JSON encoder/decoder for Python" +SECTION = "devel/python" +LICENSE = "LGPL" +PR = "0" + +SRC_URI = "http://pypi.python.org/packages/source/p/python-cjson/python-cjson-${PV}.tar.gz" + +inherit distutils -- cgit v1.2.3 From 645418b10be153f65ef42e0e2158f89d2618536f Mon Sep 17 00:00:00 2001 From: Elena Grandi Date: Wed, 1 Jul 2009 12:57:12 +0200 Subject: python-pygtksourceview 2.6.0: new recipe python bindings for gtksourceview --- recipes/python/python-pygtksourceview_2.6.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/python/python-pygtksourceview_2.6.0.bb (limited to 'recipes/python') diff --git a/recipes/python/python-pygtksourceview_2.6.0.bb b/recipes/python/python-pygtksourceview_2.6.0.bb new file mode 100644 index 0000000000..0c2b335d1e --- /dev/null +++ b/recipes/python/python-pygtksourceview_2.6.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Python gtksourceview Bindings" +SECTION = "devel/python" +HOMEPAGE = "http://projects.gnome.org/gtksourceview/pygtksourceview.html" +PRIORITY = "optional" +DEPENDS = "gtksourceview python-pygtk" +SRCNAME = "pygtksourceview" +LICENSE = "LGPL" +PR = "r0" + +MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" +SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtksourceview/${MAJ_VER}/${SRCNAME}-${PV}.tar.bz2" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit autotools pkgconfig distutils-base + +EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" + -- cgit v1.2.3 From 6af86b4c9c0a684258180b914b49f32e2ea342c9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 1 Jul 2009 14:34:05 +0200 Subject: python-pygtksourceview: catch up with sourceview renaming --- recipes/python/python-pygtksourceview_2.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/python') diff --git a/recipes/python/python-pygtksourceview_2.6.0.bb b/recipes/python/python-pygtksourceview_2.6.0.bb index 0c2b335d1e..c91e52ac4c 100644 --- a/recipes/python/python-pygtksourceview_2.6.0.bb +++ b/recipes/python/python-pygtksourceview_2.6.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Python gtksourceview Bindings" SECTION = "devel/python" HOMEPAGE = "http://projects.gnome.org/gtksourceview/pygtksourceview.html" PRIORITY = "optional" -DEPENDS = "gtksourceview python-pygtk" +DEPENDS = "gtksourceview2 python-pygtk" SRCNAME = "pygtksourceview" LICENSE = "LGPL" PR = "r0" -- cgit v1.2.3 From 88290161c02e7dc418f43202ccd92334a42e70e7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 17 Jul 2009 10:53:35 +0200 Subject: python-elementtree: kill standalone recipe, it's in proper python now * from packagehistory.bbclass: ERROR: Package version for package python-elementtree went backwards which would break package feeds from (0:2.6.1-ml5 to 0:1.2.7-20070827-preview-r0) --- .../python/python-elementtree_1.2.7-20070827-preview.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 recipes/python/python-elementtree_1.2.7-20070827-preview.bb (limited to 'recipes/python') diff --git a/recipes/python/python-elementtree_1.2.7-20070827-preview.bb b/recipes/python/python-elementtree_1.2.7-20070827-preview.bb deleted file mode 100644 index f1e4c8b322..0000000000 --- a/recipes/python/python-elementtree_1.2.7-20070827-preview.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Lightweight Python components for handling XML" -SECTION = "devel/python" -LICENSE = "Python" -HOMEPAGE = "http://effbot.org/zone/element-index.htm" -PR = "r0" - -inherit distutils - -SRC_URI = "http://effbot.org/media/downloads/elementtree-${PV}.zip" -S = "${WORKDIR}/elementtree-${PV}" - -FILES_${PN} += "${datadir}" - - -- cgit v1.2.3