[oe] [meta-oe][PATCH 2/4] sqlalchemy: Add initial version

Paul Menzel paulepanter at users.sourceforge.net
Sat Jul 2 12:40:07 UTC 2011


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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110702/30a925fb/attachment-0002.sig>


More information about the Openembedded-devel mailing list