summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-12 06:07:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-12 06:07:09 +0100
commit6766ae9a4205bc53227127a1dd518ea601246afe (patch)
tree0717a1249b6c0340842b8f5cf78a3774ef985043 /dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
parent4658e9ebb16790a76f119b3c702097e068bd60f3 (diff)
gentoo auto-resync : 12:08:2023 - 06:07:08
Diffstat (limited to 'dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild')
-rw-r--r--dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
deleted file mode 100644
index 3f41e613ffaa..000000000000
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A sphinx extension for creating panels in a grid layout"
-HOMEPAGE="https://github.com/executablebooks/sphinx-panels"
-SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme