From 2a3d5c21971587a47b203359ed37a125b37aac39 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 14 Sep 2009 21:45:36 +0200 Subject: python-dbus: add some more dependencies --- recipes/python/python-dbus_0.83.0.bb | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'recipes/python') diff --git a/recipes/python/python-dbus_0.83.0.bb b/recipes/python/python-dbus_0.83.0.bb index 7bc81f0396..02b73e64bf 100644 --- a/recipes/python/python-dbus_0.83.0.bb +++ b/recipes/python/python-dbus_0.83.0.bb @@ -3,20 +3,24 @@ SECTION = "devel/python" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "MIT" DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" -PR = "ml1" +PR = "ml2" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" S = "${WORKDIR}/dbus-python-${PV}" -inherit distutils-base autotools pkgconfig +inherit distutils-base autotools_stage pkgconfig export BUILD_SYS export HOST_SYS -do_stage() { - autotools_stage_all -} +RDEPENDS_${PN} = "\ + python-io \ + python-lang \ + python-logging \ + python-threading \ + python-xml \ +" -RDEPENDS = "python-io python-logging python-stringold python-threading python-xml" - -FILES_${PN}-dev += "${libdir}/pkgconfig +FILES_${PN}-dev += "\ + ${libdir}/pkgconfig \ +" -- cgit v1.2.3 From e5d715b372315feee1d11ce7438cb614c00cd5ed Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 27 Sep 2009 09:50:08 +0000 Subject: python-wpactrl: add 1.0.1 Signed-off-by: Howard Chu Signed-off-by: Koen Kooi --- recipes/python/python-wpactrl_svn.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/python/python-wpactrl_svn.bb (limited to 'recipes/python') diff --git a/recipes/python/python-wpactrl_svn.bb b/recipes/python/python-wpactrl_svn.bb new file mode 100644 index 0000000000..e0e8a05195 --- /dev/null +++ b/recipes/python/python-wpactrl_svn.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "A Python extension for wpa_supplicant/hostapd control interface access" +SECTION = "devel/python" +LICENSE = "GPLv2" +HOMEPAGE = "http://projects.otaku42.de/wiki/PythonWpaCtrl" + +inherit distutils + +SRCREV = "383" +SRC_URI = "svn://svn.otaku42.de;module=python-wpactrl;proto=http" +S = "${WORKDIR}/python-wpactrl/trunk" +PV = "1.0.1+svnr${SRCREV}" + -- cgit v1.2.3 From 7e769c740b93e472ca8222684ae58c30f3b826cf Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Mon, 28 Sep 2009 21:19:13 +0000 Subject: python-flup: Bump to version 1.0.2 Signed-off-by: Petri Lehtinen --- recipes/python/python-flup_1.0.1.bb | 11 ----------- recipes/python/python-flup_1.0.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 recipes/python/python-flup_1.0.1.bb create mode 100644 recipes/python/python-flup_1.0.2.bb (limited to 'recipes/python') diff --git a/recipes/python/python-flup_1.0.1.bb b/recipes/python/python-flup_1.0.1.bb deleted file mode 100644 index d5f865da11..0000000000 --- a/recipes/python/python-flup_1.0.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Random assortment of WSGI servers" -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "BSD" -SRCNAME = "flup" -PR = "ml0" - -SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/recipes/python/python-flup_1.0.2.bb b/recipes/python/python-flup_1.0.2.bb new file mode 100644 index 0000000000..d5f865da11 --- /dev/null +++ b/recipes/python/python-flup_1.0.2.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Random assortment of WSGI servers" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "BSD" +SRCNAME = "flup" +PR = "ml0" + +SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3 From 97d95eda7075f9baef27f78b4fd811eab8384639 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Mon, 28 Sep 2009 21:21:13 +0000 Subject: python-django: Update to work with Python 2.6 Signed-off-by: Petri Lehtinen --- recipes/python/python-django_1.0.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/python') diff --git a/recipes/python/python-django_1.0.2.bb b/recipes/python/python-django_1.0.2.bb index 0c572eeeda..572e1906a9 100644 --- a/recipes/python/python-django_1.0.2.bb +++ b/recipes/python/python-django_1.0.2.bb @@ -16,11 +16,12 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}" RDEPENDS_${PN} = "\ python-email \ + python-html \ python-netserver \ python-pickle \ python-pprint \ python-shell \ - python-sqlite \ + python-sqlite3 \ python-textutils \ python-threading \ python-unixadmin \ -- cgit v1.2.3 From eb6fc049798ae5a1ece3c448bf03abbf5e884d56 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Tue, 6 Oct 2009 20:50:09 +0000 Subject: python: Fixed -dbg QA error (config/.debug in python-distutils). * For more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-October/013964.html --- recipes/python/python-2.6-manifest.inc | 6 +++--- recipes/python/python.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/python') diff --git a/recipes/python/python-2.6-manifest.inc b/recipes/python/python-2.6-manifest.inc index 00eda6b9c9..cee12c866c 100644 --- a/recipes/python/python-2.6-manifest.inc +++ b/recipes/python/python-2.6-manifest.inc @@ -1,13 +1,13 @@ # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. -# Generator: '../../contrib/python/generate-manifest-2.6.py' Version 20090812 (C) 2002-2009 Michael 'Mickey' Lauer +# Generator: '../../contrib/python/generate-manifest-2.6.py' Version 20091004 (C) 2002-2009 Michael 'Mickey' Lauer # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy PROVIDES+="python-profile python-threading python-distutils python-doctest python-stringold python-codecs python-ctypes python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-tests python-core-dbg python-resource python-json python-devel python-difflib python-math python-syslog python-hotshot python-unixadmin python-textutils python-tkinter python-gdbm python-elementtree python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-sqlite3 python-sqlite3-tests python-unittest python-multiprocessing python-robotparser python-compile python-debugger python-pkgutil python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio " -PACKAGES="python-profile python-threading python-distutils python-doctest python-stringold python-codecs python-ctypes python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-tests python-core-dbg python-resource python-json python-devel python-difflib python-math python-syslog python-hotshot python-unixadmin python-textutils python-tkinter python-gdbm python-elementtree python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-sqlite3 python-sqlite3-tests python-unittest python-multiprocessing python-robotparser python-compile python-debugger python-pkgutil python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-modules" +PACKAGES="python-core-dbg python-profile python-threading python-distutils python-doctest python-stringold python-codecs python-ctypes python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-tests python-resource python-json python-devel python-difflib python-math python-syslog python-hotshot python-unixadmin python-textutils python-tkinter python-gdbm python-elementtree python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-sqlite3 python-sqlite3-tests python-unittest python-multiprocessing python-robotparser python-compile python-debugger python-pkgutil python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-modules" DESCRIPTION_python-profile="Python Basic Profiling Support" RDEPENDS_python-profile="python-core python-textutils" @@ -87,7 +87,7 @@ FILES_python-tests="${libdir}/python2.6/test " DESCRIPTION_python-core-dbg="Python core module debug information" RDEPENDS_python-core-dbg="python-core" -FILES_python-core-dbg="${libdir}/python2.6/lib-dynload/.debug ${bindir}/.debug ${libdir}/.debug " +FILES_python-core-dbg="${libdir}/python2.6/config/.debug ${libdir}/python2.6/lib-dynload/.debug ${bindir}/.debug ${libdir}/.debug " DESCRIPTION_python-resource="Python Resource Control Interface" RDEPENDS_python-resource="python-core" diff --git a/recipes/python/python.inc b/recipes/python/python.inc index 5791297609..7e61f795ba 100644 --- a/recipes/python/python.inc +++ b/recipes/python/python.inc @@ -4,7 +4,7 @@ LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" # bump this on every change in contrib/python/generate-manifest-2.6.py -INC_PR = "ml7" +INC_PR = "ml8" DEFAULT_PREFERENCE = "-26" -- cgit v1.2.3 From f9044c8c646cb9c7bd0aaefa28d2cb3b0c00ee6e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 7 Oct 2009 21:14:59 +0200 Subject: enlightenment: some modules moved in the svn tree, account for that --- recipes/python/python-etk_svn.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/python') diff --git a/recipes/python/python-etk_svn.bb b/recipes/python/python-etk_svn.bb index aff6b1f982..85cb824b2d 100644 --- a/recipes/python/python-etk_svn.bb +++ b/recipes/python/python-etk_svn.bb @@ -4,6 +4,8 @@ RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk PV = "0.1.1+svnr${SRCREV}" PR = "ml1" +SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD/BINDINGS/python;module=${PN};proto=http" + do_stage() { distutils_stage_all } -- cgit v1.2.3 From cc3a65820157e2d3c8384c6db4e0f3f8d6b56f3e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 7 Oct 2009 22:21:26 +0200 Subject: gstreamer: update some bits --- recipes/python/python-gst_0.10.10.bb | 6 ++++-- recipes/python/python-gst_0.10.17.bb | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 recipes/python/python-gst_0.10.17.bb (limited to 'recipes/python') diff --git a/recipes/python/python-gst_0.10.10.bb b/recipes/python/python-gst_0.10.10.bb index faef7cb5f1..0de87d6f42 100644 --- a/recipes/python/python-gst_0.10.10.bb +++ b/recipes/python/python-gst_0.10.10.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Python Gstreamer bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "gstreamer gst-plugins-base python-pygobject" -PR = "ml3" +PR = "ml4" SRC_URI = "\ http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ @@ -11,7 +11,9 @@ SRC_URI = "\ " S = "${WORKDIR}/gst-python-${PV}" -inherit autotools distutils-base pkgconfig +inherit autotools pkgconfig distutils-base + +require fix-path.inc EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" diff --git a/recipes/python/python-gst_0.10.17.bb b/recipes/python/python-gst_0.10.17.bb new file mode 100644 index 0000000000..5695e6e04e --- /dev/null +++ b/recipes/python/python-gst_0.10.17.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Python Gstreamer bindings" +SECTION = "devel/python" +LICENSE = "LGPL" +DEPENDS = "gstreamer gst-plugins-base python-pygobject" + +SRC_URI = "\ + http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ + file://python-path.patch;patch=1 \ + file://import-gobject-instead-of-pygtk.patch;patch=1 \ +" +S = "${WORKDIR}/gst-python-${PV}" + +inherit autotools pkgconfig distutils-base + +require fix-path.inc + +EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" + +do_configure_prepend() { + install -d ${S}/m4 + install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ +} + +do_stage() { + autotools_stage_all +} + +PACKAGES =+ "${PN}-examples" + +FILES_${PN} += "${datadir}/gst-python" +FILES_${PN}-dev += "\ + ${datadir}/gst-python/0.10/defs \ + ${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/*.la \ +" +FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/ ${libdir}/gstreamer-0.10/.debug/" +FILES_${PN}-examples = "${datadir}/gst-python/0.10/examples" -- cgit v1.2.3