From 46c14c5cd873685d0a4d09f74aa9744b902376a4 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 23 Jun 2020 10:48:14 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python3-newrelic_5.14.1.144.bb | 19 ++++++++++++++++ .../python/python3-newrelic_5.4.1.134.bb | 25 ---------------------- 2 files changed, 19 insertions(+), 25 deletions(-) create mode 100644 recipes-devtools/python/python3-newrelic_5.14.1.144.bb delete mode 100644 recipes-devtools/python/python3-newrelic_5.4.1.134.bb 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 @@ +HOMEPAGE = "http://www.newrelic.com" +SUMMARY = "New Relic Python Agent" +DESCRIPTION = "\ + Python agent for the New Relic web application performance monitoring \ + service. Check the release notes for what has changed in this version. \ + " +SECTION = "devel/python" +LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic" +LIC_FILES_CHKSUM = "file://newrelic/LICENSE;md5=b4840908dbb9e62b3d8891e77187b34f" + +SRC_URI[md5sum] = "53115aea6cbdf0e2721279c230230600" +SRC_URI[sha256sum] = "340ebcdb0dd08bfb597c71598d6d8f746a93f7e4921f10b3616c9142c608a14d" + +inherit pypi setuptools3 + +FILES_${PN}-dbg += "\ + ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ + ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ + " 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 @@ -HOMEPAGE = "http://www.newrelic.com" -SUMMARY = "New Relic Python Agent" -DESCRIPTION = "\ - Python agent for the New Relic web application performance monitoring \ - service. Check the release notes for what has changed in this version. \ - " -SECTION = "devel/python" -LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic" -LIC_FILES_CHKSUM = "file://newrelic/LICENSE;md5=2c3b4d48a631fe909df7a767726d4f6c" - -SRCNAME = "newrelic" - -SRC_URI = "https://pypi.python.org/packages/source/n/newrelic/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "45099c6d88dcf474267226469caa845e" -SRC_URI[sha256sum] = "0e651f2ff48dd1fc538fc1297892cf726d1ad4fc0b2578aae6a47f10f16afb2c" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools3 - -FILES_${PN}-dbg += "\ - ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ - ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ - " -- cgit v1.2.3-54-g00ecf