From 5a79acd58af3e9ba07a7b91f8bc456dd869edbbd Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 Nov 2013 13:33:33 -0500 Subject: python-beautifulsoup4: introduce recipe to meet ceilometer requirements Signed-off-by: Bruce Ashfield --- .../python/python-beautifulsoup4_4.3.2.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb (limited to 'meta-openstack') 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 new file mode 100644 index 0000000..2d3cddb --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.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=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}" -- cgit v1.2.3-54-g00ecf