python[3]-speaklater: new recipes

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Bill Randle
2017-12-07 21:49:07 -08:00
committed by Armin Kuster
parent 892fdab62a
commit c970883032
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
DESCRIPTION = "Media asset management for Python, with glue code for various frameworks"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b810770075a29bf44b96607440e7c801"
SRC_URI[md5sum] = "e8d5dbe36e53d5a35cff227e795e8bbf"
SRC_URI[sha256sum] = "59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9"
PYPI_PACKAGE = "speaklater"

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools
require python-speaklater.inc

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools3
require python-speaklater.inc