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 3C8461582ED for ; Mon, 17 Jun 2024 17:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4248DE2A8A; Mon, 17 Jun 2024 17:37:16 +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 2997FE2A8A for ; Mon, 17 Jun 2024 17:37:16 +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 7262D335CB9 for ; Mon, 17 Jun 2024 17:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E72311D2E for ; Mon, 17 Jun 2024 17:37:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1718645828.d62158b2990875ecd324a9137dc80073770d007b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-argparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-argparse/metadata.xml dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild X-VCS-Directories: dev-python/sphinx-argparse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d62158b2990875ecd324a9137dc80073770d007b X-VCS-Branch: master Date: Mon, 17 Jun 2024 17:37:12 +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: d1d54fe6-37d0-44ed-8a47-281b443595f1 X-Archives-Hash: 148c6503604f4b2fc06df2adc3625cf1 commit: d62158b2990875ecd324a9137dc80073770d007b Author: Michał Górny gentoo org> AuthorDate: Mon Jun 17 17:36:12 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 17 17:37:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62158b2 dev-python/sphinx-argparse: Update homepage Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx-argparse/metadata.xml | 2 +- dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml index 34557e466493..a00d23f8e329 100644 --- a/dev-python/sphinx-argparse/metadata.xml +++ b/dev-python/sphinx-argparse/metadata.xml @@ -6,7 +6,7 @@ Gentoo Science Project - ashb/sphinx-argparse + sphinx-doc/sphinx-argparse sphinx-argparse diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild index 0137d7ce9657..9d28047739bb 100644 --- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild @@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="Sphinx extension that automatically documents argparse commands and options" -HOMEPAGE="https://pypi.org/project/sphinx-argparse/" +HOMEPAGE=" + https://github.com/sphinx-doc/sphinx-argparse/ + https://pypi.org/project/sphinx-argparse/ +" LICENSE="MIT" SLOT="0"