diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-10 12:14:08 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-10 12:14:08 +0000 |
commit | 0cfbcb13cbe1d8ef115c6d54e4a307b8dd1b89fc (patch) | |
tree | f6f44fabe952f135eff0a49f5a0fb8fa5757d134 /packages/python | |
parent | 0c5699ad304013fa3ae3feba69c4d00ddab5003b (diff) |
sqlalchemy: initial commit (bb file modeled after python-simplejson which also uses setuptools)
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-sqlalchemy_0.4.2p3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-sqlalchemy_0.4.2p3.bb b/packages/python/python-sqlalchemy_0.4.2p3.bb new file mode 100644 index 0000000000..c14a9a6e35 --- /dev/null +++ b/packages/python/python-sqlalchemy_0.4.2p3.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL" +HOMEPAGE = "http://www.sqlalchemy.org/" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "MIT" +DEPENDS = "python-setuptools" +#RDEPENDS = "" +SRCNAME = "sqlalchemy" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/SQLAlchemy-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +#inherit distutils |