diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:32:03 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
| commit | 52e67d4e6307a161491825bdfca01dd36b2228e1 (patch) | |
| tree | f4c2bea6dab8d9df21d41323f120aeb34bfaf96a /recipes-devtools/python/python3-newrelic_5.4.1.134.bb | |
| parent | cceef93ba83497dcce2c1cdac91555d82371450a (diff) | |
| download | meta-virtualization-52e67d4e6307a161491825bdfca01dd36b2228e1.tar.gz | |
python: update support packages to python3
Updating the python support packages to python3. Some packages are
dropped in favour of variants that are in meta-python, some are
updated and update to the new python3 name for others.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-newrelic_5.4.1.134.bb')
| -rw-r--r-- | recipes-devtools/python/python3-newrelic_5.4.1.134.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-newrelic_5.4.1.134.bb b/recipes-devtools/python/python3-newrelic_5.4.1.134.bb new file mode 100644 index 00000000..36eec67a --- /dev/null +++ b/recipes-devtools/python/python3-newrelic_5.4.1.134.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | HOMEPAGE = "http://www.newrelic.com" | ||
| 2 | SUMMARY = "New Relic Python Agent" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | Python agent for the New Relic web application performance monitoring \ | ||
| 5 | service. Check the release notes for what has changed in this version. \ | ||
| 6 | " | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic" | ||
| 9 | LIC_FILES_CHKSUM = "file://newrelic/LICENSE;md5=2c3b4d48a631fe909df7a767726d4f6c" | ||
| 10 | |||
| 11 | SRCNAME = "newrelic" | ||
| 12 | |||
| 13 | SRC_URI = "https://pypi.python.org/packages/source/n/newrelic/${SRCNAME}-${PV}.tar.gz" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "45099c6d88dcf474267226469caa845e" | ||
| 16 | SRC_URI[sha256sum] = "0e651f2ff48dd1fc538fc1297892cf726d1ad4fc0b2578aae6a47f10f16afb2c" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 19 | |||
| 20 | inherit setuptools3 | ||
| 21 | |||
| 22 | FILES_${PN}-dbg += "\ | ||
| 23 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ | ||
| 24 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ | ||
| 25 | " | ||
