python[3]-flask-uploads: 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:03 -08:00 committed by Armin Kuster
parent 55d77b7e3f
commit f231401c44
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
DESCRIPTION = "Flexible and efficient upload handling for Flask"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b712ac634b39469660c9bdfb8d03421c"
SRC_URI[md5sum] = "e5eee34aa92b64a4d22847672b3858a1"
SRC_URI[sha256sum] = "53ecbd6033667d50ae02b63adebbaa33c7fc56c09e5293025810cf9d841ecb02"
PYPI_PACKAGE = "Flask-Uploads"
RDEPENDS_${PN} += "\
${PYTHON_PN}-flask \
"

View File

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

View File

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