summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-version-warning
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-27 15:04:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-27 15:04:17 +0000
commit33751691cbbd33164fff39b18034900e9011ac8d (patch)
tree02594c82ee61bd22b4b0ecf5f51656e9b74e6dab /dev-python/sphinx-version-warning
parentfa16111439b25627241930f98ed8703aebc92e42 (diff)
downloadbaldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.tar.gz
baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.tar.xz
baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-version-warning')
-rw-r--r--dev-python/sphinx-version-warning/Manifest1
-rw-r--r--dev-python/sphinx-version-warning/metadata.xml12
-rw-r--r--dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild28
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/sphinx-version-warning/Manifest b/dev-python/sphinx-version-warning/Manifest
new file mode 100644
index 000000000000..388a250a9995
--- /dev/null
+++ b/dev-python/sphinx-version-warning/Manifest
@@ -0,0 +1 @@
+DIST sphinx-version-warning-1.1.2.gh.tar.gz 88859 BLAKE2B 9f5ab5f24ad8ef3784a6f2e8213b57c9f26f79d7d9801dffcf245f74a70938cccf04f7040749eab249034b58ff275e96e06e2272cc229d2605d8474098fbb2e3 SHA512 a629b9271507f812e3e814b4f11f78d1dc3cbd90b8db12b75a680e3d3bb17216bdc52ad246e985392a29cf5f4aa22ba14801019bebc306996d9f58e895b6494d
diff --git a/dev-python/sphinx-version-warning/metadata.xml b/dev-python/sphinx-version-warning/metadata.xml
new file mode 100644
index 000000000000..affa1be891f9
--- /dev/null
+++ b/dev-python/sphinx-version-warning/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <doc>https://sphinx-version-warning.readthedocs.io/</doc>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild b/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild
new file mode 100644
index 000000000000..d98dd0dc499d
--- /dev/null
+++ b/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension to add a warning banner"
+HOMEPAGE="
+ https://pypi.org/project/sphinx-version-warning/
+ https://github.com/humitos/sphinx-version-warning
+"
+SRC_URI="https://github.com/humitos/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx docs \
+ dev-python/sphinx-autoapi \
+ dev-python/sphinx-prompt \
+ dev-python/sphinx-tabs \
+ dev-python/sphinx_rtd_theme \
+ dev-python/sphinxemoji