dev-python/mkdocs-git-revision-date-localized-plugin: longdescription, pypi, sorting

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-03-27 18:43:33 +01:00
parent c348e917b5
commit e3e8c0a49a
2 changed files with 14 additions and 7 deletions

View File

@@ -2,8 +2,12 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<upstream>
<remote-id type="github">timvink/mkdocs-git-revision-date-localized-plugin</remote-id>
<remote-id type="pypi">mkdocs-git-revision-date-localized-plugin</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -10,7 +10,10 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Display the localized date of the last git modification of a markdown file"
HOMEPAGE="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin"
HOMEPAGE="
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
https://pypi.org/project/mkdocs-git-revision-date-localized-plugin
"
SRC_URI="https://github.com/timvink/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
@@ -22,9 +25,9 @@ RESTRICT="test" # fails, mkdocs failed
RDEPEND="
>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
dev-python/GitPython[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/mkdocs[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]"
"
DEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/mkdocs-material[${PYTHON_USEDEP}]"