python-sqlalchemy: use setuptools, add to task-python-everything
authorMichael Lauer <mickey@vanille-media.de>
Sun, 10 Feb 2008 15:13:37 +0000 (15:13 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 10 Feb 2008 15:13:37 +0000 (15:13 +0000)
packages/python/python-sqlalchemy_0.4.2p3.bb
packages/tasks/task-python-everything.bb

index c14a9a6..2a797eb 100644 (file)
@@ -3,12 +3,10 @@ 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 distutils
+inherit setuptools
index a235891..18455f5 100644 (file)
@@ -1,7 +1,7 @@
 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          \