From d0d3e399ff626d37ec5624b01e8c422345d4bf23 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 31 Jul 2015 15:26:35 +0800 Subject: python-beautifulsoup4: upgrade 4.3.2 -> 4.4.0 Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- .../python/python-beautifulsoup4_4.3.2.bb | 23 ---------------------- .../python/python-beautifulsoup4_4.4.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb deleted file mode 100644 index 2d3cddb..0000000 --- a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Screen-scraping library" -HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=83e365dc17176bd72ba7d08ca0555efa" - -PR = "r0" -SRCNAME = "beautifulsoup4" - -SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "b8d157a204d56512a4cc196e53e7d8ee" -SRC_URI[sha256sum] = "a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# avoid "error: option --single-version-externally-managed not recognized" -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb new file mode 100644 index 0000000..0b67b80 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Screen-scraping library" +HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596" + +PR = "r0" +SRCNAME = "beautifulsoup4" + +SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "63d1f33e6524f408cb6efbc5da1ae8a5" +SRC_URI[sha256sum] = "fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# avoid "error: option --single-version-externally-managed not recognized" +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-lib=${PYTHON_SITEPACKAGES_DIR} \ + --install-data=${datadir}" -- cgit v1.2.3-54-g00ecf