Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (5722ebf150e29873b6ad40dcca7e846d2054c2a6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (5722ebf150e29873b6ad40dcca7e846d2054c2a6)
  • Date: Wed, 17 Jan 2024 23:50:33 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
python-pypi/gi-docgen/DEPENDS | 6 ++++++
python-pypi/gi-docgen/DETAILS | 17 +++++++++++++++++
python-pypi/gi-docgen/HISTORY | 3 +++
4 files changed, 27 insertions(+)

New commits:
commit 5722ebf150e29873b6ad40dcca7e846d2054c2a6
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

python-pypi/gi-docgen: new spell, version 2023.3

document generator for gobject libraries

diff --git a/ChangeLog b/ChangeLog
index 649da33..ba4a6e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* fonts-x11/ttf-jetbrainsmono-nerdfont: new spell, jetbrains-mono with
nerdfont patches
* fonts-x11/ttf-nerdfonts-symbols: new spell, standalone nerdfonts
symbols
+ * python-pypi/gi-docgen: new spell, doc generator for gobject libs

2024-01-16 Conner Clere <xenanthropy AT sourcemage.org>
* vulkan/shaderc: new spell, tools and libs for vulkan shader
compilation
diff --git a/python-pypi/gi-docgen/DEPENDS b/python-pypi/gi-docgen/DEPENDS
new file mode 100755
index 0000000..a2ab5b8
--- /dev/null
+++ b/python-pypi/gi-docgen/DEPENDS
@@ -0,0 +1,6 @@
+depends PKG-CONFIG &&
+depends python-markdown &&
+depends markupsafe &&
+depends pygments &&
+depends jinja2 &&
+depends typogrify
\ No newline at end of file
diff --git a/python-pypi/gi-docgen/DETAILS b/python-pypi/gi-docgen/DETAILS
new file mode 100755
index 0000000..f3906a2
--- /dev/null
+++ b/python-pypi/gi-docgen/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gi-docgen
+ VERSION=2023.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=https://gitlab.gnome.org/GNOME/${SPELL}/-/archive/${VERSION}/$SOURCE
+
SOURCE_HASH=sha512:9fbfe97167d83e0f166c6eece5e723dcf6d2a345cdf577a0618c971f3023d7a83d3ded471002a3ca24c2fe94611ceb88781002bacf406543f4a7f3b8608e42e5
+ LICENSE[0]=GPL
+ WEB_SITE=https://gitlab.gnome.org/GNOME/gi-docgen/
+ ENTERED=20240117
+ KEYWORDS="gobject documentation doc"
+ SHORT="documentation generator for gobject-based libs"
+cat << EOF
+GI-DocGen is a document generator for GObject-based libraries. GObject is
+the base type system of the GNOME project. GI-Docgen reuses the
+introspection data generated by GObject-based libraries to generate the API
+reference of these libraries, as well as other ancillary documentation.
+EOF
diff --git a/python-pypi/gi-docgen/HISTORY b/python-pypi/gi-docgen/HISTORY
new file mode 100644
index 0000000..3d09d53
--- /dev/null
+++ b/python-pypi/gi-docgen/HISTORY
@@ -0,0 +1,3 @@
+2024-01-17 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, DEPENDS: version 2023.3, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (5722ebf150e29873b6ad40dcca7e846d2054c2a6), Conner Clere, 01/17/2024

Archive powered by MHonArc 2.6.24.

Top of Page