[oe-commits] [meta-openembedded] 26/35: python(3)-pymisp: add recipes

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:48:01 UTC 2016


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

commit a34b770158287b005dd2061f48a1634588d2885e
Author: Sven Ebenfeld <sven.ebenfeld at gmail.com>
AuthorDate: Fri Jan 22 23:44:01 2016 +0100

    python(3)-pymisp: add recipes
    
    Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
---
 meta-python/recipes-devtools/python/python-pymisp.inc     | 14 ++++++++++++++
 meta-python/recipes-devtools/python/python-pymisp_2.2.bb  |  2 ++
 meta-python/recipes-devtools/python/python3-pymisp_2.2.bb |  2 ++
 3 files changed, 18 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc
new file mode 100644
index 0000000..ca543f0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pymisp.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Python API for MISP"
+HOMEPAGE = "https://github.com/MISP/PyMISP"
+SECTION = "devel/python"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
+SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173"
+PR = "r0"
+
+SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master"
+
+SRCNAME = "pymisp"
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.2.bb b/meta-python/recipes-devtools/python/python-pymisp_2.2.bb
new file mode 100644
index 0000000..a0b655f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pymisp_2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-pymisp.inc
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
new file mode 100644
index 0000000..e41acd6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-pymisp.inc

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


More information about the Openembedded-commits mailing list