mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

The LICENSE field for python3-sphinx is not specific enough, and doesn't contain all the integrated package licenses. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
12 lines
367 B
BlitzBasic
12 lines
367 B
BlitzBasic
DESCRIPTION = "Python documentation generator"
|
|
HOMEPAGE = "http://sphinx-doc.org/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf"
|
|
|
|
PYPI_PACKAGE = "Sphinx"
|
|
|
|
SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6"
|
|
|
|
inherit setuptools3 pypi
|