summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-snakefood_1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-snakefood_1.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-snakefood_1.4.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-snakefood_1.4.bb b/meta-python/recipes-devtools/python/python-snakefood_1.4.bb
index 1af33d44d4..e4a6d767dc 100644
--- a/meta-python/recipes-devtools/python/python-snakefood_1.4.bb
+++ b/meta-python/recipes-devtools/python/python-snakefood_1.4.bb
@@ -35,18 +35,13 @@ given the trade-offs, 99% is good enough for 99% of the uses.\
35" 35"
36AUTHOR = "Martin Blais <blais@furius.ca>" 36AUTHOR = "Martin Blais <blais@furius.ca>"
37HOMEPAGE = "http://furius.ca/snakefood" 37HOMEPAGE = "http://furius.ca/snakefood"
38SECTION = "devel/python"
39LICENSE = "GPL-2.0" 38LICENSE = "GPL-2.0"
40LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 39LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
41SRCNAME = "snakefood"
42 40
43SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
44SRC_URI[md5sum] = "56c88667a33d8909b0aabf2ab6903bdf" 41SRC_URI[md5sum] = "56c88667a33d8909b0aabf2ab6903bdf"
45SRC_URI[sha256sum] = "295784668032254e7391ca99ba7060edd3ae4eca1a330ac11627b18ab5923b77" 42SRC_URI[sha256sum] = "295784668032254e7391ca99ba7060edd3ae4eca1a330ac11627b18ab5923b77"
46 43
47S = "${WORKDIR}/${SRCNAME}-${PV}" 44inherit pypi setuptools
48
49inherit setuptools
50 45
51RDEPENDS_${PN} = " python-logging python-compiler python-shell" 46RDEPENDS_${PN} = " python-logging python-compiler python-shell"
52# the above modules do not have a -native counterpart 47# the above modules do not have a -native counterpart