python(3)-pymisp: add recipes

Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
This commit is contained in:
Sven Ebenfeld 2016-01-22 23:44:01 +01:00 committed by Martin Jansa
parent 2960b6ab85
commit cb7d7a6e06
3 changed files with 18 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,2 @@
inherit setuptools
require python-pymisp.inc

View File

@ -0,0 +1,2 @@
inherit setuptools3
require python-pymisp.inc