summaryrefslogtreecommitdiff
path: root/dev-python/sphinxcontrib-serializinghtml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-20 18:55:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-20 18:55:24 +0000
commit8f9f87eb4feaf69098b034cfce13d5dbe0efc4ec (patch)
tree7af65fe6f439b12f879e6d56f6661094e8721e21 /dev-python/sphinxcontrib-serializinghtml
parent0d15b8abb3a09d34e4e1657f4a8b8cb381731b98 (diff)
downloadbaldeagleos-repo-8f9f87eb4feaf69098b034cfce13d5dbe0efc4ec.tar.gz
baldeagleos-repo-8f9f87eb4feaf69098b034cfce13d5dbe0efc4ec.tar.xz
baldeagleos-repo-8f9f87eb4feaf69098b034cfce13d5dbe0efc4ec.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinxcontrib-serializinghtml')
-rw-r--r--dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-2.0.0-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-2.0.0-r1.ebuild b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-2.0.0-r1.ebuild
new file mode 100644
index 000000000000..5e5ad9cfc96d
--- /dev/null
+++ b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-2.0.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo 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} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension which outputs outputs serialized HTML files"
+HOMEPAGE="
+ https://www.sphinx-doc.org/
+ https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/
+ https://pypi.org/project/sphinxcontrib-serializinghtml/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+PDEPEND="
+ >=dev-python/sphinx-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? ( ${PDEPEND} )
+"
+
+distutils_enable_tests pytest