William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 1 | SUMMARY = "Documentation tool for GObject-based libraries" |
| 2 | DESCRIPTION = "GI-DocGen is a document generator for GObject-based libraries. GObject is \ |
| 3 | the base type system of the GNOME project. GI-Docgen reuses the \ |
| 4 | introspection data generated by GObject-based libraries to generate the API \ |
| 5 | reference of these libraries, as well as other ancillary documentation." |
| 6 | HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/" |
| 7 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 8 | LICENSE = "GPL-3.0-or-later & Apache-2.0" |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 9 | LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326" |
| 10 | |
| 11 | SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" |
| 12 | |
Patrick Williams | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 13 | PV = "2022.2" |
| 14 | SRCREV = "bddd024b08650efdd24704c670f586eb12cec9c9" |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | inherit setuptools3 |
| 19 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 20 | RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml" |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame] | 21 | |
| 22 | BBCLASSEXTEND = "native" |