From f9d5621f32f788ba666840426e8fbed8a8ddfb22 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 2 Nov 2008 13:59:43 +0100 Subject: python 2.5.2 add cProfile and low level module companion to python-profile --- packages/python/python-2.5-manifest.inc | 6 +++--- packages/python/python_2.5.2.bb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-2.5-manifest.inc b/packages/python/python-2.5-manifest.inc index 4142a4b620..bba1b2f33d 100644 --- a/packages/python/python-2.5-manifest.inc +++ b/packages/python/python-2.5-manifest.inc @@ -1,5 +1,5 @@ # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. -# Generator: './generate-manifest-2.5.py' Version 20080722 (C) 2002-2008 Michael 'Mickey' Lauer +# Generator: './generate-manifest-2.5.py' Version 20081102 (C) 2002-2008 Michael 'Mickey' Lauer # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy @@ -10,8 +10,8 @@ PACKAGES="python-profile python-threading python-distutils python-doctest python DESCRIPTION_python-profile="Python Basic Profiling Support" PR_python-profile="ml0" -RDEPENDS_python-profile="python-core" -FILES_python-profile="${libdir}/python2.5/profile.* ${libdir}/python2.5/pstats.* " +RDEPENDS_python-profile="python-core python-re" +FILES_python-profile="${libdir}/python2.5/profile.* ${libdir}/python2.5/pstats.* ${libdir}/python2.5/cProfile.* ${libdir}/python2.5/lib-dynload/_lsprof.so " DESCRIPTION_python-threading="Python Threading & Synchronization Support" PR_python-threading="ml0" diff --git a/packages/python/python_2.5.2.bb b/packages/python/python_2.5.2.bb index 19dc65b358..26a4ab828c 100644 --- a/packages/python/python_2.5.2.bb +++ b/packages/python/python_2.5.2.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" # bump this on every change in contrib/python/generate-manifest-2.5.py -PR = "ml14" +PR = "ml15" PYTHON_MAJMIN = "2.5" -- cgit v1.2.3 From 178007af8cc90afe68c79605bc22de2d8b72bdff Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 2 Nov 2008 22:29:39 +0100 Subject: python 2.5.2: python-profile depends on python-textutils. closes Openmoko bug #2106 --- packages/python/python-2.5-manifest.inc | 2 +- packages/python/python_2.5.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-2.5-manifest.inc b/packages/python/python-2.5-manifest.inc index bba1b2f33d..6c4440877f 100644 --- a/packages/python/python-2.5-manifest.inc +++ b/packages/python/python-2.5-manifest.inc @@ -10,7 +10,7 @@ PACKAGES="python-profile python-threading python-distutils python-doctest python DESCRIPTION_python-profile="Python Basic Profiling Support" PR_python-profile="ml0" -RDEPENDS_python-profile="python-core python-re" +RDEPENDS_python-profile="python-core python-textutils" FILES_python-profile="${libdir}/python2.5/profile.* ${libdir}/python2.5/pstats.* ${libdir}/python2.5/cProfile.* ${libdir}/python2.5/lib-dynload/_lsprof.so " DESCRIPTION_python-threading="Python Threading & Synchronization Support" diff --git a/packages/python/python_2.5.2.bb b/packages/python/python_2.5.2.bb index 26a4ab828c..b402b974f1 100644 --- a/packages/python/python_2.5.2.bb +++ b/packages/python/python_2.5.2.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" # bump this on every change in contrib/python/generate-manifest-2.5.py -PR = "ml15" +PR = "ml16" PYTHON_MAJMIN = "2.5" -- cgit v1.2.3 From cda792fbe0a54d6d78860ac27794dbfa2be1b28f Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 2 Nov 2008 22:39:30 +0100 Subject: python-fusil 1.1: new recipe; Python library for fuzzy algorithms. * add to task-python-everything * closes bug #4495 --- packages/python/python-fusil_1.1.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/python/python-fusil_1.1.bb (limited to 'packages/python') diff --git a/packages/python/python-fusil_1.1.bb b/packages/python/python-fusil_1.1.bb new file mode 100644 index 0000000000..f6ec3d8d6d --- /dev/null +++ b/packages/python/python-fusil_1.1.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Fusil is a Python library used to write fuzzing programs." +HOMEPAGE = "http://fusil.hachoir.org/" +SECTION = "devel/python" +LICENSE = "GPLv2" +SRCNAME = "fusil" + +SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +RDEPENDS_${PN} = "\ + python-ptrace \ + python-ctypes \ + python-lang \ + python-logging \ + python-datetime \ + python-shell \ + python-resource \ + python-subprocess \ +" -- cgit v1.2.3 From 70bb8ee097d21d8bd53aa2b5a6438e7ef9ce05b6 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 3 Nov 2008 13:42:35 +0100 Subject: twisted-python: fix packaging of twisted-python-protocols patch by Moritz Venn Signed-off-by: Felix Domke --- packages/python/python-twisted_2.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/python') diff --git a/packages/python/python-twisted_2.5.0.bb b/packages/python/python-twisted_2.5.0.bb index e085e81eb6..ccd3e26101 100644 --- a/packages/python/python-twisted_2.5.0.bb +++ b/packages/python/python-twisted_2.5.0.bb @@ -37,7 +37,7 @@ FILES_python-twisted-test = " \ " FILES_python-twisted-protocols = " \ - ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/protocols/ \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/ \ " FILES_python-twisted-zsh = " \ -- cgit v1.2.3 From f5d962579bbe4add4dad10664e73e7c43209a1c5 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 3 Nov 2008 16:15:38 +0100 Subject: python-fugrep 0.50: new recipe; a python library for fuzzy pattern matching. * add to task-python-everything --- packages/python/python-fugrep_0.50.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/python/python-fugrep_0.50.bb (limited to 'packages/python') diff --git a/packages/python/python-fugrep_0.50.bb b/packages/python/python-fugrep_0.50.bb new file mode 100644 index 0000000000..150cb84130 --- /dev/null +++ b/packages/python/python-fugrep_0.50.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "FuGrep is a Python library for fuzzy pattern matching." +HOMEPAGE = "http://www.j-raedler.de/pages/software/fugrep.php" +SECTION = "devel/python" +LICENSE = "${PN}" +SRCNAME = "FuGrep" +PR = "ml0" + +SRC_URI = "http://www.j-raedler.de/media/Software/FuGrep-${PV}.zip" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3 From c1401f7b1857e4dc00be14ce7d1aafd712ff5750 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 4 Nov 2008 22:10:10 +0100 Subject: python-pygame: Blacklist smpeg and build pygame without smpeg We can not build smpeg when enterprise is on. Put it into the BBMASK to make sure it is not buildable. Use base_conditional to not add the dependency to the DEPENDS when building for the enterprise branch. Remove the movie support (the one actually requiring smpeg) and only echo it into the Setup file when are not building with the ENTERPRISE_DISTRO flag. It seems to work both ways. --- packages/python/python-pygame-1.8.1/Setup | 1 - packages/python/python-pygame_1.8.1.bb | 8 ++++++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-pygame-1.8.1/Setup b/packages/python/python-pygame-1.8.1/Setup index cb8085530a..932e291ae2 100644 --- a/packages/python/python-pygame-1.8.1/Setup +++ b/packages/python/python-pygame-1.8.1/Setup @@ -28,7 +28,6 @@ mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG) mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG) _numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG) _numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG) -movie src/movie.c $(SDL) $(SMPEG) $(DEBUG) scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG) #experimental new movie movie. requires libavcodec and libavformat. diff --git a/packages/python/python-pygame_1.8.1.bb b/packages/python/python-pygame_1.8.1.bb index 71eff50dfb..499f0c6ee3 100644 --- a/packages/python/python-pygame_1.8.1.bb +++ b/packages/python/python-pygame_1.8.1.bb @@ -3,9 +3,10 @@ SECTION = "devel/python" HOMEPAGE = "http://www.pygame.org" PRIORITY = "optional" LICENSE = "LGPL" -DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" +DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf python-numeric" +DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'smpeg', d)}" SRCNAME = "pygame" -PR = "ml1" +PR = "ml2" SRC_URI = "\ ftp://ftp.pygame.org/pub/pygame/${SRCNAME}-${PV}release.tar.gz \ @@ -17,6 +18,9 @@ inherit distutils do_configure_prepend() { cat ${WORKDIR}/Setup >Setup SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >>Setup + if [ '${ENTERPRISE_DISTRO}' != '1' ]; then + echo "movie src/movie.c \$(SDL) \$(SMPEG) \$(DEBUG)" >>Setup + fi } do_stage() { -- cgit v1.2.3 From dcc6fbead960522b68f12392e1e7f0009af38b17 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Raster" Date: Thu, 30 Oct 2008 14:23:06 +1100 Subject: e17+efl: update to match latest additions and changes upstream lots of changes: 1. eina added. now a dependency. 2. illume removed as separate source tree and module and part of e17's wm 3. e17's default theme now include illume support so no need for illume theme these are fairly major but clean things up a lot. the e17 package splits out config profile now (it includes all of them as recommends though). the user can choose what profiel they want runtime. this is a "first time you run e" thing or whenever you choose the default profile (you go back to the wizard). also full intl support works with language selection etc. as long as glibc has that locale support. lots of other bugfixes and improvements as well. if you want "latest e+efl to work well" you will want these changes. --- packages/python/python-ecore_svn.bb | 2 +- packages/python/python-edje_svn.bb | 2 +- packages/python/python-evas_svn.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/python') diff --git a/packages/python/python-ecore_svn.bb b/packages/python/python-ecore_svn.bb index 1b02bf77df..78aebc62fc 100644 --- a/packages/python/python-ecore_svn.bb +++ b/packages/python/python-ecore_svn.bb @@ -1,5 +1,5 @@ require python-efl.inc -DEPENDS += "python-evas ecore" +DEPENDS += "python-evas ecore eina" RDEPENDS += "python-evas" PV = "0.3.0+svnr${SRCREV}" PR = "r0" diff --git a/packages/python/python-edje_svn.bb b/packages/python/python-edje_svn.bb index 4e33847dae..532db0875f 100644 --- a/packages/python/python-edje_svn.bb +++ b/packages/python/python-edje_svn.bb @@ -1,5 +1,5 @@ require python-efl.inc -DEPENDS += "edje python-evas" +DEPENDS += "edje python-evas eina" RDEPENDS += "python-evas" PV = "0.3.0+svnr${SRCREV}" PR = "r0" diff --git a/packages/python/python-evas_svn.bb b/packages/python/python-evas_svn.bb index 6f53bf7e8d..2deb020b70 100644 --- a/packages/python/python-evas_svn.bb +++ b/packages/python/python-evas_svn.bb @@ -1,5 +1,5 @@ require python-efl.inc -DEPENDS += "evas" +DEPENDS += "evas eina" PV = "0.3.0+svnr${SRCREV}" PR = "r0" -- cgit v1.2.3