[oe-commits] [meta-openembedded] 23/25: Add python3 cycler

git at git.openembedded.org git at git.openembedded.org
Fri Sep 22 22:58:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit dbffefc73411c54f0e04201e67559088bacb0b19
Author: Guy Morand <guy at guy-morand.ch>
AuthorDate: Fri Sep 22 12:24:50 2017 +0200

    Add python3 cycler
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-devtools/python/python-cycler/python-cycler.inc | 13 +++++++++++++
 .../python/python-cycler/python3-cycler_0.10.0.bb           |  6 ++++++
 2 files changed, 19 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-cycler/python-cycler.inc b/meta-python/recipes-devtools/python/python-cycler/python-cycler.inc
new file mode 100644
index 0000000..3351b27
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cycler/python-cycler.inc
@@ -0,0 +1,13 @@
+SUMMARY  = "cycler consists of a class Cycler and a concatenation"
+DESCRIPTION = "The public API of cycler consists of a class Cycler, a \
+factory function cycler(), and a concatenation function concat(). The \
+factory function provides a simple interface for creating ‘base’ \
+Cycler objects while the class takes care of the composition and \
+iteration logic."
+HOMEPAGE = "http://matplotlib.org/cycler/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7713fe42cd766b15c710e19392bfa811"
+
+PYPI_PACKAGE = "cycler"
+
+inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-cycler/python3-cycler_0.10.0.bb b/meta-python/recipes-devtools/python/python-cycler/python3-cycler_0.10.0.bb
new file mode 100644
index 0000000..518adba
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cycler/python3-cycler_0.10.0.bb
@@ -0,0 +1,6 @@
+inherit setuptools3
+require python-cycler.inc
+
+SRC_URI[md5sum] = "4cb42917ac5007d1cdff6cccfe2d016b"
+SRC_URI[sha256sum] = "cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8"
+

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


More information about the Openembedded-commits mailing list