mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-13 11:35:42 +02:00
python3-decorator: Upgrade 4.4.2 -> 5.0.1
Upgrade to release 5.0.1:
- Dropped support for Python < 3.5 with a substantial
simplification of the code base. Ported CI from Travis to
GitHub.
- Fixed setup.cfg and python_requires in setup.py
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
(cherry picked from commit a112f5ed6c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "Python decorator utilities"
|
||||
DESCRIPTION = "\
|
||||
The aim of the decorator module it to simplify the usage of decorators \
|
||||
for the average programmer, and to popularize decorators by showing \
|
||||
various non-trivial examples. Of course, as all techniques, decorators \
|
||||
can be abused and you should not try to solve every problem with a \
|
||||
decorator, just because you can."
|
||||
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22"
|
||||
|
||||
SRC_URI[sha256sum] = "1e53162e016f317a61d93848f00e80e7109ca9ed06846c7f2930cf0ebede7c6c"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-stringold \
|
||||
"
|
||||
Reference in New Issue
Block a user