dev-python/mkdocs-i18n: add new dep of mkdocs-git-revision-....-plugin

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-02-21 20:30:52 +01:00
parent a0dcb9c9da
commit ab030263d1
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST mkdocs-i18n-0.4.4.tar.gz 17191 BLAKE2B 4ab926befac2c90b6b9ff55fd6887c8b78e88f801c820749df125ea97418fbfb0a8531b2168b508737e7dffbf426826433211ee80f25b80a42ae160f78a93670 SHA512 f9f27c0f274aa7ee5c64cee46d4165d51022cac0171f95a238b62c911e1be16b6a4ff227fea3b78de2ffa0095b9c95280e8919e207e6947db300a136fe16e659

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@gentoo.org</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="gitlab">mkdocs-i18n/mkdocs-i18n</remote-id>
<remote-id type="pypi">mkdocs-i18n</remote-id>
</upstream>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="MkDocs i18n plugin"
HOMEPAGE="
https://gitlab.com/mkdocs-i18n/mkdocs-i18n/-/tree/main
https://pypi.org/project/mkdocs-i18n/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/mkdocs-1.1[${PYTHON_USEDEP}]
dev-python/mkdocs-material[${PYTHON_USEDEP}]
"