From ce933d4db45a7361f24b7d31e4782c847cfea3eb Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 25 Mar 2016 18:48:18 -0400 Subject: python-pymisp: update to 2.3 Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pymisp.inc | 10 +++------- meta-python/recipes-devtools/python/python-pymisp_2.2.bb | 2 -- meta-python/recipes-devtools/python/python-pymisp_2.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymisp_2.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pymisp_2.3.bb | 2 ++ 5 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.2.bb create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index ca543f0ef6..9cd0844131 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc @@ -1,14 +1,10 @@ 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" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c0a3e801b740ef31d1f5ddfe76bca538" PR = "r0" -SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master" - -SRCNAME = "pymisp" -S = "${WORKDIR}/git" +SRC_URI[md5sum] = "398408388902c108e3b378152b6c1d24" +SRC_URI[sha256sum] = "d70e74c528f040f5ff8137337f1758aeb63a5966b58b297f2171f53cb9df033e" 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 deleted file mode 100644 index a0b655fbd1..0000000000 --- a/meta-python/recipes-devtools/python/python-pymisp_2.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.3.bb b/meta-python/recipes-devtools/python/python-pymisp_2.3.bb new file mode 100644 index 0000000000..1b1fbe956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymisp_2.3.bb @@ -0,0 +1,2 @@ +inherit pypi 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 deleted file mode 100644 index e41acd6249..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pymisp.inc diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb new file mode 100644 index 0000000000..4523d9e30a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymisp.inc -- cgit 1.2.3-korg