diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.12.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.12.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.12.bb b/meta/recipes-devtools/python/python3-docutils_0.12.bb new file mode 100644 index 0000000000..e78fa3bbc8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-docutils_0.12.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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=a722fbdc20347db7b69223594dd54574" | ||
| 6 | |||
| 7 | DEPENDS = "python3" | ||
| 8 | |||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "4622263b62c5c771c03502afa3157768" | ||
| 11 | SRC_URI[sha256sum] = "c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/docutils-${PV}" | ||
| 14 | |||
| 15 | inherit distutils3 | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native" | ||
| 18 | |||
