From 90057b32f50162ee018d0a98676041dc667bcb11 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 4 Feb 2015 17:45:35 +0000 Subject: python-pip: update to 1.5.6 Also made LICENSE more accurate. Signed-off-by: Saul Wold Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pip_1.3.1.bb | 14 -------------- meta-python/recipes-devtools/python/python-pip_1.5.6.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pip_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pip_1.5.6.bb diff --git a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb deleted file mode 100644 index d1a7c8b3ae..0000000000 --- a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "PIP is a tool for installing and managing Python packages" -LICENSE = "MIT & GPL" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd00425a3465a0e4c81929b94241d3de" - -SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz" -SRC_URI[md5sum] = "cbb27a191cebc58997c4da8513863153" -SRC_URI[sha256sum] = "145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957" - -S = "${WORKDIR}/pip-${PV}" - -inherit setuptools - -# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works -RDEPENDS_${PN} = "python-modules" diff --git a/meta-python/recipes-devtools/python/python-pip_1.5.6.bb b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb new file mode 100644 index 0000000000..0c240e4607 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb @@ -0,0 +1,15 @@ +SUMMARY = "PIP is a tool for installing and managing Python packages" +LICENSE = "MIT & LGPL-2.1" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91" + +SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz" + +SRC_URI[md5sum] = "01026f87978932060cc86c1dc527903e" +SRC_URI[sha256sum] = "b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c" + +S = "${WORKDIR}/pip-${PV}" + +inherit setuptools + +# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works +RDEPENDS_${PN} = "python-modules" -- cgit 1.2.3-korg