Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / python / python-logilab-common_0.9.3.bb
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 LICENSE = "GPL"
9 SRCNAME = "common"
10 PR = "ml0"
11
12 SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz \
13            file://fix-future-in-setup.patch;patch=1"
14 S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16 inherit distutils
17