Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / python / python-sqlalchemy_0.4.2p3.bb
1 DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL"
2 HOMEPAGE = "http://www.sqlalchemy.org/"
3 SECTION = "devel/python"
4 PRIORITY = "optional"
5 LICENSE = "MIT"          
6 SRCNAME = "SQLAlchemy"
7 FILE_PR = "r0"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit setuptools