diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-07-30 17:03:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-04 18:04:03 +0100 |
| commit | d46493914083472763f1631dc648c40546599506 (patch) | |
| tree | 4350113554ca50b14225b55b4a63059f8edf71a0 /meta/recipes-devtools/python/python3-docutils_0.22.bb | |
| parent | c18cd0263f84ec5f4af75112fd06a82e71c5e33c (diff) | |
| download | poky-d46493914083472763f1631dc648c40546599506.tar.gz | |
python3-docutils: upgrade to 0.22
License-Update: the code that was ZPL-licensed has been removed[1].
Explicitly set a non-GPLv3 LICENSE on the output package as we don't
actually ship the GPLv3 file.
This fixes the incorrect hashbangs, so we can remove the manual seds.
(From OE-Core rev: b2a105d753310eda94ccf22ec89c276fd2b30dd9)
Signed-off-by: Ross Burton <ross.burton@arm.com>
[1] https://sourceforge.net/p/docutils/code/9977/
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.22.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.22.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.22.bb b/meta/recipes-devtools/python/python3-docutils_0.22.bb new file mode 100644 index 0000000000..2dafa034fb --- /dev/null +++ b/meta/recipes-devtools/python/python3-docutils_0.22.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 = "CC0-1.0 & BSD-2-Clause & GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=ce467b04b35c7ac3429b6908fc8b318e" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "ba9d57750e92331ebe7c08a1bbf7a7f8143b86c476acd51528b042216a6aad0f" | ||
| 8 | |||
| 9 | inherit pypi python_flit_core | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "python3-pprint" | ||
| 12 | |||
| 13 | # We don't install the emacs lisp, which is the only piece of GPLv3 | ||
| 14 | LICENSE:${PN} = "CC0-1.0 & BSD-2-Clause" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
