From 953db712fb6d5eb846b876447e839738cdbbe9d5 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 24 Aug 2022 12:43:47 +0200 Subject: [PATCH] Revert "dev-python/sphinx_book_theme: New package" This reverts commit febd08c43a86736120d0bb35195f241c3dfab49d. --- dev-python/sphinx_book_theme/Manifest | 1 - dev-python/sphinx_book_theme/metadata.xml | 15 ------- .../sphinx_book_theme-0.3.3.ebuild | 39 ------------------- 3 files changed, 55 deletions(-) delete mode 100644 dev-python/sphinx_book_theme/Manifest delete mode 100644 dev-python/sphinx_book_theme/metadata.xml delete mode 100644 dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild diff --git a/dev-python/sphinx_book_theme/Manifest b/dev-python/sphinx_book_theme/Manifest deleted file mode 100644 index ced2abb..0000000 --- a/dev-python/sphinx_book_theme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinx_book_theme-0.3.3.tar.gz 273932 BLAKE2B e20d6fe1c124209762705938b2d6fbbafe1b73aad66dfcd6e613d1f7900c0acad675034a75840427d3e346ae5ec471e3791e19259464723117c9aefe7d7fa4fd SHA512 0141fd30ca9ae620260f4635f7377848638cfa8e9c99745ca51d4bf85924a82604172bef34ee4c4fe171a275fef3b14bab850e588ff6de46e2203e318172136f diff --git a/dev-python/sphinx_book_theme/metadata.xml b/dev-python/sphinx_book_theme/metadata.xml deleted file mode 100644 index 899c8bf..0000000 --- a/dev-python/sphinx_book_theme/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - alarig@swordarmor.fr - Alarig Le Lay - - - sphinx-book-theme - executablebooks/sphinx-book-theme - - - Extra code_style support for development - - diff --git a/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild b/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild deleted file mode 100644 index d68df65..0000000 --- a/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="A clean book theme for scientific explanations and documentation with Sphinx" -HOMEPAGE="https://sphinx-book-theme.readthedocs.io" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="code_style" -RESTRICT="test" # test failed as no docutils<0.17 - -BDEPEND=">=dev-python/sphinx-theme-builder-0.2.0[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - ~dev-python/pydata-sphinx-theme-0.8.0[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - >=dev-python/sphinx-3[${PYTHON_USEDEP}] -