diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-07 13:33:33 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:37 -0500 |
| commit | 5a79acd58af3e9ba07a7b91f8bc456dd869edbbd (patch) | |
| tree | c3f626015d41db744d8c5e7618ff454ccfb695dd /meta-openstack/recipes-devtools/python | |
| parent | 14ae924050b81df097e0868b67cf9632305e3c3f (diff) | |
| download | meta-cloud-services-5a79acd58af3e9ba07a7b91f8bc456dd869edbbd.tar.gz | |
python-beautifulsoup4: introduce recipe to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.3.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Screen-scraping library" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=83e365dc17176bd72ba7d08ca0555efa" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "beautifulsoup4" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "b8d157a204d56512a4cc196e53e7d8ee" | ||
| 13 | SRC_URI[sha256sum] = "a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # avoid "error: option --single-version-externally-managed not recognized" | ||
| 20 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 21 | --prefix=${prefix} \ | ||
| 22 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 23 | --install-data=${datadir}" | ||
