From: Rolf Leggewie Date: Sun, 10 Feb 2008 12:14:08 +0000 (+0000) Subject: sqlalchemy: initial commit (bb file modeled after python-simplejson which also uses... X-Git-Tag: Release-2010-05/1~7696^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cfbcb13cbe1d8ef115c6d54e4a307b8dd1b89fc;p=openembedded.git sqlalchemy: initial commit (bb file modeled after python-simplejson which also uses setuptools) --- 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