mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-python/mkdocs-blog-plugin: new package, add 9999
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
25
dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild
Normal file
25
dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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="Plugin for MkDocs to keep a simple blog section inside your documentation."
|
||||
HOMEPAGE="https://github.com/fmaida/mkdocs-blog-plugin https://pypi.org/project/mkdocs-blog-plugin"
|
||||
SRC_URI="https://github.com/fmaida/mkdocs-blog-plugin/archive/refs/heads/master.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/mkdocs-blog-plugin-master"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/mkdocs[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${BDEPEND}"
|
||||
Reference in New Issue
Block a user