[oe-commits] org.oe.dev sqlalchemy: initial commit (bb file modeled after python-simplejson which also uses setuptools)

Laibsch commit openembedded-commits at lists.openembedded.org
Sun Feb 10 12:29:11 UTC 2008


sqlalchemy: initial commit (bb file modeled after python-simplejson which also uses setuptools)

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 4de1517753d95dab922448a3cb247dc652ace489
ViewMTN: http://monotone.openembedded.org/revision/info/4de1517753d95dab922448a3cb247dc652ace489
Files:
1
packages/python/python-sqlalchemy_0.4.2p3.bb
Diffs:

#
# mt diff -r085a19d229a04efc2910d658be29dcfa1ef8b3b0 -r4de1517753d95dab922448a3cb247dc652ace489
#
# 
# 
# add_file "packages/python/python-sqlalchemy_0.4.2p3.bb"
#  content [f9f043d233c8911a1e613cc8d058fd3cd2206b2f]
# 
============================================================
--- packages/python/python-sqlalchemy_0.4.2p3.bb	f9f043d233c8911a1e613cc8d058fd3cd2206b2f
+++ packages/python/python-sqlalchemy_0.4.2p3.bb	f9f043d233c8911a1e613cc8d058fd3cd2206b2f
@@ -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






More information about the Openembedded-commits mailing list