python3-sphinx: add specific Licenses

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>
This commit is contained in:
Bruce Ashfield 2021-09-14 14:01:42 -04:00
parent 6fed58d8cb
commit 36cf756b0a

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Python documentation generator"
HOMEPAGE = "http://sphinx-doc.org/"
SECTION = "devel/python"
LICENSE = "BSD"
LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf"
PYPI_PACKAGE = "Sphinx"