summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-09 21:26:20 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-09 21:38:21 +0200
commit06d519b23fb40579dd81c03206d45cf6311d469e (patch)
tree8b90cfae68c92ac0fa1ca5cb13fe58d8bbb2b1da /dev-python/sphinx-press-theme
parentnet-wireless/blueman: Bump to 2.4.1 (diff)
downloadgentoo-06d519b23fb40579dd81c03206d45cf6311d469e.tar.gz
gentoo-06d519b23fb40579dd81c03206d45cf6311d469e.tar.bz2
gentoo-06d519b23fb40579dd81c03206d45cf6311d469e.zip
dev-python/sphinx-press-theme: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-press-theme')
-rw-r--r--dev-python/sphinx-press-theme/Manifest1
-rw-r--r--dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/sphinx-press-theme/Manifest b/dev-python/sphinx-press-theme/Manifest
index 1d47253dd8a9..2a73f2643d50 100644
--- a/dev-python/sphinx-press-theme/Manifest
+++ b/dev-python/sphinx-press-theme/Manifest
@@ -1,2 +1 @@
-DIST sphinx_press_theme-0.9.0.tar.gz 84424 BLAKE2B 5c05d7ca4d40d054ee8f38ba3e1cb41d0ebacc0a9efd371c7a0c4c9943adb01e9aff36ce430c237497aad748b70c3c2b1f75062e2c63d1bf1b51b850f8235a6f SHA512 fec913a128e2b03d33baa4c9822932a468bf1a8c42255b8e734cbfbb2403b75d4696cfa3b19b6585240d5c5cce4ac3fc4acbc6cc8f2e2c530fa1a67983ce017f
DIST sphinx_press_theme-0.9.1.tar.gz 254696 BLAKE2B fa1c26ed8f7e2ec375e3be716622669d02845c733f37fb42e5e960395e365aecc526b711ab5375fb15946612e0a1ad6dfc066b0aec8b68316fdc828d2582a4d7 SHA512 4c3fe68e6be32ac93b514aac10f26a096e4190c0428e79329448717691f896a847cfdfd756348511c6af14e37bc8492ca7ea905833317a5259c0858553714ec8
diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild
deleted file mode 100644
index c6e6e6acbc2f..000000000000
--- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="sphinx_press_theme"
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Sphinx-doc theme based on Vuepress"
-HOMEPAGE="https://github.com/schettino72/sphinx_press_theme"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"