blob: 67617fca39314b77df84dfff7889f53eada1f389 [file] [log] [blame]
William A. Kennington IIIac69b482021-06-02 12:28:27 -07001SUMMARY = "Documentation tool for GObject-based libraries"
2DESCRIPTION = "GI-DocGen is a document generator for GObject-based libraries. GObject is \
3the base type system of the GNOME project. GI-Docgen reuses the \
4introspection data generated by GObject-based libraries to generate the API \
5reference of these libraries, as well as other ancillary documentation."
6HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/"
7
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00008LICENSE = "GPL-3.0-or-later & Apache-2.0"
William A. Kennington IIIac69b482021-06-02 12:28:27 -07009LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326"
10
11SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main"
12
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000013PV = "2022.1"
14SRCREV = "37b04455ff58cb2ec3f58917d0737c435344f2fb"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070015
16S = "${WORKDIR}/git"
17
18inherit setuptools3
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000019PIP_INSTALL_PACKAGE = "gi_docgen"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070020
Patrick Williams213cb262021-08-07 19:21:33 -050021RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070022
23BBCLASSEXTEND = "native"