diff options
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.bb | 7 |
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 | " |
36 | AUTHOR = "Martin Blais <blais@furius.ca>" | 36 | AUTHOR = "Martin Blais <blais@furius.ca>" |
37 | HOMEPAGE = "http://furius.ca/snakefood" | 37 | HOMEPAGE = "http://furius.ca/snakefood" |
38 | SECTION = "devel/python" | ||
39 | LICENSE = "GPL-2.0" | 38 | LICENSE = "GPL-2.0" |
40 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 39 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
41 | SRCNAME = "snakefood" | ||
42 | 40 | ||
43 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
44 | SRC_URI[md5sum] = "56c88667a33d8909b0aabf2ab6903bdf" | 41 | SRC_URI[md5sum] = "56c88667a33d8909b0aabf2ab6903bdf" |
45 | SRC_URI[sha256sum] = "295784668032254e7391ca99ba7060edd3ae4eca1a330ac11627b18ab5923b77" | 42 | SRC_URI[sha256sum] = "295784668032254e7391ca99ba7060edd3ae4eca1a330ac11627b18ab5923b77" |
46 | 43 | ||
47 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 44 | inherit pypi setuptools |
48 | |||
49 | inherit setuptools | ||
50 | 45 | ||
51 | RDEPENDS_${PN} = " python-logging python-compiler python-shell" | 46 | RDEPENDS_${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 |