diff options
Diffstat (limited to 'recipes-devtools/python/python3-sphinx_3.4.3.bb')
| -rw-r--r-- | recipes-devtools/python/python3-sphinx_3.4.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-sphinx_3.4.3.bb b/recipes-devtools/python/python3-sphinx_3.4.3.bb new file mode 100644 index 00000000..76b0cdbe --- /dev/null +++ b/recipes-devtools/python/python3-sphinx_3.4.3.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "Python documentation generator" | ||
| 2 | HOMEPAGE = "http://sphinx-doc.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Sphinx" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "80c5176104fe0cfbd1a8430b6da308b4" | ||
| 10 | SRC_URI[sha256sum] = "41cad293f954f7d37f803d97eb184158cfd90f51195131e94875bc07cd08b93c" | ||
| 11 | inherit setuptools3 pypi | ||
