From d744a484c8a1a1dcbf9a3887000fbf0b59d123dc Mon Sep 17 00:00:00 2001 From: Dai Caiyun Date: Wed, 6 Jan 2016 21:41:03 -0800 Subject: python-pip: 7.1.0 -> 7.1.2 Upgrade python-pip from 7.1.0 to 7.1.2. Signed-off-by: Dai Caiyun Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pip_7.1.0.bb | 15 --------------- meta-python/recipes-devtools/python/python-pip_7.1.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pip_7.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pip_7.1.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pip_7.1.0.bb b/meta-python/recipes-devtools/python/python-pip_7.1.0.bb deleted file mode 100644 index ae02e86fe7..0000000000 --- a/meta-python/recipes-devtools/python/python-pip_7.1.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -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] = "d935ee9146074b1d3f26c5f0acfd120e" -SRC_URI[sha256sum] = "d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2" - -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 python-distribute" diff --git a/meta-python/recipes-devtools/python/python-pip_7.1.2.bb b/meta-python/recipes-devtools/python/python-pip_7.1.2.bb new file mode 100644 index 0000000000..895cf6fe28 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pip_7.1.2.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] = "3823d2343d9f3aaab21cf9c917710196" +SRC_URI[sha256sum] = "ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477" + +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 python-distribute" -- cgit 1.2.3-korg