commit:     a724ac197aaa95ce5a866c1735a18d5e1b3af73a
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sun Mar 10 13:37:56 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sun Mar 10 17:43:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a724ac19

dev-python/mkdocs-git-committers-plugin: new package, add 0.2.3

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/mkdocs-git-committers-plugin/Manifest   |  1 +
 .../mkdocs-git-committers-plugin/metadata.xml      | 11 +++++++++
 .../mkdocs-git-committers-plugin-0.2.3.ebuild      | 26 ++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/mkdocs-git-committers-plugin/Manifest 
b/dev-python/mkdocs-git-committers-plugin/Manifest
new file mode 100644
index 0000000000..baabd80bb1
--- /dev/null
+++ b/dev-python/mkdocs-git-committers-plugin/Manifest
@@ -0,0 +1 @@
+DIST mkdocs-git-committers-plugin-0.2.3.gh.tar.gz 6601 BLAKE2B 
6fea23d6ee9475ebeaca7b349e040b8b8c17f090031800c58c77d8a4a3d7895635378dab4688dd3993d996fe075a3cc11282860362ae8647e6e66f37f8825982
 SHA512 
ecfb500828047eeafa77a3d4d815b18ae6c8d59fcc88ac932ede381622ebf49056d4f48e0a6d6fdca204e79347caab82b2d6ebd2b001c0ceef7009755abf1dc8

diff --git a/dev-python/mkdocs-git-committers-plugin/metadata.xml 
b/dev-python/mkdocs-git-committers-plugin/metadata.xml
new file mode 100644
index 0000000000..d4ad636327
--- /dev/null
+++ b/dev-python/mkdocs-git-committers-plugin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+    <maintainer type="person">
+        <email>g...@eurecom.fr</email>
+        <name>Gasc Henri</name>
+    </maintainer>
+    <upstream>
+        <remote-id 
type="github">byrnereese/mkdocs-git-committers-plugin</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git 
a/dev-python/mkdocs-git-committers-plugin/mkdocs-git-committers-plugin-0.2.3.ebuild
 
b/dev-python/mkdocs-git-committers-plugin/mkdocs-git-committers-plugin-0.2.3.ebuild
new file mode 100644
index 0000000000..6b6d71153a
--- /dev/null
+++ 
b/dev-python/mkdocs-git-committers-plugin/mkdocs-git-committers-plugin-0.2.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..12} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-bootstrap-tables-plugin"
+DOCS_INITIALIZE_GIT=1
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A mkdocs plugin for displaying the last commit and a list of 
contributors."
+HOMEPAGE="https://github.com/byrnereese/mkdocs-git-committers-plugin";
+SRC_URI="https://github.com/byrnereese/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-python/PyGithub[${PYTHON_USEDEP}]
+       >=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
+"

Reply via email to