blob: c14a9a6e35e6f4cc46404ef53997befcdfb16bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|