dev-python/mkdocs-material: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
39a921860e
commit
5ec4da1e80
1
dev-python/mkdocs-material/Manifest
Normal file
1
dev-python/mkdocs-material/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST mkdocs-material-7.3.1.tar.gz 7296299 BLAKE2B ee1be5223fc3f499b9d84fc148d7ca79a7e3fdb3505982e6021832c9fe2a5912a188c565e2269889a82f326c5bea5bf40d1ba479f5ed24eb41ef1e7d036eb25c SHA512 255ec0224e8a94c466453a53fb765e168c510f3e9cd56daaf4938590bf50a82257ec2dc284bca8871cc2d2df792ab15f26c0d795fa82f536658b14864b274097
|
22
dev-python/mkdocs-material/metadata.xml
Normal file
22
dev-python/mkdocs-material/metadata.xml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<?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>
|
||||||
|
<longdescription lang="en">
|
||||||
|
What to expect
|
||||||
|
|
||||||
|
Responsive design and fluid layout for all kinds of screens and devices, designed to serve your project documentation in a user-friendly way in 41 languages with optimal readability.
|
||||||
|
|
||||||
|
Easily customizable primary and accent color, fonts, favicon and logo; straight forward localization through theme extension; integrated with Google Analytics, Disqus and GitHub.
|
||||||
|
|
||||||
|
Well-designed search interface accessible through hotkeys (F or S), intelligent grouping of search results, search term highlighting and lazy loading.
|
||||||
|
</longdescription>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">squidfunk/mkdocs-material</remote-id>
|
||||||
|
<remote-id type="pypi">mkdocs-material</remote-id>
|
||||||
|
</upstream>
|
||||||
|
<stabilize-allarches/>
|
||||||
|
</pkgmetadata>
|
33
dev-python/mkdocs-material/mkdocs-material-7.3.1.ebuild
Normal file
33
dev-python/mkdocs-material/mkdocs-material-7.3.1.ebuild
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
|
||||||
|
DOCS_BUILDER="mkdocs"
|
||||||
|
DOCS_DEPEND="
|
||||||
|
dev-python/mkdocs-minify-plugin
|
||||||
|
dev-python/mkdocs-redirects
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit distutils-r1 docs
|
||||||
|
|
||||||
|
DESCRIPTION="A Material Design theme for MkDocs"
|
||||||
|
HOMEPAGE="
|
||||||
|
https://github.com/squidfunk/mkdocs-material
|
||||||
|
https://pypi.org/project/mkdocs-material
|
||||||
|
"
|
||||||
|
SRC_URI="https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~riscv ~x86"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
>=dev-python/markdown-3.2[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/mkdocs-1.2.2[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pygments-2.4[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pymdown-extensions-7.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/mkdocs-material-extensions-1.0[${PYTHON_USEDEP}]
|
||||||
|
"
|
Loading…
Reference in a new issue