diff options
3 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-speaklater.inc b/meta-python/recipes-devtools/python/python-speaklater.inc new file mode 100644 index 0000000000..94fa8a6c0f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-speaklater.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION = "Media asset management for Python, with glue code for various frameworks" | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b810770075a29bf44b96607440e7c801" | ||
4 | |||
5 | SRC_URI[md5sum] = "e8d5dbe36e53d5a35cff227e795e8bbf" | ||
6 | SRC_URI[sha256sum] = "59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9" | ||
7 | |||
8 | PYPI_PACKAGE = "speaklater" | ||
9 | |||
diff --git a/meta-python/recipes-devtools/python/python-speaklater_1.3.bb b/meta-python/recipes-devtools/python/python-speaklater_1.3.bb new file mode 100644 index 0000000000..56fd55577d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-speaklater_1.3.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-speaklater.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb b/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb new file mode 100644 index 0000000000..aa4f699be0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-speaklater.inc | ||