diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-02 11:35:12 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-03 11:12:26 +0000 |
| commit | 97850bbc8ea2d2a21212f37055a934dc50ab9363 (patch) | |
| tree | aba436d1af224061be7ac4ef470d5b9a84742661 /meta/recipes-devtools/python/python3-docutils_0.18.bb | |
| parent | 1f67c53f43777fcd48f6ccfd461588a62a23f154 (diff) | |
| download | poky-97850bbc8ea2d2a21212f37055a934dc50ab9363.tar.gz | |
python3-docutils: upgrade 0.17.1 -> 0.18
The exceptions to the "Public Domain Dedication" changed.
-License-Update: Copyright year updated to 2021.
(From OE-Core rev: 4ca6eb8d4f7209af70bba6f50d4acd105134fa51)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.18.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.18.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.bb b/meta/recipes-devtools/python/python3-docutils_0.18.bb new file mode 100644 index 0000000000..979eea27fb --- /dev/null +++ b/meta/recipes-devtools/python/python3-docutils_0.18.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Docutils is a modular system for processing documentation into useful formats" | ||
| 2 | HOMEPAGE = "http://docutils.sourceforge.net" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=01aec8e28f975e3f369e06b5eb2af9b9" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
