Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / python / python-logilab_0.4.4.oe
1 DESCRIPTION = "This package contains some modules used by different \
2 projects released by Logilab, including abstract syntax \
3 tree manipulation tools, database helper functions, HTML generation, \
4 command line argument parsing, logging, and process \
5 daemonization."
6 SECTION = "devel/python"
7 PRIORITY = "optional"
8 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
9 RDEPENDS = "python-core"
10 SRCNAME = "common"
11
12 SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz"
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils
16