enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / python / python-logilab-common_0.37.1.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 daemonization."
5 SECTION = "devel/python"
6 PRIORITY = "optional"
7 LICENSE = "GPL"
8 SRCNAME = "logilab-common"
9 PR = "ml0"
10
11 SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz"
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14 inherit distutils