python-logilab-common: 0.9.3 -> 0.37.1
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 12 Jan 2009 00:08:33 +0000 (00:08 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 12 Jan 2009 00:08:33 +0000 (00:08 +0000)
packages/python/python-logilab-common_0.37.1.bb [moved from packages/python/python-logilab-common_0.9.3.bb with 72% similarity]

@@ -1,17 +1,14 @@
 DESCRIPTION = "This package contains some modules used by different \
 projects released by Logilab, including abstract syntax \
 tree manipulation tools, database helper functions, HTML generation, \
-command line argument parsing, logging, and process \
-daemonization."
+command line argument parsing, logging, and process daemonization."
 SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "GPL"
-SRCNAME = "common"
+SRCNAME = "logilab-common"
 PR = "ml0"
 
-SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz \
-           file://fix-future-in-setup.patch;patch=1"
+SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
-