]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-logilab_0.4.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-logilab_0.4.4.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 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
9 LICENSE = "GPL"
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