aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-sqlite_0.5.0.oe
blob: e7f3331d5d2c8c2bdfc4ab6af8fe444664ccfeaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-re python-lang"
DEPENDS = "virtual/libc sqlite"
SRCNAME = "pysqlite"

SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}"

inherit distutils