From: "Henri Gasc" <gasc@eurecom.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/
Date: Wed, 8 Feb 2023 15:59:13 +0000 (UTC) [thread overview]
Message-ID: <1675871948.b14fc882371487962476d045a36231395791e350.gasc@gentoo> (raw)
commit: b14fc882371487962476d045a36231395791e350
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Feb 8 10:38:24 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Feb 8 15:59:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b14fc882
dev-python/mkdocs-rss-plugin: new package, add 1.5.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
| 1 +
| 12 ++++++
| 43 ++++++++++++++++++++++
3 files changed, 56 insertions(+)
--git a/dev-python/mkdocs-rss-plugin/Manifest b/dev-python/mkdocs-rss-plugin/Manifest
new file mode 100644
index 000000000..4ba441bac
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -0,0 +1 @@
+DIST mkdocs-rss-plugin-1.5.0.gh.tar.gz 39301 BLAKE2B 8d92ee030115b3d8ea589509a9558d61d72bfa4abd55b3451262928df8a63c9ed0399c2cd883a8d070c15241396cffcd96fd953a6b8e781b0d922d287b950886 SHA512 1ed861bca8feaab869c1e88a0533110a7b617b7a5bd68b6ea4b454975c56fee1aaa118d65abf8e8c03d41ff5b367f9561dee08cdffbcf7bfffa7268306c3f4b8
--git a/dev-python/mkdocs-rss-plugin/metadata.xml b/dev-python/mkdocs-rss-plugin/metadata.xml
new file mode 100644
index 000000000..61ccab599
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gasc@eurecom.fr</email>
+ <name>Gasc Henri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">mkdocs-rss-plugin</remote-id>
+ <remote-id type="github">Guts/mkdocs-rss-plugin</remote-id>
+ </upstream>
+</pkgmetadata>
--git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
new file mode 100644
index 000000000..ad0721f47
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="MkDocs plugin to generate a RSS feeds."
+HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin"
+SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND=""
+BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/mkdocs[${PYTHON_USEDEP}]
+ dev-python/GitPython[${PYTHON_USEDEP}]
+ doc? (
+ dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
+ dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/pymdown-extensions[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${BDEPEND}"
+
+# No test because of upstream bug
+# BDEPEND+="
+# test? (
+# dev-python/black[${PYTHON_USEDEP}]
+# dev-python/feedparser[${PYTHON_USEDEP}]
+# dev-python/flake8[${PYTHON_USEDEP}]
+# dev-vcs/pre-commit
+# dev-python/pytest-cov[${PYTHON_USEDEP}]
+# )"
+# distutils_enable_tests pytest
next reply other threads:[~2023-02-08 15:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 15:59 Henri Gasc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-12 17:37 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/ Henri Gasc
2023-12-25 22:22 Henri Gasc
2024-03-10 17:45 Henri Gasc
2024-04-15 9:26 Julien Roy
2024-05-31 22:16 Henri Gasc
2024-10-10 19:18 Henri Gasc
2024-11-24 21:06 Anna Vyalkova
2024-12-30 13:29 Henri Gasc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1675871948.b14fc882371487962476d045a36231395791e350.gasc@gentoo \
--to=gasc@eurecom.fr \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox