diff options
Diffstat (limited to 'recipes-devtools/python/python3-newrelic_5.14.1.144.bb')
| -rw-r--r-- | recipes-devtools/python/python3-newrelic_5.14.1.144.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-newrelic_5.14.1.144.bb b/recipes-devtools/python/python3-newrelic_5.14.1.144.bb new file mode 100644 index 00000000..42e87d33 --- /dev/null +++ b/recipes-devtools/python/python3-newrelic_5.14.1.144.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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=b4840908dbb9e62b3d8891e77187b34f" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "53115aea6cbdf0e2721279c230230600" | ||
| 12 | SRC_URI[sha256sum] = "340ebcdb0dd08bfb597c71598d6d8f746a93f7e4921f10b3616c9142c608a14d" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
| 15 | |||
| 16 | FILES_${PN}-dbg += "\ | ||
| 17 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ | ||
| 18 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ | ||
| 19 | " | ||
