diff options
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.20.1.bb | 20 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.21.2.bb | 14 |
2 files changed, 14 insertions, 20 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.20.1.bb b/meta/recipes-devtools/python/python3-docutils_0.20.1.bb deleted file mode 100644 index 6038732cc4..0000000000 --- a/meta/recipes-devtools/python/python3-docutils_0.20.1.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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-2.0 & BSD-2-Clause & GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=08f5f8aa6a1db2500c08a2bb558e45af" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | do_install:append() { | ||
| 12 | for f in rst2html rst2html4 rst2html5 rst2latex rst2man \ | ||
| 13 | rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml \ | ||
| 14 | rstpep2html | ||
| 15 | do | ||
| 16 | mv ${D}${bindir}/$f.py ${D}${bindir}/$f; | ||
| 17 | done | ||
| 18 | } | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-devtools/python/python3-docutils_0.21.2.bb b/meta/recipes-devtools/python/python3-docutils_0.21.2.bb new file mode 100644 index 0000000000..ac41ef6858 --- /dev/null +++ b/meta/recipes-devtools/python/python3-docutils_0.21.2.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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 & ZPL-2.1 & BSD-2-Clause & GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=382430a09a4453818aa6618f2090491b" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-pprint \ | ||
| 13 | " | ||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
