commit: 6fdafd4d9d3ba0832cef20e4bda5c268f69ec185
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 03:08:21 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 03:08:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdafd4d
dev-python/pallets-sphinx-themes: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pallets-sphinx-themes/Manifest | 1 -
.../pallets-sphinx-themes-2.1.3.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/dev-python/pallets-sphinx-themes/Manifest
b/dev-python/pallets-sphinx-themes/Manifest
index 80b537a6134e..3ea703c83398 100644
--- a/dev-python/pallets-sphinx-themes/Manifest
+++ b/dev-python/pallets-sphinx-themes/Manifest
@@ -1,2 +1 @@
-DIST pallets_sphinx_themes-2.1.3.tar.gz 20124 BLAKE2B
c66fac3aa625812c48aceee75a8296d272a1c5819463b41c2892aeefef4633da1d74c781b1669dbe87aa7af302169469fb04b7cc0492970156efcc53271e8c0f
SHA512
2b11d05af4023b54b6bb3f1edda509648458542b9ff255b709cc01797551755d80851612259f460e3d17e4a3b5da0833e12c15bf5df11b38641c4d34007dc12e
DIST pallets_sphinx_themes-2.3.0.tar.gz 21029 BLAKE2B
0f0abb334beb70ddb6f6d85164914e6eac3b4e938d085c81a62c8f33a7e6eb8b599dc0b2ff7d164124797cd781e2eb23b0a9ae502a28bf8720c2d5464213cf78
SHA512
9c76ab7e8e2cecaaecab7ccc621bac685b28394d16e4d35d79b8dc7745ceff88cba23b04efeb1faf0b6a987cf173c9fc77364a7306bfe5029e5129fed791b5a8
diff --git
a/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.1.3.ebuild
b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.1.3.ebuild
deleted file mode 100644
index c48537cdd9fd..000000000000
--- a/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYPI_PN=Pallets-Sphinx-Themes
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx themes for Pallets and related projects"
-HOMEPAGE="
- https://github.com/pallets/pallets-sphinx-themes/
- https://pypi.org/project/Pallets-Sphinx-Themes/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc
x86"
-
-RDEPEND="
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/sphinx-3[${PYTHON_USEDEP}]
-"