mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +00:00
python3-decorator: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
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[md5sum] = "d83c624cce93e6bdfab144821b526e1d"
|
|
||||||
SRC_URI[sha256sum] = "e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"
|
|
||||||
|
|
||||||
inherit pypi
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += "\
|
|
||||||
${PYTHON_PN}-stringold \
|
|
||||||
"
|
|
||||||
@@ -1,2 +1,19 @@
|
|||||||
inherit setuptools3
|
SUMMARY = "Python decorator utilities"
|
||||||
require python-decorator.inc
|
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[md5sum] = "d83c624cce93e6bdfab144821b526e1d"
|
||||||
|
SRC_URI[sha256sum] = "e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"
|
||||||
|
|
||||||
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "\
|
||||||
|
${PYTHON_PN}-stringold \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user