From ea5386cfb3cc60ff90c7e80562ab80b81925a3b2 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 12 Jan 2009 00:08:33 +0000 Subject: python-logilab-common: 0.9.3 -> 0.37.1 --- packages/python/python-logilab-common_0.37.1.bb | 14 ++++++++++++++ packages/python/python-logilab-common_0.9.3.bb | 17 ----------------- 2 files changed, 14 insertions(+), 17 deletions(-) create mode 100644 packages/python/python-logilab-common_0.37.1.bb delete mode 100644 packages/python/python-logilab-common_0.9.3.bb (limited to 'packages') diff --git a/packages/python/python-logilab-common_0.37.1.bb b/packages/python/python-logilab-common_0.37.1.bb new file mode 100644 index 0000000000..1f8c41e883 --- /dev/null +++ b/packages/python/python-logilab-common_0.37.1.bb @@ -0,0 +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." +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "logilab-common" +PR = "ml0" + +SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/packages/python/python-logilab-common_0.9.3.bb b/packages/python/python-logilab-common_0.9.3.bb deleted file mode 100644 index 87c9a25f53..0000000000 --- a/packages/python/python-logilab-common_0.9.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -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." -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "GPL" -SRCNAME = "common" -PR = "ml0" - -SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz \ - file://fix-future-in-setup.patch;patch=1" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -- cgit v1.2.3