sqlalchemy: initial commit (bb file modeled after python-simplejson which also uses...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 10 Feb 2008 12:14:08 +0000 (12:14 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 10 Feb 2008 12:14:08 +0000 (12:14 +0000)
packages/python/python-sqlalchemy_0.4.2p3.bb [new file with mode: 0644]

diff --git a/packages/python/python-sqlalchemy_0.4.2p3.bb b/packages/python/python-sqlalchemy_0.4.2p3.bb
new file mode 100644 (file)
index 0000000..c14a9a6
--- /dev/null
@@ -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