summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-newrelic_5.14.1.144.bb
diff options
context:
space:
mode:
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.bb19
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 @@
1HOMEPAGE = "http://www.newrelic.com"
2SUMMARY = "New Relic Python Agent"
3DESCRIPTION = "\
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 "
7SECTION = "devel/python"
8LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic"
9LIC_FILES_CHKSUM = "file://newrelic/LICENSE;md5=b4840908dbb9e62b3d8891e77187b34f"
10
11SRC_URI[md5sum] = "53115aea6cbdf0e2721279c230230600"
12SRC_URI[sha256sum] = "340ebcdb0dd08bfb597c71598d6d8f746a93f7e4921f10b3616c9142c608a14d"
13
14inherit pypi setuptools3
15
16FILES_${PN}-dbg += "\
17 ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \
18 ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \
19 "