summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-newrelic_5.4.1.134.bb
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-06-23 10:48:14 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-25 22:46:44 -0400
commit46c14c5cd873685d0a4d09f74aa9744b902376a4 (patch)
treee1d58df4fc3ff0aad1b9d0907c1eb6f78cc17f44 /recipes-devtools/python/python3-newrelic_5.4.1.134.bb
parentd9ce179ca86c74b72f4a892e3950fd2792ed51ce (diff)
downloadmeta-virtualization-46c14c5cd873685d0a4d09f74aa9744b902376a4.tar.gz
python3-newrelic: uprev 5.4.1.134 > 5.14.1.144
Also drop SRCNAME/SRC_URI/S, change to inherit pypi. Signed-off-by: Ming Liu <ming.liu@toradex.com> 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.bb25
1 files changed, 0 insertions, 25 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
deleted file mode 100644
index 36eec67a..00000000
--- a/recipes-devtools/python/python3-newrelic_5.4.1.134.bb
+++ /dev/null
@@ -1,25 +0,0 @@
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=2c3b4d48a631fe909df7a767726d4f6c"
10
11SRCNAME = "newrelic"
12
13SRC_URI = "https://pypi.python.org/packages/source/n/newrelic/${SRCNAME}-${PV}.tar.gz"
14
15SRC_URI[md5sum] = "45099c6d88dcf474267226469caa845e"
16SRC_URI[sha256sum] = "0e651f2ff48dd1fc538fc1297892cf726d1ad4fc0b2578aae6a47f10f16afb2c"
17
18S = "${WORKDIR}/${SRCNAME}-${PV}"
19
20inherit setuptools3
21
22FILES_${PN}-dbg += "\
23 ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \
24 ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \
25 "