aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-flask-uploads_0.2.1.bb
blob: dcd4392ab5c1262af3c3688d80d547e01b394a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Flexible and efficient upload handling for Flask"
DESCRIPTION = "Flask-Uploads provides flexible upload handling for Flask \
applications. It lets you divide your uploads into sets that the application \
user can publish separately."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b712ac634b39469660c9bdfb8d03421c"

SRC_URI[md5sum] = "e5eee34aa92b64a4d22847672b3858a1"
SRC_URI[sha256sum] = "53ecbd6033667d50ae02b63adebbaa33c7fc56c09e5293025810cf9d841ecb02"

PYPI_PACKAGE = "Flask-Uploads"

inherit pypi setuptools

RDEPENDS:${PN} += "\
    ${PYTHON_PN}-flask \
    "

PNBLACKLIST[python-flask-uploads] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"