summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-last-updated-by-git
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/sphinx-last-updated-by-git
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-last-updated-by-git')
-rw-r--r--dev-python/sphinx-last-updated-by-git/Manifest1
-rw-r--r--dev-python/sphinx-last-updated-by-git/metadata.xml13
-rw-r--r--dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild30
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/sphinx-last-updated-by-git/Manifest b/dev-python/sphinx-last-updated-by-git/Manifest
deleted file mode 100644
index aa507c0467f7..000000000000
--- a/dev-python/sphinx-last-updated-by-git/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx_last_updated_by_git-0.3.8.tar.gz 10785 BLAKE2B 3fcbd3d4e598a66ccc5db5682fea6e23395a567bf732e3638b96fd38380c39dd63f868e54bad69421e9931a40c28705c09e6ae9fe7f3da554a70b962aa9d5d32 SHA512 1632c835296766789fc7d31525dc88164243df27fac068e68c3ba50b9ce5391e80d6d5b33c2c79f075715bd6609b8621e8cb00889b985143c2e79919ea587fb7
diff --git a/dev-python/sphinx-last-updated-by-git/metadata.xml b/dev-python/sphinx-last-updated-by-git/metadata.xml
deleted file mode 100644
index bd5f2790fa59..000000000000
--- a/dev-python/sphinx-last-updated-by-git/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>cyber+gentoo@sysrq.in</email>
- <name>Anna</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">sphinx-last-updated-by-git</remote-id>
- <remote-id type="github">mgeier/sphinx-last-updated-by-git</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild b/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild
deleted file mode 100644
index 946886408980..000000000000
--- a/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..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