aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-09-05 10:39:38 +0200
committerDavid Roman <davidroman96@gmail.com>2024-09-05 10:39:38 +0200
commita74ad2405ccb2d0c11f2b2f8b936f79c41b2797f (patch)
treeb4a9c3693ec515816cd50ca7095e74ba5422c81b /dev-python
parentnet-misc/youtube-dl: treeclean (diff)
downloadguru-a74ad2405ccb2d0c11f2b2f8b936f79c41b2797f.tar.gz
guru-a74ad2405ccb2d0c11f2b2f8b936f79c41b2797f.tar.bz2
guru-a74ad2405ccb2d0c11f2b2f8b936f79c41b2797f.zip
dev-python/sphinx-version-warning: treeclean
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinx-version-warning/Manifest1
-rw-r--r--dev-python/sphinx-version-warning/metadata.xml10
-rw-r--r--dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild29
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/sphinx-version-warning/Manifest b/dev-python/sphinx-version-warning/Manifest
deleted file mode 100644
index 388a250a9..000000000
--- a/dev-python/sphinx-version-warning/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx-version-warning-1.1.2.gh.tar.gz 88859 BLAKE2B 9f5ab5f24ad8ef3784a6f2e8213b57c9f26f79d7d9801dffcf245f74a70938cccf04f7040749eab249034b58ff275e96e06e2272cc229d2605d8474098fbb2e3 SHA512 a629b9271507f812e3e814b4f11f78d1dc3cbd90b8db12b75a680e3d3bb17216bdc52ad246e985392a29cf5f4aa22ba14801019bebc306996d9f58e895b6494d
diff --git a/dev-python/sphinx-version-warning/metadata.xml b/dev-python/sphinx-version-warning/metadata.xml
deleted file mode 100644
index 07779bfea..000000000
--- a/dev-python/sphinx-version-warning/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <doc>https://sphinx-version-warning.readthedocs.io/</doc>
- <remote-id type="pypi">sphinx-version-warning</remote-id>
- <remote-id type="github">humitos/sphinx-version-warning</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild b/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild
deleted file mode 100644
index 8c09c678b..000000000
--- a/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension to add a warning banner"
-HOMEPAGE="
- https://pypi.org/project/sphinx-version-warning/
- https://github.com/humitos/sphinx-version-warning
-"
-SRC_URI="https://github.com/humitos/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-# TODO: enable in next release
-#distutils_enable_sphinx docs \
-# dev-python/sphinx-autoapi \
-# dev-python/sphinx-prompt \
-# dev-python/sphinx-tabs \
-# dev-python/sphinx-rtd-theme \
-# dev-python/sphinxemoji