From 6f25145ab702271fac182267ba3f604af00a6e27 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 00:38:40 +0000 Subject: python-setuptools[-native]: 0.6c8 -> 0.6c9 --- packages/python/python-setuptools-native_0.6c8.bb | 9 -------- packages/python/python-setuptools-native_0.6c9.bb | 9 ++++++++ packages/python/python-setuptools_0.6c8.bb | 20 ------------------ packages/python/python-setuptools_0.6c9.bb | 25 +++++++++++++++++++++++ 4 files changed, 34 insertions(+), 29 deletions(-) delete mode 100644 packages/python/python-setuptools-native_0.6c8.bb create mode 100644 packages/python/python-setuptools-native_0.6c9.bb delete mode 100644 packages/python/python-setuptools_0.6c8.bb create mode 100644 packages/python/python-setuptools_0.6c9.bb (limited to 'packages/python') diff --git a/packages/python/python-setuptools-native_0.6c8.bb b/packages/python/python-setuptools-native_0.6c8.bb deleted file mode 100644 index 0bbf9c32fc..0000000000 --- a/packages/python/python-setuptools-native_0.6c8.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-setuptools_${PV}.bb -inherit native - -FILESPATH = "${FILE_DIRNAME}/python-setuptools" -DEPENDS = "python-native" - -do_stage() { - distutils_stage_all -} diff --git a/packages/python/python-setuptools-native_0.6c9.bb b/packages/python/python-setuptools-native_0.6c9.bb new file mode 100644 index 0000000000..0bbf9c32fc --- /dev/null +++ b/packages/python/python-setuptools-native_0.6c9.bb @@ -0,0 +1,9 @@ +require python-setuptools_${PV}.bb +inherit native + +FILESPATH = "${FILE_DIRNAME}/python-setuptools" +DEPENDS = "python-native" + +do_stage() { + distutils_stage_all +} diff --git a/packages/python/python-setuptools_0.6c8.bb b/packages/python/python-setuptools_0.6c8.bb deleted file mode 100644 index 5409c8a7bc..0000000000 --- a/packages/python/python-setuptools_0.6c8.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages" -HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools" -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "MIT-like" -RDEPENDS = "python-distutils python-compression" -SRCNAME = "setuptools" -PR = "ml2" - -SRC_URI = "\ - http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\ - file://fix-log-usage.patch;patch=1 \ -" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -do_install_prepend() { - install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages -} diff --git a/packages/python/python-setuptools_0.6c9.bb b/packages/python/python-setuptools_0.6c9.bb new file mode 100644 index 0000000000..179129eb60 --- /dev/null +++ b/packages/python/python-setuptools_0.6c9.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages" +HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "MIT" +RDEPENDS = "python-distutils python-compression" +SRCNAME = "setuptools" +PR = "ml0" + +SRC_URI = "\ + http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\ + file://fix-log-usage.patch;patch=1 \ +" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +do_install_prepend() { + install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages +} + +RDEPENDS = "\ + python-distutils \ + python-compression \ +" -- cgit v1.2.3