diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2022-07-16 20:54:08 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-17 10:26:45 -0700 |
| commit | 4012175df316ca2d4ca894e639245e053bd077d2 (patch) | |
| tree | c85ce7f3ed3c971aa5decdcc23f9ea5c300ca601 /meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb | |
| parent | 88541e824dd04c1a9de15703eb8ba13ee74059e4 (diff) | |
| download | meta-openembedded-4012175df316ca2d4ca894e639245e053bd077d2.tar.gz | |
python3-aspectlib: updated the summary and added a description.
Summary was ending in a kind of cut off sentence.
The text for summary and description is taken from the homepage.
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb b/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb index 0cbeca21c7..71f3d3594e 100644 --- a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | # Copyright (C) 2021 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2021 Khem Raj <raj.khem@gmail.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | 3 | ||
| 4 | SUMMARY = "``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing" | 4 | SUMMARY = "An aspect-oriented programming, monkey-patch and decorators library." |
| 5 | DESCRIPTION = " It is useful when changing behavior in existing code is desired. \ | ||
| 6 | It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework." | ||
| 5 | HOMEPAGE = "https://github.com/ionelmc/python-aspectlib" | 7 | HOMEPAGE = "https://github.com/ionelmc/python-aspectlib" |
| 6 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d58b3f20fd10347a9458b8a03793b62e" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d58b3f20fd10347a9458b8a03793b62e" |
