diff options
3 files changed, 20 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-yappi.inc b/meta-python/recipes-devtools/python/python-yappi.inc new file mode 100644 index 0000000000..651ce7731b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-yappi.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Yet Another Python Profiler" | ||
| 2 | HOMEPAGE = "http://yappi.googlecode.com/" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=6b131c3041637f6a5175a43112dde05c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "dc56240575c99938a924eaeb7c0d8beb" | ||
| 8 | SRC_URI[sha256sum] = "5f657129e1b9b952379ffbc009357d0dcdb58c50f3bfe88ffbb992e4b27b263c" | ||
| 9 | |||
| 10 | inherit pypi setuptools | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "\ | ||
| 13 | ${PYTHON_PN}-datetime \ | ||
| 14 | ${PYTHON_PN}-pickle \ | ||
| 15 | ${PYTHON_PN}-threading \ | ||
| 16 | " | ||
diff --git a/meta-python/recipes-devtools/python/python-yappi_0.98.bb b/meta-python/recipes-devtools/python/python-yappi_0.98.bb index 651ce7731b..a3bdde5c2d 100644 --- a/meta-python/recipes-devtools/python/python-yappi_0.98.bb +++ b/meta-python/recipes-devtools/python/python-yappi_0.98.bb | |||
| @@ -1,16 +1,2 @@ | |||
| 1 | SUMMARY = "Yet Another Python Profiler" | 1 | require python-yappi.inc |
| 2 | HOMEPAGE = "http://yappi.googlecode.com/" | 2 | inherit setuptools |
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=6b131c3041637f6a5175a43112dde05c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "dc56240575c99938a924eaeb7c0d8beb" | ||
| 8 | SRC_URI[sha256sum] = "5f657129e1b9b952379ffbc009357d0dcdb58c50f3bfe88ffbb992e4b27b263c" | ||
| 9 | |||
| 10 | inherit pypi setuptools | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "\ | ||
| 13 | ${PYTHON_PN}-datetime \ | ||
| 14 | ${PYTHON_PN}-pickle \ | ||
| 15 | ${PYTHON_PN}-threading \ | ||
| 16 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-yappi_0.98.bb b/meta-python/recipes-devtools/python/python3-yappi_0.98.bb new file mode 100644 index 0000000000..07da5b6ebd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yappi_0.98.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require python-yappi.inc | ||
| 2 | inherit setuptools3 | ||
