dev-python/sphinx-last-updated-by-git - 0.3.8 (guru)

Search

Install

Install this version:

emerge -a =dev-python/sphinx-last-updated-by-git-0.3.8

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

autounmask =dev-python/sphinx-last-updated-by-git-0.3.8

Or alternatively:

emerge --autounmask-write -a =dev-python/sphinx-last-updated-by-git-0.3.8

Package Information

Description:
Get the "last updated" time for each Sphinx page from Git
Homepage:
https://pypi.org/project/sphinx-last-updated-by-git/ https://github.com/mgeier/sphinx-last-updated-by-git/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.3.8 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION='Get the "last updated" time for each Sphinx page from Git'
HOMEPAGE="
	https://pypi.org/project/sphinx-last-updated-by-git/
	https://github.com/mgeier/sphinx-last-updated-by-git/
"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/babel[${PYTHON_USEDEP}]
	>=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=( pytest-import-check )

# Tests require to clone a Git repo. While this can be worked around by using
# git-bundle, tests still fail because Sphinx makes some warnings fatal.
distutils_enable_tests import-check

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/babel[]
	>=dev-python/sphinx-1.8[]