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 8EAA3158020 for ; Wed, 16 Nov 2022 10:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62EB9E088F; Wed, 16 Nov 2022 10:19:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3A7FFE088F for ; Wed, 16 Nov 2022 10:19:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABD9F340F3A for ; Wed, 16 Nov 2022 10:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BAEF759 for ; Wed, 16 Nov 2022 10:19:13 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1668350779.7d854e3f967fb999bdd152dca8a624315e4394ba.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-sitemap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-sitemap/Manifest dev-python/sphinx-sitemap/metadata.xml dev-python/sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild X-VCS-Directories: dev-python/sphinx-sitemap/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7d854e3f967fb999bdd152dca8a624315e4394ba X-VCS-Branch: master Date: Wed, 16 Nov 2022 10:19:13 +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: ea403e71-1e56-4b23-9270-6e760fb657f5 X-Archives-Hash: f036a0cc7e162a69877177a1fb84eb0d commit: 7d854e3f967fb999bdd152dca8a624315e4394ba Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Nov 13 14:45:03 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Nov 13 14:46:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d854e3f dev-python/sphinx-sitemap: new package, add 2.2.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/sphinx-sitemap/Manifest | 1 + dev-python/sphinx-sitemap/metadata.xml | 11 ++++++++++ .../sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/sphinx-sitemap/Manifest b/dev-python/sphinx-sitemap/Manifest new file mode 100644 index 000000000..55e12c858 --- /dev/null +++ b/dev-python/sphinx-sitemap/Manifest @@ -0,0 +1 @@ +DIST sphinx-sitemap-2.2.1.tar.gz 6629 BLAKE2B c6fe585799e601e42604e7db0e4fe1c6ed08b0bcbdbc9648156fd189aa5901268a7b6d41973ee5c6e61a8e3c347f7eddd52a408ea12e6f01c55c193a726ae28e SHA512 1668433e686cea71116fed273368d6e25fb918dfda4daf24290121c38c1596f26095eb6a14eca5c4a7f81bc6904a48e0c32e14dc610c01f87e5eb2e6cf29dd7e diff --git a/dev-python/sphinx-sitemap/metadata.xml b/dev-python/sphinx-sitemap/metadata.xml new file mode 100644 index 000000000..eff57f34d --- /dev/null +++ b/dev-python/sphinx-sitemap/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + sphinx-sitemap + + diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild b/dev-python/sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild new file mode 100644 index 000000000..3da246482 --- /dev/null +++ b/dev-python/sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild @@ -0,0 +1,24 @@ +# 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="Sitemap generator for Sphinx" +HOMEPAGE=" + https://pypi.org/project/sphinx-sitemap/ + https://github.com/jdillard/sphinx-sitemap +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +"