diff options
author | Sven Ebenfeld <sven.ebenfeld@gmail.com> | 2016-01-22 23:44:01 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:16 +0100 |
commit | cb7d7a6e063e8490b0c38af3a4fd0ee067eb7b0b (patch) | |
tree | 90ceb729f14459081a656c0677f3ae8a537ccfdb | |
parent | 2960b6ab85f51516bd1dcecc73df32bad44aea93 (diff) | |
download | meta-openembedded-cb7d7a6e063e8490b0c38af3a4fd0ee067eb7b0b.tar.gz |
python(3)-pymisp: add recipes
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
3 files changed, 18 insertions, 0 deletions
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 000000000..ca543f0ef --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Python API for MISP" | ||
2 | HOMEPAGE = "https://github.com/MISP/PyMISP" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD-2-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" | ||
6 | SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master" | ||
10 | |||
11 | SRCNAME = "pymisp" | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | 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 000000000..a0b655fbd --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.2.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools | ||
2 | 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 000000000..e41acd624 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-pymisp.inc | ||