require python-efl.inc
DEPENDS += "python-evas ecore"
+RDEPENDS += "python-evas"
PV = "0.2.1+cvs${SRCDATE}"
-PR = "r0"
+PR = "r1"
do_stage() {
distutils_stage_all
}
-
require python-efl.inc
DEPENDS += "edbus python-dbus"
+RDEPENDS += "python-dbus"
PV = "0.1.1+cvs${SRCDATE}"
-PR = "r0"
+PR = "r1"
SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus"
S = "${WORKDIR}/python-e_dbus"
require python-efl.inc
DEPENDS += "edje python-evas"
+RDEPENDS += "python-evas"
PV = "0.2.1+cvs${SRCDATE}"
-PR = "r0"
-
+PR = "r2"
require python-efl.inc
DEPENDS += "epsilon python-ecore"
+RDEPENDS += "python-ecore"
PV = "0.2.1+cvs${SRCDATE}"
-PR = "r0"
+PR = "r1"
DEPENDS = "sqlite3"
SRCNAME = "FormEncode"
PV = "0.4+svnr${SRCREV}"
-PR = "ml0"
+PR = "ml1"
-inherit distutils
+inherit setuptools
SRC_URI = "svn://svn.colorstudy.com/FormEncode;module=trunk;proto=http"
PROVIDES = "python-pygtk2"
SRCNAME = "pygtk"
LICENSE = "LGPL"
-PR = "ml6"
+PR = "ml7"
SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar.bz2 \
file://fix-gtkunixprint.patch;patch=1 \
+ file://prevent_to_get_display_during_import.patch;patch=1 \
file://nodocs.patch;patch=1 \
file://acinclude.m4"
S = "${WORKDIR}/${SRCNAME}-${PV}"
LICENSE = "LGPL"
RDEPENDS = "python-formencode"
SRCNAME = "SQLObject"
-PR = "ml0"
+PR = "ml1"
SRC_URI = "http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
-inherit distutils
+inherit setuptools