dev-python/mkdocs - 1.6.1 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/mkdocs-1.6.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/mkdocs-1.6.1

Or alternatively:

emerge --autounmask-write -a =dev-python/mkdocs-1.6.1

Package Information

Description:
Project documentation with Markdown
Homepage:
https://www.mkdocs.org/ https://github.com/mkdocs/mkdocs https://pypi.org/project/mkdocs/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
1.6.1 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="Project documentation with Markdown"
HOMEPAGE="
	https://www.mkdocs.org/
	https://github.com/mkdocs/mkdocs
	https://pypi.org/project/mkdocs/
"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="i18n"

RDEPEND="
	>=dev-python/click-7.0[${PYTHON_USEDEP}]
	>=dev-python/ghp-import-1.0[${PYTHON_USEDEP}]
	>=dev-python/jinja2-2.11.1[${PYTHON_USEDEP}]
	>=dev-python/markdown-3.3.6[${PYTHON_USEDEP}]
	>=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
	>=dev-python/mergedeep-1.3.4[${PYTHON_USEDEP}]
	>=dev-python/mkdocs-get-deps-0.2.0[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.5[${PYTHON_USEDEP}]
	>=dev-python/pathspec-0.11.1[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-env-tag-0.1[${PYTHON_USEDEP}]
	>=dev-python/watchdog-2.0[${PYTHON_USEDEP}]
	i18n? ( >=dev-python/babel-2.9.0[${PYTHON_USEDEP}] )
"

# The custom hatch build hook compiles the bundled gettext catalogs (.mo)
# at build time; that needs babel, plus setuptools on py3.12+ (no distutils).
BDEPEND="
	dev-python/babel[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/mkdocs | euse -E <flag> -p dev-python/mkdocs | euse -D <flag> -p dev-python/mkdocs

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/click-7.0[]
	>=dev-python/ghp-import-1.0[]
	>=dev-python/jinja2-2.11.1[]
	>=dev-python/markdown-3.3.6[]
	>=dev-python/markupsafe-2.0.1[]
	>=dev-python/mergedeep-1.3.4[]
	>=dev-python/mkdocs-get-deps-0.2.0[]
	>=dev-python/packaging-20.5[]
	>=dev-python/pathspec-0.11.1[]
	>=dev-python/pyyaml-5.1[]
	>=dev-python/pyyaml-env-tag-0.1[]
	>=dev-python/watchdog-2.0[]
	i18n? ( >=dev-python/babel-2.9.0[] )

BDEPEND

	dev-python/babel[]
	dev-python/setuptools[]