* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-version-warning/
@ 2022-11-22 7:32 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2022-11-22 7:32 UTC (permalink / raw
To: gentoo-commits
commit: 4ae37e19ad9f640120143d49be8a0d40bd18770e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 22 05:55:11 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov 22 05:55:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ae37e19
dev-python/sphinx-version-warning: new package, add 1.1.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/sphinx-version-warning/Manifest | 1 +
dev-python/sphinx-version-warning/metadata.xml | 13 ++++++++++
.../sphinx-version-warning-1.1.2.ebuild | 28 ++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/sphinx-version-warning/Manifest b/dev-python/sphinx-version-warning/Manifest
new file mode 100644
index 000000000..388a250a9
--- /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 000000000..d0d553a0c
--- /dev/null
+++ b/dev-python/sphinx-version-warning/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
+ <remote-id type="pypi">sphinx-version-warning</remote-id>
+ <remote-id type="github">humitos/sphinx-version-warning</remote-id>
+ </upstream>
+</pkgmetadata>
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 000000000..bb8e30908
--- /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_{8..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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-version-warning/
@ 2022-11-27 20:23 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2022-11-27 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 08ac152c0036ac022a8a66ccf961eeb0f4cd87b0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 27 20:00:11 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Nov 27 20:19:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08ac152c
dev-python/sphinx-version-warning: disable sphinx for 1.1.2
Closes: https://bugs.gentoo.org/883187
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../sphinx-version-warning-1.1.2.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
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
index bb8e30908..5e2f41a34 100644
--- 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
@@ -20,9 +20,10 @@ 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
+# TODO: enable in next release
+#distutils_enable_sphinx docs \
+# dev-python/sphinx-autoapi \
+# dev-python/sphinx-prompt \
+# dev-python/sphinx-tabs \
+# dev-python/sphinx_rtd_theme \
+# dev-python/sphinxemoji
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-version-warning/
@ 2023-12-06 7:58 Henri Gasc
0 siblings, 0 replies; 3+ messages in thread
From: Henri Gasc @ 2023-12-06 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 39921ca5533a0c505574508a290b6862f1b63c40
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 4 14:39:29 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Dec 6 07:57:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39921ca5
dev-python/sphinx-version-warning: enable py3.12
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 986ba120a4..8c09c678b2 100644
--- 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
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-06 7:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-27 20:23 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-version-warning/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2023-12-06 7:58 Henri Gasc
2022-11-22 7:32 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox