summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-design
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-10-28 07:54:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-10-28 07:54:49 +0000
commitdc797bef664f7e01a687f22c849a15a8bd74d228 (patch)
tree03292b3b14e86af94464ed7f6f451a907f570d84 /dev-python/sphinx-design
parent173ceeee7db457ea7dbdf2f4ce4c6de96e563378 (diff)
downloadbaldeagleos-repo-dc797bef664f7e01a687f22c849a15a8bd74d228.tar.gz
baldeagleos-repo-dc797bef664f7e01a687f22c849a15a8bd74d228.tar.xz
baldeagleos-repo-dc797bef664f7e01a687f22c849a15a8bd74d228.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-design')
-rw-r--r--dev-python/sphinx-design/sphinx-design-0.6.1-r1.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/sphinx-design/sphinx-design-0.6.1-r1.ebuild b/dev-python/sphinx-design/sphinx-design-0.6.1-r1.ebuild
new file mode 100644
index 000000000000..702aeba87e1a
--- /dev/null
+++ b/dev-python/sphinx-design/sphinx-design-0.6.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023-2024 Liguros Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A sphinx extension for designing beautiful, view size responsive web components"
+HOMEPAGE="https://sphinx-design.readthedocs.io"
+SRC_URI="https://github.com/executablebooks/sphinx-design/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="code_style rtd theme_furo theme_pydata theme_rtd theme_sbt"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+ code_style? ( dev-vcs/pre-commit )
+ rtd? ( dev-python/myst-parser[${PYTHON_USEDEP}] )
+ theme_furo? ( >=dev-python/furo-2022.06.04[${PYTHON_USEDEP}] )
+ theme_pydata? ( dev-python/pydata-sphinx-theme[${PYTHON_USEDEP}] )
+ theme_rtd? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
+ theme_sbt? ( dev-python/sphinx-book-theme[${PYTHON_USEDEP}] )
+"
+BDEPEND="test? (
+ dev-python/pytest-regressions[${PYTHON_USEDEP}]
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ )
+"
+
+#PATCHES=( ${FILESDIR}/sphinx.patch )
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/myst-parser