[oe-commits] org.oe.dev python-sqlalchemy: use setuptools, add to task-python-everything

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Feb 10 15:26:19 UTC 2008


python-sqlalchemy: use setuptools, add to task-python-everything

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: be55d0d4fe08efd2bd552157f130e03ccd5ac65a
ViewMTN: http://monotone.openembedded.org/revision/info/be55d0d4fe08efd2bd552157f130e03ccd5ac65a
Files:
1
packages/python/python-sqlalchemy_0.4.2p3.bb
packages/tasks/task-python-everything.bb
Diffs:

#
# mt diff -r4de1517753d95dab922448a3cb247dc652ace489 -rbe55d0d4fe08efd2bd552157f130e03ccd5ac65a
#
# 
# 
# patch "packages/python/python-sqlalchemy_0.4.2p3.bb"
#  from [f9f043d233c8911a1e613cc8d058fd3cd2206b2f]
#    to [18b9298c36a2fa274dc84c3eee646683bf772e85]
# 
# patch "packages/tasks/task-python-everything.bb"
#  from [4205f773c7e409cd6521c0a3a73c501e4c6a15bc]
#    to [b5a200a4072ebca5bb229f749f96085c3914b4e5]
# 
============================================================
--- packages/python/python-sqlalchemy_0.4.2p3.bb	f9f043d233c8911a1e613cc8d058fd3cd2206b2f
+++ packages/python/python-sqlalchemy_0.4.2p3.bb	18b9298c36a2fa274dc84c3eee646683bf772e85
@@ -1,14 +1,12 @@ LICENSE = "MIT"          
 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"
+SRCNAME = "SQLAlchemy"
 PR = "r0"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/SQLAlchemy-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
+inherit setuptools
-#inherit distutils
============================================================
--- packages/tasks/task-python-everything.bb	4205f773c7e409cd6521c0a3a73c501e4c6a15bc
+++ packages/tasks/task-python-everything.bb	b5a200a4072ebca5bb229f749f96085c3914b4e5
@@ -1,7 +1,7 @@ LICENSE = "MIT"
 DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml25"
+PR = "ml26"
 
 RDEPENDS = "\
 		python-ao 		\
@@ -75,6 +75,7 @@ RDEPENDS = "\
 		python-soappy		\
 		python-spydi		\
 		python-spyro		\
+		python-sqlalchemy	\
 		python-sqlobject	\
 		python-sword		\
 		python-tlslite		\






More information about the Openembedded-commits mailing list