diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-25 19:53:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-28 23:11:28 +0000 |
commit | b6567bbaea2b61e95b7f2cc2362d5efa5284d259 (patch) | |
tree | ed078f943f1321851b789b5f59c54611f11f510c /meta/recipes-devtools/python/python3-docutils_0.16.bb | |
parent | 95dfc6f150164f59bd6c9b48d03d6751ce5975c1 (diff) | |
download | poky-b6567bbaea2b61e95b7f2cc2362d5efa5284d259.tar.gz |
python3-docutils: upgrade 0.15 -> 0.16
License-Update: formatting
(From OE-Core rev: 855d0b8a36dd88e92d0a51c5797ef4a91a9f9c5a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.16.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.16.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.16.bb b/meta/recipes-devtools/python/python3-docutils_0.16.bb new file mode 100644 index 0000000000..50547a1b0c --- /dev/null +++ b/meta/recipes-devtools/python/python3-docutils_0.16.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "Text processing system for documentation" | ||
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=7a4646907ab9083c826280b19e103106" | ||
6 | |||
7 | DEPENDS = "python3" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" | ||
10 | SRC_URI[md5sum] = "9ccb6f332e23360f964de72c8ea5f0ed" | ||
11 | SRC_URI[sha256sum] = "7d4e999cca74a52611773a42912088078363a30912e8822f7a3d38043b767573" | ||
12 | |||
13 | S = "${WORKDIR}/docutils-${PV}" | ||
14 | |||
15 | inherit distutils3 | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||