mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-07 08:35:01 +02:00
python3-decorator: Upgrade 5.0.1 -> 5.0.5
Upgrade to release 5.0.5: - Dropped support for Python < 3.5 with a substantial simplification of the code base (now building a decorator does not require calling "exec"). - Added a way to mimic functools.wraps-generated decorators. - Ported the Continuous Integration from Travis to GitHub. 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>
This commit is contained in:
committed by
Trevor Gamblin
parent
75a9fe6cc0
commit
daf804c882
@@ -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] = "acda948ffcfe4bd0c4a57834b74ad968b91925b8201b740ca9d46fb8c5c618ce"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-stringold \
|
||||
"
|
||||
Reference in New Issue
Block a user