summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-speaklater.inc9
-rw-r--r--meta-python/recipes-devtools/python/python-speaklater_1.3.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-speaklater_1.3.bb2
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 @@
1DESCRIPTION = "Media asset management for Python, with glue code for various frameworks"
2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b810770075a29bf44b96607440e7c801"
4
5SRC_URI[md5sum] = "e8d5dbe36e53d5a35cff227e795e8bbf"
6SRC_URI[sha256sum] = "59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9"
7
8PYPI_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 @@
1inherit pypi setuptools
2require 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 @@
1inherit pypi setuptools3
2require python-speaklater.inc