From d50218835a54cb2d3d9a5a7188668b6d91c301a5 Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Wed, 14 Sep 2016 01:29:23 -0400 Subject: python-beautifulsoup4: 4.4.0 -> 4.4.1 Upgrade python-beautifulsoup4 from 4.4.0 to 4.4.1. Signed-off-by: Wang Xin Signed-off-by: Bruce Ashfield --- .../python/python-beautifulsoup4_4.4.0.bb | 23 ---------------------- .../python/python-beautifulsoup4_4.4.1.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb 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 deleted file mode 100644 index 0b67b80..0000000 --- a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.0.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=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}" diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb new file mode 100644 index 0000000..1e061c2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.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] = "8fbd9a7cac0704645fa20d1419036815" +SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4" + +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