| Submitter | Michael Lippautz |
|---|---|
| Date | July 7, 2011, 1:36 p.m. |
| Message ID | <a975594904046a990cda00ae9d968315fa36433a.1310045515.git.michael.lippautz@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/7137/ |
| State | Accepted |
| Commit | 129a0cb2ce723017396ee4b326080e3d519db10b |
| Headers | show |
Comments
Am Donnerstag, den 07.07.2011, 15:36 +0200 schrieb Michael Lippautz: > Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> > --- > .../python/python-sqlalchemy_0.7.1.bb | 16 ++++++++++++++++ > 1 files changed, 16 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..a50ce2e > --- /dev/null > +++ b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb > @@ -0,0 +1,16 @@ > +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" This line has trailing white space. Please check those using `git diff --check` or read the output from Git when committing stuff. > +LIC_FILES_CHKSUM = "file://LICENSE;md5=e88f48967a8bd1fe88f5425f7e659dbf" > +RDEPENDS_${PN} += "python-numbers" > +PR = "r0" > + > +SRCNAME = "SQLAlchemy" > +SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" > +SRC_URI[md5sum] = "76e2e1e48b8047f1ca7023f143374aef" > +SRC_URI[sha256sum] = "eedd2d63d6404d9bbe3c4c6a63a5442d2c2650b862f9c10f721cfae4a735d05a" > + > +S = "${WORKDIR}/${SRCNAME}-${PV}" > + > +inherit setuptools Thanks, Paul
Patch
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..a50ce2e --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb @@ -0,0 +1,16 @@ +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" +RDEPENDS_${PN} += "python-numbers" +PR = "r0" + +SRCNAME = "SQLAlchemy" +SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" +SRC_URI[md5sum] = "76e2e1e48b8047f1ca7023f143374aef" +SRC_URI[sha256sum] = "eedd2d63d6404d9bbe3c4c6a63a5442d2c2650b862f9c10f721cfae4a735d05a" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> --- .../python/python-sqlalchemy_0.7.1.bb | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.1.bb