summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-sitemap
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/sphinx-sitemap
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-sitemap')
-rw-r--r--dev-python/sphinx-sitemap/Manifest2
-rw-r--r--dev-python/sphinx-sitemap/metadata.xml9
-rw-r--r--dev-python/sphinx-sitemap/sphinx-sitemap-2.8.0.ebuild44
-rw-r--r--dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild44
4 files changed, 0 insertions, 99 deletions
diff --git a/dev-python/sphinx-sitemap/Manifest b/dev-python/sphinx-sitemap/Manifest
deleted file mode 100644
index 3249b70a0d56..000000000000
--- a/dev-python/sphinx-sitemap/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sphinx-sitemap-2.8.0.gh.tar.gz 29119 BLAKE2B 881772326cf4cf993c58c07e486fa428e53c744178e1f906dece590a4e0c51cb32d661c70b3419376c2485dfefca0761bf8a23cc19e72d9423be1805f90142ab SHA512 6413a12d5777a54181e94b4c7b12291003caa3824573be9b3fcac646669e2074c08973d28a849cf421a38500c2dffb12a0829c4ff4b2b4448db721a13249a29f
-DIST sphinx-sitemap-2.9.0.gh.tar.gz 29435 BLAKE2B 951a98744741b2d54106535539649950b0884916ef9c0ce3f09b35c32ad81170a1232ec5cffc0300db2c470540499d0e01e234ecf9bc282726a8f9ce84961d5d SHA512 00620150c0492b70597da6a695208013eaad7ae1d2a8ba4e298425888b4003f228362000afd9323399d0eacac5a80f9298383717ac794fc8a5f5ba6466a58547
diff --git a/dev-python/sphinx-sitemap/metadata.xml b/dev-python/sphinx-sitemap/metadata.xml
deleted file mode 100644
index 5e5f629b7d4f..000000000000
--- a/dev-python/sphinx-sitemap/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">sphinx-sitemap</remote-id>
- <remote-id type="github">jdillard/sphinx-sitemap</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.8.0.ebuild b/dev-python/sphinx-sitemap/sphinx-sitemap-2.8.0.ebuild
deleted file mode 100644
index d8664f50460e..000000000000
--- a/dev-python/sphinx-sitemap/sphinx-sitemap-2.8.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Sitemap generator for Sphinx"
-HOMEPAGE="
- https://pypi.org/project/sphinx-sitemap/
- https://github.com/jdillard/sphinx-sitemap
-"
-SRC_URI="https://github.com/jdillard/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx-last-updated-by-git[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? ( dev-python/gitpython[${PYTHON_USEDEP}] )
-"
-
-DOCS=( {CHANGELOG,README}.rst )
-
-EPYTEST_PLUGINS=( )
-
-distutils_enable_tests pytest
-
-src_prepare() {
- #sed "s:\(GIT_TAG_OUTPUT =\) .*:\1 b'v${PV}':" -i docs/source/conf.py
- distutils-r1_src_prepare
-}
-
-#distutils_enable_sphinx docs/source \
- #dev-python/furo \
- #dev-python/sphinxemoji \
- #dev-python/sphinxext-opengraph \
- #dev-python/sphinx-contributors
diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild b/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild
deleted file mode 100644
index d8664f50460e..000000000000
--- a/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Sitemap generator for Sphinx"
-HOMEPAGE="
- https://pypi.org/project/sphinx-sitemap/
- https://github.com/jdillard/sphinx-sitemap
-"
-SRC_URI="https://github.com/jdillard/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx-last-updated-by-git[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? ( dev-python/gitpython[${PYTHON_USEDEP}] )
-"
-
-DOCS=( {CHANGELOG,README}.rst )
-
-EPYTEST_PLUGINS=( )
-
-distutils_enable_tests pytest
-
-src_prepare() {
- #sed "s:\(GIT_TAG_OUTPUT =\) .*:\1 b'v${PV}':" -i docs/source/conf.py
- distutils-r1_src_prepare
-}
-
-#distutils_enable_sphinx docs/source \
- #dev-python/furo \
- #dev-python/sphinxemoji \
- #dev-python/sphinxext-opengraph \
- #dev-python/sphinx-contributors