Message ID | 06120dde2158fdb5902066f18c2c1b817172094a.1309608953.git.michael.lippautz@gmail.com |
---|---|
State | Superseded |
Headers | show |
diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb new file mode 100644 index 0000000..ffcb024 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ +application developers the full power and flexibility of SQL" +HOMEPAGE = "http://www.sqlalchemy.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e88f48967a8bd1fe88f5425f7e659dbf" +SRCNAME = "SQLAlchemy" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +SRC_URI[md5sum] = "76e2e1e48b8047f1ca7023f143374aef" +SRC_URI[sha256sum] = "eedd2d63d6404d9bbe3c4c6a63a5442d2c2650b862f9c10f721cfae4a735d05a"
Am Samstag, den 02.07.2011, 14:20 +0200 schrieb Michael Lippautz: sqlalchemy: Add version 0.7.1 (initial recipe) > * Backends have to be installed separately depending on which are needed. See > http://www.sqlalchemy.org/docs/core/engines.html for possible backends. Does that mean those backends are not packaged yet for OE? > Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> > --- > .../python/python-sqlalchemy_0.7.1.bb | 15 +++++++++++++++ > 1 files changed, 15 insertions(+), 0 deletions(-) > create mode 100644 meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb > > diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb > new file mode 100644 > index 0000000..ffcb024 > --- /dev/null > +++ b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb > @@ -0,0 +1,15 @@ > +DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ > +application developers the full power and flexibility of SQL" > +HOMEPAGE = "http://www.sqlalchemy.org/" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=e88f48967a8bd1fe88f5425f7e659dbf" > +SRCNAME = "SQLAlchemy" This should go after `PR` as you also did in `pyudev`. > +PR = "r0" > + > +SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" > +S = "${WORKDIR}/${SRCNAME}-${PV}" > + > +inherit setuptools > + > +SRC_URI[md5sum] = "76e2e1e48b8047f1ca7023f143374aef" > +SRC_URI[sha256sum] = "eedd2d63d6404d9bbe3c4c6a63a5442d2c2650b862f9c10f721cfae4a735d05a" Please right below `SRC_URI`. Thanks, Paul
2011/7/2 Paul Menzel <paulepanter@users.sourceforge.net>: > Am Samstag, den 02.07.2011, 14:20 +0200 schrieb Michael Lippautz: > > sqlalchemy: Add version 0.7.1 (initial recipe) > >> * Backends have to be installed separately depending on which are needed. See >> http://www.sqlalchemy.org/docs/core/engines.html for possible backends. > > Does that mean those backends are not packaged yet for OE? Yes, most of them atleast. I only use sqlite3 (which is available) on my devices, though. > >> Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> >> --- >> .../python/python-sqlalchemy_0.7.1.bb | 15 +++++++++++++++ >> 1 files changed, 15 insertions(+), 0 deletions(-) >> create mode 100644 meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb >> >> diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb >> new file mode 100644 >> index 0000000..ffcb024 >> --- /dev/null >> +++ b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb >> @@ -0,0 +1,15 @@ >> +DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ >> +application developers the full power and flexibility of SQL" >> +HOMEPAGE = "http://www.sqlalchemy.org/" >> +LICENSE = "MIT" >> +LIC_FILES_CHKSUM = "file://LICENSE;md5=e88f48967a8bd1fe88f5425f7e659dbf" >> +SRCNAME = "SQLAlchemy" > > This should go after `PR` as you also did in `pyudev`. > >> +PR = "r0" >> + >> +SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" >> +S = "${WORKDIR}/${SRCNAME}-${PV}" >> + >> +inherit setuptools >> + >> +SRC_URI[md5sum] = "76e2e1e48b8047f1ca7023f143374aef" >> +SRC_URI[sha256sum] = "eedd2d63d6404d9bbe3c4c6a63a5442d2c2650b862f9c10f721cfae4a735d05a" > > Please right below `SRC_URI`. > > > Thanks, > > Paul > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > >
* Backends have to be installed separately depending on which are needed. See http://www.sqlalchemy.org/docs/core/engines.html for possible backends. Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> --- .../python/python-sqlalchemy_0.7.1.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb