From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6356158020 for ; Tue, 22 Nov 2022 07:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C365AE0BEC; Tue, 22 Nov 2022 07:32:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADCC2E0BEC for ; Tue, 22 Nov 2022 07:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7E7D3412A6 for ; Tue, 22 Nov 2022 07:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F100761 for ; Tue, 22 Nov 2022 07:32:26 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1669096511.4ae37e19ad9f640120143d49be8a0d40bd18770e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-version-warning/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-version-warning/Manifest dev-python/sphinx-version-warning/metadata.xml dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild X-VCS-Directories: dev-python/sphinx-version-warning/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4ae37e19ad9f640120143d49be8a0d40bd18770e X-VCS-Branch: dev Date: Tue, 22 Nov 2022 07:32:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 775e7ace-6a83-4b10-9704-d72773ca0eae X-Archives-Hash: 4510ec05ee96890c9a328146cea27de5 commit: 4ae37e19ad9f640120143d49be8a0d40bd18770e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Nov 22 05:55:11 2022 +0000 Commit: Anna Vyalkova sysrq 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 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 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + https://sphinx-version-warning.readthedocs.io/ + sphinx-version-warning + humitos/sphinx-version-warning + + 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