[oe-commits] [meta-openembedded] 24/70: python-scales: add recipe for version 1.0.9

git at git.openembedded.org git at git.openembedded.org
Wed Nov 16 09:59:16 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 65705ee65529e00c1a86b7972ac21aef14f3ca21
Author: Ruben De Smet <ruben.de.smet at rubdos.be>
AuthorDate: Fri Nov 4 11:14:23 2016 +0100

    python-scales: add recipe for version 1.0.9
    
    A python module for tracking server state and statisticst
    
    Signed-off-by: Ruben De Smet <ruben.de.smet at rubdos.be>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-scales.inc   | 17 +++++++++++++++++
 .../recipes-devtools/python/python3-scales_1.0.9.bb     |  2 ++
 2 files changed, 19 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-scales.inc b/meta-python/recipes-devtools/python/python-scales.inc
new file mode 100644
index 0000000..4a10a78
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-scales.inc
@@ -0,0 +1,17 @@
+SUMMARY = "Metrics for Python"
+DESCRIPTION = "Tracks server state and statistics, allowing you to see what \
+your server is doing. It can also send metrics to Graphite for graphing or to \
+a file for crash forensics."
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+# LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+SRCNAME = "scales"
+
+SRC_URI[md5sum] = "c61167f2b5f506f0a34a7b8a295a9567"
+SRC_URI[sha256sum] = "8b6930f7d4bf115192290b44c757af5e254e3fcfcb75ff9a51f5c96a404e2753"
+
+inherit pypi
+
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-six \
diff --git a/meta-python/recipes-devtools/python/python3-scales_1.0.9.bb b/meta-python/recipes-devtools/python/python3-scales_1.0.9.bb
new file mode 100644
index 0000000..91b48c2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-scales_1.0.9.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-scales.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list